Home
last modified time | relevance | path

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

/system/connectivity/wificond/
Dmain.cpp86 int err = android::IPCThreadState::self()->setupPolling(&binder_fd); in SetupBinderOrCrash()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h64 int setupPolling(int* fd);
/system/libhidl/transport/
DHidlBinderSupport.cpp271 int err = IPCThreadState::self()->setupPolling(&fd); in setupBinderPolling()
/system/tools/aidl/tests/
Daidl_test_service.cpp525 IPCThreadState::self()->setupPolling(&binder_fd); in Run()
/system/libhwbinder/
DIPCThreadState.cpp581 int IPCThreadState::setupPolling(int* fd) in setupPolling() function in android::hardware::IPCThreadState