Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dsend_message_to_host_test.cc88 void *SendMessageToHostTest::sLargeMessageData[2];
89 constexpr uint32_t SendMessageToHostTest::kLargeSizes[2];
91 bool SendMessageToHostTest::sInMethod = false;
92 uint32_t SendMessageToHostTest::sFinishedBitmask = 0;
95 void SendMessageToHostTest::smallMessageCallback(void *message, in smallMessageCallback()
197 void SendMessageToHostTest::markSuccess(uint32_t stage) { in markSuccess()
212 void SendMessageToHostTest::prepTestMemory() { in prepTestMemory()
225 void SendMessageToHostTest::sendMessageMaxSize() { in sendMessageMaxSize()
243 bool SendMessageToHostTest::sendMessageToHost( in sendMessageToHost()
260 SendMessageToHostTest::SendMessageToHostTest() : Test(CHRE_API_VERSION_1_0) {} in SendMessageToHostTest() function in general_test::SendMessageToHostTest
[all …]
H A Dsend_message_to_host_test.h50 class SendMessageToHostTest : public Test {
52 SendMessageToHostTest();
H A Dapp.cc214 CASE(kSendMessageToHost, SendMessageToHostTest); in createTest()