Home
last modified time | relevance | path

Searched refs:pollAll (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/incidentd/src/
Dmain.cpp56 looper->pollAll(-1 /* timeoutMillis */); in main()
/frameworks/base/native/android/
Dlooper.cpp71 return looper->pollAll(timeoutMillis, outFd, outEvents, outData); in ALooper_pollAll()
/frameworks/native/cmds/servicemanager/
Dmain.cpp165 looper->pollAll(-1); in main()
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp37 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper()
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp172 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper()
/frameworks/base/services/incremental/
DServiceWrappers.cpp131 int pollAll(int timeoutMillis) final { return mLooper.pollAll(timeoutMillis); } in pollAll() function in android::incremental::RealLooperWrapper
DServiceWrappers.h157 virtual int pollAll(int timeoutMillis) = 0;
DIncrementalService.cpp1800 mLooper->pollAll(kTimeoutMsecs); in runCmdLooper()
/frameworks/native/services/sensorservice/aidl/
DSensorManager.cpp237 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper()
/frameworks/native/services/gpuservice/tests/unittests/
DGpuStatsTest.cpp96 looper->pollAll(1000); in ~GpuStatsTest()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp221 looper->pollAll(-1 /* timeoutMillis */); in manualPollingService()
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp547 MOCK_METHOD1(pollAll, int(int));
553 ON_CALL(*this, pollAll(_)).WillByDefault(Invoke(this, &MockLooperWrapper::wait10Ms)); in MockLooperWrapper()