Home
last modified time | relevance | path

Searched refs:kApi (Results 1 – 7 of 7) sorted by relevance

/system/chre/platform/linux/
Dpal_audio.cc150 static const struct chrePalAudioApi kApi = { in chrePalAudioGetApi() local
161 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalAudioGetApi()
165 return &kApi; in chrePalAudioGetApi()
Dpal_wwan.cc108 static const struct chrePalWwanApi kApi = { in chrePalWwanGetApi() local
117 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalWwanGetApi()
121 return &kApi; in chrePalWwanGetApi()
Dpal_sensor.cc186 static const struct chrePalSensorApi kApi = { in chrePalSensorGetApi() local
201 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalSensorGetApi()
205 return &kApi; in chrePalSensorGetApi()
Dpal_gnss.cc251 static const struct chrePalGnssApi kApi = { in chrePalGnssGetApi() local
264 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalGnssGetApi()
268 return &kApi; in chrePalGnssGetApi()
Dpal_ble.cc252 static const struct chrePalBleApi kApi = { in chrePalBleGetApi() local
265 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalBleGetApi()
269 return &kApi; in chrePalBleGetApi()
Dpal_wifi.cc282 static const struct chrePalWifiApi kApi = { in chrePalWifiGetApi() local
298 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalWifiGetApi()
303 return &kApi; in chrePalWifiGetApi()
/system/tools/sysprop/tests/
DTypeCheckerTest.cpp30 constexpr const char* kApi = variable
94 ASSERT_TRUE(android::base::WriteStringToFile(kApi, api_file.path)); in TEST()