Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A 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()
H A Dhost_awake_suspend_test.h27 class HostAwakeSuspendTest : public Test {
29 HostAwakeSuspendTest();
H A Dapp.cc231 CASE(kHostAwakeSuspend, HostAwakeSuspendTest); in createTest()