Home
last modified time | relevance | path

Searched refs:CHRE_API_VERSION_1_5 (Results 1 – 12 of 12) sorted by relevance

/system/chre/chre_api/legacy/v1_5/chre/
Dversion.h110 #define CHRE_API_VERSION_1_5 UINT32_C(0x01050000) macro
129 #define CHRE_API_VERSION CHRE_API_VERSION_1_5
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc427 #if CHRE_FIRST_SUPPORTED_API_VERSION < CHRE_API_VERSION_1_5
436 } else if (chreGetApiVersion() < CHRE_API_VERSION_1_5) { in chreWifiRequestScanAsync()
483 #if CHRE_FIRST_SUPPORTED_API_VERSION < CHRE_API_VERSION_1_5
545 #if CHRE_FIRST_SUPPORTED_API_VERSION < CHRE_API_VERSION_1_5
579 #if CHRE_FIRST_SUPPORTED_API_VERSION < CHRE_API_VERSION_1_5
591 #if CHRE_FIRST_SUPPORTED_API_VERSION < CHRE_API_VERSION_1_5
/system/chre/chre_api/legacy/v1_6/chre/
Dversion.h110 #define CHRE_API_VERSION_1_5 UINT32_C(0x01050000) macro
/system/chre/chre_api/legacy/v1_7/chre/
Dversion.h110 #define CHRE_API_VERSION_1_5 UINT32_C(0x01050000) macro
/system/chre/chre_api/legacy/v1_8/chre/
Dversion.h110 #define CHRE_API_VERSION_1_5 UINT32_C(0x01050000) macro
/system/chre/chre_api/legacy/v1_9/chre/
Dversion.h113 #define CHRE_API_VERSION_1_5 UINT32_C(0x01050000) macro
/system/chre/chre_api/include/chre_api/chre/
Dversion.h113 #define CHRE_API_VERSION_1_5 UINT32_C(0x01050000) macro
/system/chre/apps/test/chqts/src/general_test/
Dbasic_gnss_test.cc83 if ((mApiVersion < CHRE_API_VERSION_1_5) || in setUp()
Dbasic_sensor_test_base.cc186 if (mApiVersion >= CHRE_API_VERSION_1_5 && in startTest()
326 if (mApiVersion >= CHRE_API_VERSION_1_5) { in finishTest()
/system/chre/core/
Dnanoapp.cc31 #if CHRE_FIRST_SUPPORTED_API_VERSION < CHRE_API_VERSION_1_5
348 if (getTargetApiVersion() < CHRE_API_VERSION_1_5 && in handleGnssMeasurementDataEvent()
/system/chre/platform/zephyr/
DCMakeLists.txt130 zephyr_compile_definitions(CHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_5)
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc654 bool supportsMultiSensor = (chreGetApiVersion() >= CHRE_API_VERSION_1_5); in getSensor()