Searched refs:chrePalSystemApi (Results 1 – 21 of 21) sorted by relevance
/system/chre/chpp/platform/ |
D | pal_api.c | 73 static const struct chrePalSystemApi chrePalSystemApi = { in chppPalSystemApiInit() local 81 context->systemApi = &chrePalSystemApi; in chppPalSystemApiInit()
|
/system/chre/chpp/platform/linux/services/ |
D | platform_wwan.c | 24 static const struct chrePalSystemApi *gSystemApi; 27 static bool wwanPalOpen(const struct chrePalSystemApi *systemApi, in wwanPalOpen()
|
D | platform_gnss.c | 24 static const struct chrePalSystemApi *gSystemApi; 27 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen()
|
D | platform_wifi.c | 25 static const struct chrePalSystemApi *gSystemApi; 28 static bool wifiPalOpen(const struct chrePalSystemApi *systemApi, in wifiPalOpen()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | pal_system_api.h | 37 extern const chrePalSystemApi gChrePalSystemApi;
|
/system/chre/platform/linux/ |
D | pal_wifi.cc | 30 const struct chrePalSystemApi *gSystemApi = nullptr; 100 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen()
|
D | pal_wwan.cc | 30 const struct chrePalSystemApi *gSystemApi = nullptr; 88 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen()
|
D | pal_gnss.cc | 31 const struct chrePalSystemApi *gSystemApi = nullptr; 152 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen()
|
/system/chre/pal/include/chre/pal/ |
D | system.h | 49 struct chrePalSystemApi { struct
|
D | wwan.h | 92 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | audio.h | 92 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | wifi.h | 176 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | gnss.h | 175 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | sensor.h | 161 bool (*open)(const struct chrePalSystemApi *systemApi,
|
/system/chre/pal/util/include/chre/pal/util/ |
D | wifi_scan_cache.h | 74 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi,
|
/system/chre/platform/shared/ |
D | pal_system_api.cc | 63 const chrePalSystemApi gChrePalSystemApi = {
|
/system/chre/chpp/clients/ |
D | wwan.c | 77 static const struct chrePalSystemApi *gSystemApi; 120 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, 405 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen()
|
D | gnss.c | 78 static const struct chrePalSystemApi *gSystemApi; 121 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, 602 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen()
|
D | wifi.c | 87 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/ |
D | wifi_scan_cache.c | 54 static const struct chrePalSystemApi *gSystemApi = NULL; 171 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 375 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs
|