Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_android.cpp55 IPCThreadState::self()->setupPolling(&gBinderFd); in healthd_mode_android_init()
/system/connectivity/wificond/tests/integration/
Dbinder_dispatcher.cpp81 int err = android::IPCThreadState::self()->setupPolling(&binder_fd_); in Init()
/system/hwservicemanager/
Dservice.cpp78 IPCThreadState::self()->setupPolling(&binder_fd); in main()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h55 int setupPolling(int* fd);
/system/connectivity/wificond/
Dmain.cpp86 int err = android::IPCThreadState::self()->setupPolling(&binder_fd); in SetupBinderOrCrash()
/system/tools/aidl/tests/
Daidl_test_service.cpp444 IPCThreadState::self()->setupPolling(&binder_fd); in Run()
/system/libhwbinder/
DIPCThreadState.cpp519 int IPCThreadState::setupPolling(int* fd) in setupPolling() function in android::hardware::IPCThreadState