/system/core/adb/ |
D | sysdeps_test.cpp | 96 adb_pollfd pfd[2] = {}; in TEST_F() local 122 adb_pollfd pfd = {}; in TEST_F() local 136 adb_pollfd pfd[3] = {}; in TEST_F() local 171 adb_pollfd pfd[2] = {}; in TEST_F() local 188 adb_pollfd pfd = {}; in TEST_F() local 215 adb_pollfd pfd; in TEST_F() local
|
D | services.cpp | 230 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in wait_service() local
|
/system/update_engine/binder_bindings/android/os/ |
D | IUpdateEngine.aidl | 30 void applyPayloadFd(in ParcelFileDescriptor pfd, in applyPayloadFd()
|
/system/media/audio_utils/include/audio_utils/ |
D | FdToString.h | 100 struct pollfd pfd = { in reader() local
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 137 struct pollfd pfd; in accept_server_socket() local 335 struct pollfd pfd; in uipc_flush_ch_locked() local 631 struct pollfd pfd; in UIPC_Read() local
|
/system/core/adb/fdevent/ |
D | fdevent_poll.cpp | 117 adb_pollfd pfd; in Loop() local
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 265 struct pollfd pfd = { in debuggerd_trigger_dump() local
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 139 struct pollfd pfd = { in forward_output() local
|
/system/update_engine/ |
D | binder_service_android.cc | 133 const ParcelFileDescriptor& pfd, in applyPayloadFd()
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 263 pollfd pfd = {.fd = mMountInfo.get(), .events = POLLERR | POLLPRI}; in ensureUpToDate() local
|
D | incfs.cpp | 950 pollfd pfd = {fd, POLLIN, 0}; in waitForReads() local
|
/system/core/libnetutils/ |
D | dhcpclient.c | 398 struct pollfd pfd; in dhcp_init_ifc() local
|
/system/testing/gtest_extras/ |
D | Isolate.cpp | 271 pollfd* pfd = &running_pollfds_[i]; in ReadTestsOutput() local
|
/system/bt/btif/src/ |
D | btif_sock_thread.cc | 80 struct pollfd pfd; member
|
/system/core/adb/daemon/ |
D | shell_service.cpp | 572 auto it = std::find_if(pfds.begin(), pfds.end(), [=](const adb_pollfd& pfd) { in PassDataStreams()
|
D | usb.cpp | 294 adb_pollfd pfd[2] = { in StartMonitor() local
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 74 struct pollfd pfd { in isReadBlocked() struct
|
/system/core/adb/client/ |
D | incremental_server.cpp | 299 adb_pollfd pfd = {adb_fd_.get(), POLLIN, 0}; in SkipToRequest() local
|
D | file_sync_client.cpp | 800 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in ReadAcknowledgements() local
|
/system/incremental_delivery/libdataloader/ |
D | DataLoaderConnector.cpp | 503 static int createFdFromManaged(JNIEnv* env, jobject pfd) { in createFdFromManaged()
|