Searched defs:api (Results 1 – 18 of 18) sorted by relevance
129 void setPlatformWifiCallbacks(const struct chrePalWifiCallbacks *api) { in setPlatformWifiCallbacks()
97 auto api = ParseApiFile(api_file.path); in TEST() local
69 static const struct chrePalWwanApi api = { in chrePalWwanGetApi() local
74 static const struct chrePalWifiApi api = { in chrePalWifiGetApi() local
120 static const struct chrePalGnssApi api = { in chrePalGnssGetApi() local
46 sysprop::SyspropLibraryApis api; in main() local
85 Result<void> CheckPropertyTypes(const sysprop::SyspropLibraryApis& api, in CheckPropertyTypes()
92 sysprop::SyspropLibraryApis api; in main() local
68 const struct chrePalWwanApi *api; // WWAN PAL API member558 static const struct chrePalWwanApi api = { local
66 const struct chrePalGnssApi *api; // GNSS PAL API member839 static const struct chrePalGnssApi api = { local
80 const struct chrePalWifiApi *api; // WiFi PAL API member1211 static const struct chrePalWifiApi api = { local
121 std::shared_ptr<DexFileApi> api(new DexFileApi{std::move(dex), std::move(copy), std::mutex()}); in Create() local
59 explicit Callbacks(const struct chrePalBleApi *api) : mApi(api) {} in Callbacks()
78 const struct chrePalWwanApi *api; // WWAN PAL API member
76 const struct chrePalGnssApi *api; // GNSS PAL API member
77 const struct chrePalWifiApi *api; // WiFi PAL API member
36 pub mod api; module
34 def __init__(self, api, commit_hash): argument