Home
last modified time | relevance | path

Searched defs:requestBlockingReadRepeat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/libfmq/tests/aidl/android/fmq/test/
H A DITestAidlMsgQ.aidl81 oneway void requestBlockingReadRepeat(in int count, in int numIter); in requestBlockingReadRepeat() method
/aosp_15_r20/system/libfmq/tests/aidl/default/
H A DTestAidlMsgQ.rs138 fn requestBlockingReadRepeat(&self, _: i32, _: i32) -> BinderResult<()> { in requestBlockingReadRepeat() method
H A DTestAidlMsgQ.cpp99 ndk::ScopedAStatus TestAidlMsgQ::requestBlockingReadRepeat(int32_t count, int32_t numIter) { in requestBlockingReadRepeat() function in aidl::android::fmq::test::TestAidlMsgQ
/aosp_15_r20/hardware/interfaces/tests/msgq/1.0/default/
H A DTestMsgQ.cpp127 Return<void> TestMsgQ::requestBlockingReadRepeat(int32_t count, int32_t numIter) { in requestBlockingReadRepeat() function in android::hardware::tests::msgq::V1_0::implementation::TestMsgQ