Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
Dmain.cpp45 IPCThreadState::self()->setupPolling(&binder_fd); in setupTo()
/frameworks/native/include/binder/
DIPCThreadState.h73 int setupPolling(int* fd);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h73 int setupPolling(int* fd);
/frameworks/native/libs/binder/
DIPCThreadState.cpp617 int IPCThreadState::setupPolling(int* fd) in setupPolling() function in android::IPCThreadState
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1408 IPCThreadState::self()->setupPolling(&fd); in run_server()