/aosp_15_r20/hardware/interfaces/bluetooth/async/test/ |
H A D | async_fd_watcher_unittest.cc | 74 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 D | async_fd_watcher_unittest.cc | 76 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/ |
D | incremental.cpp | 141 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
|
D | incremental_server.cpp | 697 bool serve(int connection_fd, int output_fd, int argc, const char** argv) { in serve()
|
D | commandline.cpp | 2208 int connection_fd = atoi(argv[1]); in adb_commandline() local
|
/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | socket_stream.cc | 118 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 D | comms.cc | 166 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 D | socket_stream.h | 30 explicit SocketStream(int connection_fd) : connection_fd_(connection_fd) { in SocketStream()
|
/aosp_15_r20/external/crosvm/power_monitor/src/powerd/ |
H A D | monitor.rs | 49 connection_fd: RawFd, field
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/platform/ |
H A D | socket_utils_posix.cc | 171 base::ScopedFD* connection_fd, in AcceptSocketConnection()
|
/aosp_15_r20/bootable/recovery/ |
H A D | recovery_main.cpp | 208 android::base::unique_fd connection_fd; in ListenRecoverySocket() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | async_manager_unittest.cc | 92 int connection_fd = accept(fd, (struct sockaddr*)&cli_addr, &clilen); in AcceptConnection() local
|