Home
last modified time | relevance | path

Searched refs:setupPolling (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dprocess.cpp39 return IPCThreadState::self()->setupPolling(fd); in ABinderProcess_setupPolling()
/frameworks/native/cmds/servicemanager/
Dmain.cpp45 IPCThreadState::self()->setupPolling(&binder_fd); in setupTo()
/frameworks/native/include/binder/
DIPCThreadState.h89 status_t setupPolling(int* fd);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h89 status_t setupPolling(int* fd);
/frameworks/native/libs/binder/
DIPCThreadState.cpp617 status_t IPCThreadState::setupPolling(int* fd) in setupPolling() function in android::IPCThreadState
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1403 IPCThreadState::self()->setupPolling(&fd); in run_server()