Home
last modified time | relevance | path

Searched refs:CHRE_API_VERSION_1_1 (Results 1 – 20 of 20) sorted by relevance

/chre-3.4.0/chre_api/legacy/v1_1/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
80 #define CHRE_API_VERSION CHRE_API_VERSION_1_1
/chre-3.4.0/apps/test/chqts/src/general_test/
Dwwan_capabilities_test.cc24 WwanCapabilitiesTest::WwanCapabilitiesTest() : Test(CHRE_API_VERSION_1_1) {} in WwanCapabilitiesTest()
34 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
Dgnss_capabilities_test.cc24 GnssCapabilitiesTest::GnssCapabilitiesTest() : Test(CHRE_API_VERSION_1_1) {} in GnssCapabilitiesTest()
34 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
Dwifi_capabilities_test.cc24 WifiCapabilitiesTest::WifiCapabilitiesTest() : Test(CHRE_API_VERSION_1_1) {} in WifiCapabilitiesTest()
34 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
Dsensor_info_test.cc22 SensorInfoTest::SensorInfoTest() : Test(CHRE_API_VERSION_1_1) {} in SensorInfoTest()
46 if ((mApiVersion < CHRE_API_VERSION_1_1) && (info.minInterval != 0)) { in validateSensorInfo()
Dnanoapp_info_events_test_performer.cc26 : Test(CHRE_API_VERSION_1_1) {} in NanoAppInfoEventsTestPerformer()
Dnanoapp_info_by_app_id_test.cc29 NanoappInfoByAppIdTest::NanoappInfoByAppIdTest() : Test(CHRE_API_VERSION_1_1) {} in NanoappInfoByAppIdTest()
Dnanoapp_info_by_instance_id_test.cc30 : Test(CHRE_API_VERSION_1_1) {} in NanoappInfoByInstanceIdTest()
Dbasic_gnss_test.cc64 BasicGnssTest::BasicGnssTest() : Test(CHRE_API_VERSION_1_1) {} in BasicGnssTest()
Destimated_host_time_test.cc28 : Test(CHRE_API_VERSION_1_1), in EstimatedHostTimeTest()
Dnanoapp_info_events_test_observer.cc25 : Test(CHRE_API_VERSION_1_1) {} in NanoAppInfoEventsTestObserver()
Dwwan_cell_info_test.cc37 WwanCellInfoTest::WwanCellInfoTest() : Test(CHRE_API_VERSION_1_1) {} in WwanCellInfoTest()
Dbasic_wifi_test.cc326 BasicWifiTest::BasicWifiTest() : Test(CHRE_API_VERSION_1_1) {} in BasicWifiTest()
/chre-3.4.0/chre_api/legacy/v1_2/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
/chre-3.4.0/chre_api/legacy/v1_3/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
/chre-3.4.0/chre_api/legacy/v1_4/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
/chre-3.4.0/chre_api/include/chre_api/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
/chre-3.4.0/build/variant/
Dgoogle_x86_linux.mk14 TARGET_CFLAGS += -DCHRE_FIRST_SUPPORTED_API_VERSION=CHRE_API_VERSION_1_1
/chre-3.4.0/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc144 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()
/chre-3.4.0/core/
Dsensor.cc81 if (targetApiVersion >= CHRE_API_VERSION_1_1) { in populateSensorInfo()