Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dprocess.cpp43 return IPCThreadState::self()->handlePolledCommands(); in ABinderProcess_handlePolledCommands()
/frameworks/native/cmds/servicemanager/
Dmain.cpp63 IPCThreadState::self()->handlePolledCommands(); in handleEvent()
/frameworks/native/include/binder/
DIPCThreadState.h90 status_t handlePolledCommands();
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h90 status_t handlePolledCommands();
/frameworks/native/libs/binder/
DIPCThreadState.cpp628 status_t IPCThreadState::handlePolledCommands() in handlePolledCommands() function in android::IPCThreadState
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1437 IPCThreadState::self()->handlePolledCommands(); in run_server()