Home
last modified time | relevance | path

Searched defs:pfd (Results 1 – 20 of 20) sorted by relevance

/system/core/adb/
Dsysdeps_test.cpp96 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
Dservices.cpp230 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in wait_service() local
/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl30 void applyPayloadFd(in ParcelFileDescriptor pfd, in applyPayloadFd()
/system/media/audio_utils/include/audio_utils/
DFdToString.h100 struct pollfd pfd = { in reader() local
/system/bt/udrv/ulinux/
Duipc.cc137 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/
Dfdevent_poll.cpp117 adb_pollfd pfd; in Loop() local
/system/core/debuggerd/client/
Ddebuggerd_client.cpp265 struct pollfd pfd = { in debuggerd_trigger_dump() local
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp139 struct pollfd pfd = { in forward_output() local
/system/update_engine/
Dbinder_service_android.cc133 const ParcelFileDescriptor& pfd, in applyPayloadFd()
/system/incremental_delivery/incfs/
DMountRegistry.cpp263 pollfd pfd = {.fd = mMountInfo.get(), .events = POLLERR | POLLPRI}; in ensureUpToDate() local
Dincfs.cpp950 pollfd pfd = {fd, POLLIN, 0}; in waitForReads() local
/system/core/libnetutils/
Ddhcpclient.c398 struct pollfd pfd; in dhcp_init_ifc() local
/system/testing/gtest_extras/
DIsolate.cpp271 pollfd* pfd = &running_pollfds_[i]; in ReadTestsOutput() local
/system/bt/btif/src/
Dbtif_sock_thread.cc80 struct pollfd pfd; member
/system/core/adb/daemon/
Dshell_service.cpp572 auto it = std::find_if(pfds.begin(), pfds.end(), [=](const adb_pollfd& pfd) { in PassDataStreams()
Dusb.cpp294 adb_pollfd pfd[2] = { in StartMonitor() local
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp74 struct pollfd pfd { in isReadBlocked() struct
/system/core/adb/client/
Dincremental_server.cpp299 adb_pollfd pfd = {adb_fd_.get(), POLLIN, 0}; in SkipToRequest() local
Dfile_sync_client.cpp800 adb_pollfd pfd = {.fd = fd.get(), .events = POLLIN}; in ReadAcknowledgements() local
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp503 static int createFdFromManaged(JNIEnv* env, jobject pfd) { in createFdFromManaged()