Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h54 int setupPolling(int* fd);
/frameworks/native/libs/binder/
DIPCThreadState.cpp560 int IPCThreadState::setupPolling(int* fd) in setupPolling() function in android::IPCThreadState
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1234 IPCThreadState::self()->setupPolling(&fd); in run_server()