Searched defs:requestBlockingRead (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/libfmq/tests/aidl/android/fmq/test/ | ||
H A D | ITestAidlMsgQ.aidl | 63 oneway void requestBlockingRead(in int count); in requestBlockingRead() method |
/aosp_15_r20/system/libfmq/tests/aidl/default/ | ||
H A D | TestAidlMsgQ.rs | 132 fn requestBlockingRead(&self, _: i32) -> BinderResult<()> { in requestBlockingRead() method |
H A D | TestAidlMsgQ.cpp | 76 ndk::ScopedAStatus TestAidlMsgQ::requestBlockingRead(int32_t count) { in requestBlockingRead() function in aidl::android::fmq::test::TestAidlMsgQ |
/aosp_15_r20/hardware/interfaces/tests/msgq/1.0/default/ | ||
H A D | TestMsgQ.cpp | 99 Return<void> TestMsgQ::requestBlockingRead(int32_t count) { in requestBlockingRead() function in android::hardware::tests::msgq::V1_0::implementation::TestMsgQ |