Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A DLooper.h278 int pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData);
279 inline int pollAll(int timeoutMillis) { in pollAll() function
280 return pollAll(timeoutMillis, nullptr, nullptr, nullptr); in pollAll()
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp56 looper->pollAll(-1 /* timeoutMillis */); in main()
/aosp14/frameworks/base/native/android/
H A Dlooper.cpp71 return looper->pollAll(timeoutMillis, outFd, outEvents, outData); in ALooper_pollAll()
/aosp14/system/core/libutils/
H A DLooper_fuzz.cpp45 looper->pollAll(dataProvider->ConsumeIntegralInRange<int>(0, MAX_POLL_DELAY)); in __anonda8a39c00202()
H A DLooper.cpp382 int Looper::pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in pollAll() function in android::Looper
/aosp14/frameworks/base/services/incremental/
H A DServiceWrappers.cpp131 int pollAll(int timeoutMillis) final { return mLooper.pollAll(timeoutMillis); } in pollAll() function in android::incremental::RealLooperWrapper
H A DServiceWrappers.h157 virtual int pollAll(int timeoutMillis) = 0;
H A DIncrementalService.cpp1800 mLooper->pollAll(kTimeoutMsecs); in runCmdLooper()
/aosp14/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp547 MOCK_METHOD1(pollAll, int(int));
553 ON_CALL(*this, pollAll(_)).WillByDefault(Invoke(this, &MockLooperWrapper::wait10Ms)); in MockLooperWrapper()
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/
H A Dlibutils.so.lsdump5973 "function_name" : "android::Looper::pollAll",
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/
H A Dlibutils.so.lsdump5977 "function_name" : "android::Looper::pollAll",