Home
last modified time | relevance | path

Searched defs:new_session (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_pool.cc156 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/
Dstream_server.cpp88 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/
Dasync_tcp_echo_server.cpp89 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/
Dreference_counted.cpp83 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/
Dserver.cpp120 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 Dmod.rs164 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/
Dserver.cpp237 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 Dsplit_utils_test.cc91 Session* new_session; in RunFunction() local
137 Session* new_session; in RunSplitFunctions() local
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dutils.cc313 const HalCameraMetadata* new_session) { in IsHighSpeedModeFpsCompatible()
342 const HalCameraMetadata* new_session) { in IsSessionParameterCompatible()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dopenssl_session_cache.cc40 SSL_SESSION* new_session) { in AddSession()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/
Decho_server.cpp92 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 Dserver_http.hpp781 …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/
Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc69 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/
Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
Dtest_state.cc69 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/aosp_15_r20/external/boringssl/src/ssl/test/
H A Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
H A Dtest_state.cc72 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 Dtest_state.h58 bssl::UniquePtr<SSL_SESSION> new_session; member
H A Dtest_state.cc72 UniquePtr<SSL_SESSION> new_session = SSL_SESSION_dup( in ssl_ctx_add_session() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_session.cc192 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 Dssl_session.cc192 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/
Dssl_session.cc192 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/
Dssl_session.cc192 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/
Dchat_server.cpp192 chat_session_ptr new_session(new chat_session(io_context_, room_)); in start_accept() local

123