Searched refs:pollAll (Results 1 – 11 of 11) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | Looper.h | 278 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 D | main.cpp | 56 looper->pollAll(-1 /* timeoutMillis */); in main()
|
/aosp14/frameworks/base/native/android/ |
H A D | looper.cpp | 71 return looper->pollAll(timeoutMillis, outFd, outEvents, outData); in ALooper_pollAll()
|
/aosp14/system/core/libutils/ |
H A D | Looper_fuzz.cpp | 45 looper->pollAll(dataProvider->ConsumeIntegralInRange<int>(0, MAX_POLL_DELAY)); in __anonda8a39c00202()
|
H A D | Looper.cpp | 382 int Looper::pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in pollAll() function in android::Looper
|
/aosp14/frameworks/base/services/incremental/ |
H A D | ServiceWrappers.cpp | 131 int pollAll(int timeoutMillis) final { return mLooper.pollAll(timeoutMillis); } in pollAll() function in android::incremental::RealLooperWrapper
|
H A D | ServiceWrappers.h | 157 virtual int pollAll(int timeoutMillis) = 0;
|
H A D | IncrementalService.cpp | 1800 mLooper->pollAll(kTimeoutMsecs); in runCmdLooper()
|
/aosp14/frameworks/base/services/incremental/test/ |
H A D | IncrementalServiceTest.cpp | 547 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 D | libutils.so.lsdump | 5973 "function_name" : "android::Looper::pollAll",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 5977 "function_name" : "android::Looper::pollAll",
|