Searched defs:TestAidlMsgQ (Results 1 – 1 of 1) sorted by relevance
41 struct TestAidlMsgQ : public BnTestAidlMsgQ { struct45 TestAidlMsgQ() : mFmqSynchronized(nullptr), mFmqUnsynchronized(nullptr) {} in TestAidlMsgQ() function64 std::unique_ptr<MessageQueueUnsync> mFmqUnsynchronized;69 bool verifyData(int32_t* data, int count) { in verifyData()