Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 4 of 4) 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.rs155 let mut sockfd: i32 = -1; in listen() localVariable
189 let mut sockfd: i32 = -1; in connect() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs289 let sockfd = libc::socket( in open() localVariable
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc2956 static int GetSocketBufferSize(int sockfd) { in GetSocketBufferSize()