Home
last modified time | relevance | path

Searched defs:connection_fd (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/hardware/interfaces/bluetooth/async/test/
H A Dasync_fd_watcher_unittest.cc74 int connection_fd = accept(fd, (struct sockaddr*)&cli_addr, &clilen); in AcceptConnection() local
103 int connection_fd = AcceptConnection(fd); in ConfigureServer() local
203 int connection_fd = AcceptConnection(fd); in TEST_F() local
227 int connection_fd = AcceptConnection(fd); in TEST_F() local
249 int connection_fd = AcceptConnection(fd); in TEST_F() local
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/test/
H A Dasync_fd_watcher_unittest.cc76 int connection_fd = accept(fd, (struct sockaddr*)&cli_addr, &clilen); in AcceptConnection() local
105 int connection_fd = AcceptConnection(fd); in ConfigureServer() local
205 int connection_fd = AcceptConnection(fd); in TEST_F() local
228 int connection_fd = AcceptConnection(fd); in TEST_F() local
250 int connection_fd = AcceptConnection(fd); in TEST_F() local
/aosp_15_r20/packages/modules/adb/client/
Dincremental.cpp141 auto connection_fd = unique_fd(send_abb_exec_command(command_args, &error)); in start_install() local
172 auto connection_fd = start_install(files, passthrough_args, silent); in install() local
Dincremental_server.cpp697 bool serve(int connection_fd, int output_fd, int argc, const char** argv) { in serve()
Dcommandline.cpp2208 int connection_fd = atoi(argv[1]); in adb_commandline() local
/aosp_15_r20/external/pigweed/pw_stream/
H A Dsocket_stream.cc118 int connection_fd; in Connect() local
385 int connection_fd = accept( in Accept() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dcomms.cc166 int connection_fd; in Accept() local
182 FDCloser connection_fd(socket(AF_UNIX, SOCK_STREAM, 0)); // Non-blocking in Connect() local
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dsocket_stream.h30 explicit SocketStream(int connection_fd) : connection_fd_(connection_fd) { in SocketStream()
/aosp_15_r20/external/crosvm/power_monitor/src/powerd/
H A Dmonitor.rs49 connection_fd: RawFd, field
/aosp_15_r20/external/libchrome/mojo/public/cpp/platform/
H A Dsocket_utils_posix.cc171 base::ScopedFD* connection_fd, in AcceptSocketConnection()
/aosp_15_r20/bootable/recovery/
H A Drecovery_main.cpp208 android::base::unique_fd connection_fd; in ListenRecoverySocket() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc92 int connection_fd = accept(fd, (struct sockaddr*)&cli_addr, &clilen); in AcceptConnection() local