Home
last modified time | relevance | path

Searched defs:socket_write (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_socket.h141 struct socket_write { struct
151 extern struct socket_write socket_write; argument
Dmock_osi_socket.cc47 struct socket_write socket_write; variable
92 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count) { in socket_write() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dsocket.cc141 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count) { in socket_write() function
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp317 static void socket_write (JNIEnv *env, jobject object, in socket_write() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dopenssl_adapter.cc111 static int socket_write(BIO* b, const char* in, int inl) { in socket_write() function
/aosp_15_r20/external/curl/lib/
H A Dkrb5.c495 socket_write(struct Curl_easy *data, int sockindex, const void *to, in socket_write() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_process.c185 static ares_ssize_t socket_write(ares_channel channel, ares_socket_t s, const void * data, size_t l… in socket_write() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc450 ssize_t socket_write(const socket_t* socket, const void* buf, size_t count) { in socket_write() function