Home
last modified time | relevance | path

Searched refs:CHRE_API_VERSION_1_2 (Results 1 – 22 of 22) sorted by relevance

/system/chre/chre_api/legacy/v1_2/chre/
Dversion.h71 #define CHRE_API_VERSION_1_2 UINT32_C(0x01020000) macro
90 #define CHRE_API_VERSION CHRE_API_VERSION_1_2
/system/chre/apps/test/chqts/src/general_test/
Dgnss_capabilities_test.cc38 if (mApiVersion >= CHRE_API_VERSION_1_2) { in setUp()
48 if (mApiVersion > CHRE_API_VERSION_1_2) { in setUp()
Dwifi_capabilities_test.cc38 if (mApiVersion >= CHRE_API_VERSION_1_2) { in setUp()
48 if (mApiVersion > CHRE_API_VERSION_1_2) { in setUp()
Dhost_awake_suspend_test.cc27 HostAwakeSuspendTest::HostAwakeSuspendTest() : Test(CHRE_API_VERSION_1_2) {} in HostAwakeSuspendTest()
Dwwan_capabilities_test.cc43 if (mApiVersion > CHRE_API_VERSION_1_2) { in setUp()
Dbasic_sensor_tests.cc104 if (mApiVersion >= CHRE_API_VERSION_1_2 && data->readings[i].invalid) { in confirmDataIsSane()
Dbasic_audio_test.cc298 : Test(CHRE_API_VERSION_1_2), mInMethod(false), mState(State::kPreStart) {} in BasicAudioTest()
/system/chre/chre_api/legacy/v1_3/chre/
Dversion.h71 #define CHRE_API_VERSION_1_2 UINT32_C(0x01020000) macro
/system/chre/chre_api/legacy/v1_4/chre/
Dversion.h71 #define CHRE_API_VERSION_1_2 UINT32_C(0x01020000) macro
/system/chre/chre_api/include/chre_api/chre/
Dversion.h71 #define CHRE_API_VERSION_1_2 UINT32_C(0x01020000) macro
/system/chre/build/variant/
Dgoogle_hexagonv66_slpi-qsh.mk16 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv65_adsp-see.mk14 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv65_slpi-see.mk14 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv66_adsp-see.mk14 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv66_slpi-see.mk14 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv65_adsp-see-uimg.mk16 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv66_adsp-see-uimg.mk15 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv66_slpi-see-uimg.mk16 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
Dgoogle_hexagonv65_slpi-see-uimg.mk16 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_2
/system/chre/apps/test/common/chre_audio_concurrency_test/src/
Dchre_audio_concurrency_test_manager.cc43 return chreGetVersion() >= CHRE_API_VERSION_1_2; in isTestSupported()
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc150 supported = (version >= CHRE_API_VERSION_1_2) && in isFeatureSupported()
/system/chre/core/
Dwifi_request_manager.cc147 if (nanoapp->getTargetApiVersion() < CHRE_API_VERSION_1_2) { in requestScan()