Home
last modified time | relevance | path

Searched refs:numIter (Results 1 – 4 of 4) sorted by relevance

/system/libfmq/tests/aidl/android/fmq/test/
DITestAidlMsgQ.aidl81 oneway void requestBlockingReadRepeat(in int count, in int numIter); in requestBlockingReadRepeat() argument
/system/libfmq/tests/aidl/default/
DTestAidlMsgQ.cpp92 ndk::ScopedAStatus TestAidlMsgQ::requestBlockingReadRepeat(int32_t count, int32_t numIter) { in requestBlockingReadRepeat() argument
94 for (int i = 0; i < numIter; i++) { in requestBlockingReadRepeat()
DTestAidlMsgQ.h56 ndk::ScopedAStatus requestBlockingReadRepeat(int32_t count, int32_t numIter) override;
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp211 void checkLoop(int numIter) { in checkLoop() argument
212 for (int i = 0; i < numIter; i++) { in checkLoop()
223 void checkWakelockLoop(int numIter, const std::string name) { in checkWakelockLoop() argument
224 for (int i = 0; i < numIter; i++) { in checkWakelockLoop()
1229 void checkLoop(int numIter) { in checkLoop() argument
1230 for (int i = 0; i < numIter; i++) { in checkLoop()