Home
last modified time | relevance | path

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

/system/chre/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
/system/chre/apps/chqts/src/general_test/
Dwwan_capabilities_test.cc25 : Test(CHRE_API_VERSION_1_1) { in WwanCapabilitiesTest()
36 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
Dgnss_capabilities_test.cc25 : Test(CHRE_API_VERSION_1_1) { in GnssCapabilitiesTest()
36 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
Dwifi_capabilities_test.cc25 : Test(CHRE_API_VERSION_1_1) { in WifiCapabilitiesTest()
36 if (mApiVersion >= CHRE_API_VERSION_1_1) { in setUp()
Dsensor_info_test.cc23 : Test(CHRE_API_VERSION_1_1) { in SensorInfoTest()
48 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()
Dbasic_gnss_test.cc48 : Test(CHRE_API_VERSION_1_1) { in BasicGnssTest()
Dnanoapp_info_by_instance_id_test.cc30 : Test(CHRE_API_VERSION_1_1) { in NanoappInfoByInstanceIdTest()
Dnanoapp_info_by_app_id_test.cc30 : Test(CHRE_API_VERSION_1_1) { in NanoappInfoByAppIdTest()
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 : Test(CHRE_API_VERSION_1_1) { in WwanCellInfoTest()
Dbasic_wifi_test.cc164 : Test(CHRE_API_VERSION_1_1) { in BasicWifiTest()
/system/chre/chre_api/legacy/v1_2/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
/system/chre/chre_api/include/chre_api/chre/
Dversion.h61 #define CHRE_API_VERSION_1_1 UINT32_C(0x01010000) macro
/system/chre/core/
Dsensor_request_manager.cc240 if (nanoapp.getTargetApiVersion() >= CHRE_API_VERSION_1_1) { in getSensorInfo()