/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | version.h | 61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro 80 #define CHRE_API_VERSION CHRE_API_VERSION_1_1
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | wwan_capabilities_test.cc | 24 WwanCapabilitiesTest::WwanCapabilitiesTest() : Test(CHRE_API_VERSION_1_1) {} in WwanCapabilitiesTest() 34 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
|
H A D | gnss_capabilities_test.cc | 24 GnssCapabilitiesTest::GnssCapabilitiesTest() : Test(CHRE_API_VERSION_1_1) {} in GnssCapabilitiesTest() 34 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
|
H A D | wifi_capabilities_test.cc | 24 WifiCapabilitiesTest::WifiCapabilitiesTest() : Test(CHRE_API_VERSION_1_1) {} in WifiCapabilitiesTest() 34 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
|
H A D | sensor_info_test.cc | 22 SensorInfoTest::SensorInfoTest() : Test(CHRE_API_VERSION_1_1) {} in SensorInfoTest() 46 if ((mApiVersion < CHRE_API_VERSION_1_1) && (info.minInterval != 0)) { in validateSensorInfo()
|
H A D | nanoapp_info_events_test_performer.cc | 26 : Test(CHRE_API_VERSION_1_1) {} in NanoAppInfoEventsTestPerformer()
|
H A D | nanoapp_info_by_instance_id_test.cc | 30 : Test(CHRE_API_VERSION_1_1) {} in NanoappInfoByInstanceIdTest()
|
H A D | nanoapp_info_by_app_id_test.cc | 29 NanoappInfoByAppIdTest::NanoappInfoByAppIdTest() : Test(CHRE_API_VERSION_1_1) {} in NanoappInfoByAppIdTest()
|
H A D | basic_gnss_test.cc | 64 BasicGnssTest::BasicGnssTest() : Test(CHRE_API_VERSION_1_1) {} in BasicGnssTest()
|
H A D | estimated_host_time_test.cc | 28 : Test(CHRE_API_VERSION_1_1), in EstimatedHostTimeTest()
|
H A D | nanoapp_info_events_test_observer.cc | 25 : Test(CHRE_API_VERSION_1_1) {} in NanoAppInfoEventsTestObserver()
|
H A D | wwan_cell_info_test.cc | 37 WwanCellInfoTest::WwanCellInfoTest() : Test(CHRE_API_VERSION_1_1) {} in WwanCellInfoTest()
|
H A D | basic_wifi_test.cc | 326 BasicWifiTest::BasicWifiTest() : Test(CHRE_API_VERSION_1_1) {} in BasicWifiTest()
|
/aosp12/system/chre/apps/test/common/chre_settings_test/src/ |
H A D | chre_settings_test_manager.cc | 144 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 156 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 162 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 168 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported()
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | version.h | 61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | version.h | 61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | version.h | 61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | version.h | 61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
|
/aosp12/system/chre/build/variant/ |
H A D | google_x86_linux.mk | 14 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_1
|
/aosp12/system/chre/core/ |
H A D | sensor.cc | 81 if (targetApiVersion >= CHRE_API_VERSION_1_1) { in populateSensorInfo()
|