Home
last modified time | relevance | path

Searched refs:TestMsgQ (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tests/msgq/1.0/default/
DTestMsgQ.cpp27 Return<bool> TestMsgQ::configureFmqSyncReadWrite( in configureFmqSyncReadWrite()
44 Return<void> TestMsgQ::getFmqUnsyncWrite(bool configureFmq, bool userFd, in getFmqUnsyncWrite()
67 Return<bool> TestMsgQ::requestWriteFmqSync(int32_t count) { in requestWriteFmqSync()
76 Return<bool> TestMsgQ::requestReadFmqSync(int32_t count) { in requestReadFmqSync()
83 Return<bool> TestMsgQ::requestWriteFmqUnsync(int32_t count) { in requestWriteFmqUnsync()
92 Return<bool> TestMsgQ::requestReadFmqUnsync(int32_t count) { in requestReadFmqUnsync()
99 Return<void> TestMsgQ::requestBlockingRead(int32_t count) { in requestBlockingRead()
114 Return<void> TestMsgQ::requestBlockingReadDefaultEventFlagBits(int32_t count) { in requestBlockingReadDefaultEventFlagBits()
127 Return<void> TestMsgQ::requestBlockingReadRepeat(int32_t count, int32_t numIter) { in requestBlockingReadRepeat()
149 return new TestMsgQ(); in HIDL_FETCH_ITestMsgQ()
DTestMsgQ.h51 struct TestMsgQ : public ITestMsgQ { struct
55 TestMsgQ() : mFmqSynchronized(nullptr), mFmqUnsynchronized(nullptr) {} in TestMsgQ() argument
DAndroid.bp30 "TestMsgQ.cpp",