Searched refs:kApi (Results 1 – 4 of 4) sorted by relevance
117 static const struct chrePalWifiApi kApi = { in chrePalWifiGetApi() local127 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalWifiGetApi()131 return &kApi; in chrePalWifiGetApi()
105 static const struct chrePalWwanApi kApi = { in chrePalWwanGetApi() local114 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalWwanGetApi()118 return &kApi; in chrePalWwanGetApi()
169 static const struct chrePalGnssApi kApi = { in chrePalGnssGetApi() local180 if (!CHRE_PAL_VERSIONS_ARE_COMPATIBLE(kApi.moduleVersion, in chrePalGnssGetApi()184 return &kApi; in chrePalGnssGetApi()
30 constexpr const char* kApi = variable94 ASSERT_TRUE(android::base::WriteStringToFile(kApi, api_file.path)); in TEST()