/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session_pool.cc | 156 std::unique_ptr<SpdySession> new_session = in CreateAvailableSessionFromSocketHandle() local 190 std::unique_ptr<SpdySession> new_session = in CreateAvailableSessionFromSocket() local 721 std::unique_ptr<SpdySession> new_session, in InsertSession() 753 base::WeakPtr<SpdySession> new_session = it->second->GetWeakPtr(); in UpdatePendingRequests() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/local/ |
D | stream_server.cpp | 88 session_ptr new_session(new session(io_context_)); in server() local 94 void handle_accept(session_ptr new_session, in handle_accept()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/echo/ |
D | async_tcp_echo_server.cpp | 89 session* new_session = new session(io_context_); in start_accept() local 95 void handle_accept(session* new_session, in handle_accept()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/buffers/ |
D | reference_counted.cpp | 83 session_ptr new_session(new session(io_context_)); in server() local 89 void handle_accept(session_ptr new_session, in handle_accept()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/ssl/ |
D | server.cpp | 120 session* new_session = new session(io_context_, context_); in start_accept() local 126 void handle_accept(session* new_session, in handle_accept()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/ |
H A D | mod.rs | 164 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session>; in new_session() method 191 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session> { in new_session() function 209 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session> { in new_session() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/allocation/ |
D | server.cpp | 237 session_ptr new_session(new session(io_context_)); in server() local 243 void handle_accept(session_ptr new_session, in handle_accept()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
H A D | split_utils_test.cc | 91 Session* new_session; in RunFunction() local 137 Session* new_session; in RunSplitFunctions() local
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | utils.cc | 313 const HalCameraMetadata* new_session) { in IsHighSpeedModeFpsCompatible() 342 const HalCameraMetadata* new_session) { in IsSessionParameterCompatible()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | openssl_session_cache.cc | 40 SSL_SESSION* new_session) { in AddSession()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/ |
D | echo_server.cpp | 92 boost::shared_ptr<session> new_session(new session(io_context)); in do_accept() local
|
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/ |
H A D | server_http.hpp | 781 …auto new_session = std::make_shared<Session>(this->config.max_request_streambuf_size, response->se… in write() local 787 …auto new_session = std::make_shared<Session>(this->config.max_request_streambuf_size, response->se… in write() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_state.h | 58 bssl::UniquePtr<SSL_SESSION> new_session; member
|
D | test_state.cc | 69 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_state.h | 58 bssl::UniquePtr<SSL_SESSION> new_session; member
|
D | test_state.cc | 69 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | test_state.h | 58 bssl::UniquePtr<SSL_SESSION> new_session; member
|
H A D | test_state.cc | 72 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | test_state.h | 58 bssl::UniquePtr<SSL_SESSION> new_session; member
|
H A D | test_state.cc | 72 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_session.cc | 192 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method); in SSL_SESSION_dup() local 842 SSL_SESSION *new_session = session.get(); in add_session_locked() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_session.cc | 192 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method); in SSL_SESSION_dup() local 842 SSL_SESSION *new_session = session.get(); in add_session_locked() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_session.cc | 192 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method); in SSL_SESSION_dup() local 844 SSL_SESSION *new_session = session.get(); in add_session_locked() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_session.cc | 192 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method); in SSL_SESSION_dup() local 844 SSL_SESSION *new_session = session.get(); in add_session_locked() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/chat/ |
D | chat_server.cpp | 192 chat_session_ptr new_session(new chat_session(io_context_, room_)); in start_accept() local
|