Home
last modified time | relevance | path

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

/system/core/trusty/metrics/
Dmetrics_test.cpp103 int rc = IPCThreadState::self()->setupPolling(&binder_fd); in TEST_F()
/system/connectivity/wificond/
Dmain.cpp86 int err = android::IPCThreadState::self()->setupPolling(&binder_fd); in SetupBinderOrCrash()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h68 int setupPolling(int* fd);
/system/libhidl/transport/
DHidlBinderSupport.cpp288 int err = IPCThreadState::self()->setupPolling(&fd); in setupBinderPolling()
/system/libhwbinder/
DIPCThreadState.cpp570 int IPCThreadState::setupPolling(int* fd) in setupPolling() function in android::hardware::IPCThreadState
/system/tools/aidl/tests/
Daidl_test_service.cpp969 IPCThreadState::self()->setupPolling(&binder_fd); in Run()