Home
last modified time | relevance | path

Searched refs:chrePalSystemApi (Results 1 – 21 of 21) sorted by relevance

/system/chre/chpp/platform/
Dpal_api.c73 static const struct chrePalSystemApi chrePalSystemApi = { in chppPalSystemApiInit() local
81 context->systemApi = &chrePalSystemApi; in chppPalSystemApiInit()
/system/chre/chpp/platform/linux/services/
Dplatform_wwan.c24 static const struct chrePalSystemApi *gSystemApi;
27 static bool wwanPalOpen(const struct chrePalSystemApi *systemApi, in wwanPalOpen()
Dplatform_gnss.c24 static const struct chrePalSystemApi *gSystemApi;
27 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen()
Dplatform_wifi.c25 static const struct chrePalSystemApi *gSystemApi;
28 static bool wifiPalOpen(const struct chrePalSystemApi *systemApi, in wifiPalOpen()
/system/chre/platform/shared/include/chre/platform/shared/
Dpal_system_api.h37 extern const chrePalSystemApi gChrePalSystemApi;
/system/chre/platform/linux/
Dpal_wifi.cc30 const struct chrePalSystemApi *gSystemApi = nullptr;
100 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen()
Dpal_wwan.cc30 const struct chrePalSystemApi *gSystemApi = nullptr;
88 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen()
Dpal_gnss.cc31 const struct chrePalSystemApi *gSystemApi = nullptr;
152 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen()
/system/chre/pal/include/chre/pal/
Dsystem.h49 struct chrePalSystemApi { struct
Dwwan.h92 bool (*open)(const struct chrePalSystemApi *systemApi,
Daudio.h92 bool (*open)(const struct chrePalSystemApi *systemApi,
Dwifi.h176 bool (*open)(const struct chrePalSystemApi *systemApi,
Dgnss.h175 bool (*open)(const struct chrePalSystemApi *systemApi,
Dsensor.h161 bool (*open)(const struct chrePalSystemApi *systemApi,
/system/chre/pal/util/include/chre/pal/util/
Dwifi_scan_cache.h74 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi,
/system/chre/platform/shared/
Dpal_system_api.cc63 const chrePalSystemApi gChrePalSystemApi = {
/system/chre/chpp/clients/
Dwwan.c77 static const struct chrePalSystemApi *gSystemApi;
120 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi,
405 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen()
Dgnss.c78 static const struct chrePalSystemApi *gSystemApi;
121 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi,
602 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen()
Dwifi.c87 static const struct chrePalSystemApi *gSystemApi;
130 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi,
630 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, in chppWifiClientOpen()
/system/chre/pal/util/
Dwifi_scan_cache.c54 static const struct chrePalSystemApi *gSystemApi = NULL;
171 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit()
/system/chre/chpp/include/chpp/
Dapp.h375 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs