Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys_test.cc85 int GetSocketBufferSize(int sockfd) { in GetSocketBufferSize()
92 void SetSocketBufferSize(int sockfd, int socket_buffer_size) { in SetSocketBufferSize()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs158 let mut sockfd: i32 = -1; in listen() localVariable
195 let mut sockfd: i32 = -1; in connect() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs257 let sockfd = libc::socket( in open() localVariable
/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dh4_protocol_unittest.cc80 int sockfd[2]; in SetUp() local
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc2843 static int GetSocketBufferSize(int sockfd) { in GetSocketBufferSize()