Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/
H A Dprocess.cpp43 return IPCThreadState::self()->handlePolledCommands(); in ABinderProcess_handlePolledCommands()
/aosp12/system/connectivity/wificond/
H A Dmain.cpp103 android::IPCThreadState::self()->handlePolledCommands(); in OnBinderReadReady()
/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h69 status_t handlePolledCommands();
/aosp12/frameworks/native/cmds/servicemanager/
H A Dmain.cpp59 IPCThreadState::self()->handlePolledCommands(); in handleEvent()
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h118 status_t handlePolledCommands();
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h118 status_t handlePolledCommands();
/aosp12/system/libhidl/transport/
H A DHidlBinderSupport.cpp300 return IPCThreadState::self()->handlePolledCommands(); in handleBinderPoll()
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp120 IPCThreadState::self()->handlePolledCommands(); in handleEvent()
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp587 status_t IPCThreadState::handlePolledCommands() in handlePolledCommands() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp662 status_t IPCThreadState::handlePolledCommands() in handlePolledCommands() function in android::IPCThreadState
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp1589 IPCThreadState::self()->handlePolledCommands(); in run_server()