Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dhost_awake_suspend_test.cc27 HostAwakeSuspendTest::HostAwakeSuspendTest() : Test(CHRE_API_VERSION_1_2) {} in HostAwakeSuspendTest() function in general_test::HostAwakeSuspendTest
29 void HostAwakeSuspendTest::setUp(uint32_t messageSize, in setUp()
49 void HostAwakeSuspendTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent()
Dhost_awake_suspend_test.h27 class HostAwakeSuspendTest : public Test {
29 HostAwakeSuspendTest();
Dapp.cc231 CASE(kHostAwakeSuspend, HostAwakeSuspendTest); in createTest()