Searched refs:CHRE_API_VERSION_1_0 (Results 1 – 21 of 21) sorted by relevance
/system/chre/chre_api/legacy/v1_0/chre/ |
D | version.h | 52 #define CHRE_API_VERSION_1_0 UINT32_C(0x01000000) macro 71 #define CHRE_API_VERSION CHRE_API_VERSION_1_0
|
/system/chre/apps/test/chqts/src/general_test/ |
D | version_consistency_test.cc | 30 VersionConsistencyTest::VersionConsistencyTest() : Test(CHRE_API_VERSION_1_0) {} in VersionConsistencyTest() 40 if (mApiVersion < CHRE_API_VERSION_1_0) { in setUp()
|
D | event_between_apps_test.cc | 40 : Test(CHRE_API_VERSION_1_0), mContinueCount(0) {} in EventBetweenApps0() 75 : Test(CHRE_API_VERSION_1_0), in EventBetweenApps1()
|
D | hello_world_test.cc | 26 HelloWorldTest::HelloWorldTest() : Test(CHRE_API_VERSION_1_0) {} in HelloWorldTest()
|
D | get_time_test.cc | 32 GetTimeTest::GetTimeTest() : Test(CHRE_API_VERSION_1_0), mContinueCount(0) {} in GetTimeTest()
|
D | heap_alloc_stress_test.cc | 43 HeapAllocStressTest::HeapAllocStressTest() : Test(CHRE_API_VERSION_1_0) {} in HeapAllocStressTest()
|
D | logging_consistency_test.cc | 33 LoggingConsistencyTest::LoggingConsistencyTest() : Test(CHRE_API_VERSION_1_0) {} in LoggingConsistencyTest()
|
D | send_event_stress_test.cc | 55 SendEventStressTest::SendEventStressTest() : Test(CHRE_API_VERSION_1_0) {} in SendEventStressTest()
|
D | timer_stress_test.cc | 95 : Test(CHRE_API_VERSION_1_0), in TimerStressTest()
|
D | timer_cancel_test.cc | 69 : Test(CHRE_API_VERSION_1_0), in TimerCancelTest()
|
D | simple_heap_alloc_test.cc | 103 : Test(CHRE_API_VERSION_1_0), mHasFreed(false) {} in SimpleHeapAllocTest()
|
D | basic_sensor_test_base.cc | 82 : Test(CHRE_API_VERSION_1_0), in BasicSensorTestBase() 116 if (mApiVersion == CHRE_API_VERSION_1_0) { in checkPassiveConfigure()
|
D | send_event_test.cc | 129 SendEventTest::SendEventTest() : Test(CHRE_API_VERSION_1_0), mNextNum(0) {} in SendEventTest()
|
D | heap_exhaustion_stability_test.cc | 105 : Test(CHRE_API_VERSION_1_0) {} in HeapExhaustionStabilityTest()
|
D | timer_set_test.cc | 135 : Test(CHRE_API_VERSION_1_0), mInMethod(false), mFinishedBitmask(0) {} in TimerSetTest()
|
D | send_message_to_host_test.cc | 260 SendMessageToHostTest::SendMessageToHostTest() : Test(CHRE_API_VERSION_1_0) {} in SendMessageToHostTest()
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | version.h | 51 #define CHRE_API_VERSION_1_0 UINT32_C(0x01000000) macro
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | version.h | 51 #define CHRE_API_VERSION_1_0 UINT32_C(0x01000000) macro
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | version.h | 51 #define CHRE_API_VERSION_1_0 UINT32_C(0x01000000) macro
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | version.h | 51 #define CHRE_API_VERSION_1_0 UINT32_C(0x01000000) macro
|
/system/chre/chre_api/include/chre_api/chre/ |
D | version.h | 51 #define CHRE_API_VERSION_1_0 UINT32_C(0x01000000) macro
|