Home
last modified time | relevance | path

Searched refs:CHRE_API_VERSION_1_3 (Results 1 – 7 of 7) sorted by relevance

/chre-3.4.0/chre_api/legacy/v1_3/chre/
Dversion.h83 #define CHRE_API_VERSION_1_3 UINT32_C(0x01030000) macro
102 #define CHRE_API_VERSION CHRE_API_VERSION_1_3
/chre-3.4.0/chre_api/legacy/v1_4/chre/
Dversion.h83 #define CHRE_API_VERSION_1_3 UINT32_C(0x01030000) macro
/chre-3.4.0/chre_api/include/chre_api/chre/
Dversion.h83 #define CHRE_API_VERSION_1_3 UINT32_C(0x01030000) macro
/chre-3.4.0/apps/test/chqts/src/general_test/
Dbasic_flush_async_test.h29 : Test(CHRE_API_VERSION_1_3), mInstanceId(chreGetInstanceId()) {} in BasicSensorFlushAsyncTest()
Dbasic_sensor_test_base.cc407 if (mApiVersion < CHRE_API_VERSION_1_3) { in verifyEventHeader()
/chre-3.4.0/apps/test/chqts/src/busy_startup/
Dbusy_startup.cc122 if (chreGetApiVersion() < CHRE_API_VERSION_1_3) { in checkSensorEvent()
/chre-3.4.0/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc99 chreGetApiVersion() < CHRE_API_VERSION_1_3) { in nanoappHandleEventCompat()