Home
last modified time | relevance | path

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

/system/chre/chre_api/include/chre_api/chre/
Dversion.h83 #define CHRE_API_VERSION_1_3 UINT32_C(0x01030000) macro
102 #define CHRE_API_VERSION CHRE_API_VERSION_1_3
/system/chre/apps/chqts/src/busy_startup/
Dbusy_startup.cc122 if (chreGetApiVersion() < CHRE_API_VERSION_1_3) { in checkSensorEvent()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc65 && chreGetApiVersion() < CHRE_API_VERSION_1_3) { in nanoappHandleEventCompat()
/system/chre/apps/chqts/src/general_test/
Dbasic_sensor_test_base.cc328 if (mApiVersion < CHRE_API_VERSION_1_3) { in sanityCheckHeader()