/system/chre/platform/linux/ |
D | pal_wwan.cc | 90 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen() argument 95 if (systemApi != nullptr && callbacks != nullptr) { in chrePalWwanApiOpen() 96 gSystemApi = systemApi; in chrePalWwanApiOpen()
|
D | pal_audio.cc | 55 bool chrePalAudioApiOpen(const struct chrePalSystemApi *systemApi, in chrePalAudioApiOpen() argument 60 if (systemApi != nullptr && callbacks != nullptr) { in chrePalAudioApiOpen() 61 gSystemApi = systemApi; in chrePalAudioApiOpen()
|
D | pal_ble.cc | 136 bool chrePalBleApiOpen(const struct chrePalSystemApi *systemApi, in chrePalBleApiOpen() argument 141 if (systemApi != nullptr && callbacks != nullptr) { in chrePalBleApiOpen() 142 gSystemApi = systemApi; in chrePalBleApiOpen()
|
D | pal_sensor.cc | 67 bool chrePalSensorApiOpen(const struct chrePalSystemApi *systemApi, in chrePalSensorApiOpen() argument 72 if (systemApi != nullptr && callbacks != nullptr) { in chrePalSensorApiOpen() 73 gSystemApi = systemApi; in chrePalSensorApiOpen()
|
D | pal_gnss.cc | 215 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen() argument 220 if (systemApi != nullptr && callbacks != nullptr) { in chrePalGnssApiOpen() 221 gSystemApi = systemApi; in chrePalGnssApiOpen()
|
D | pal_wifi.cc | 213 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen() argument 218 if (systemApi != nullptr && callbacks != nullptr) { in chrePalWifiApiOpen() 219 gSystemApi = systemApi; in chrePalWifiApiOpen()
|
/system/chre/chpp/platform/linux/services/ |
D | platform_wwan.c | 27 static bool wwanPalOpen(const struct chrePalSystemApi *systemApi, in wwanPalOpen() argument 29 gSystemApi = systemApi; in wwanPalOpen()
|
D | platform_wifi.c | 28 static bool wifiPalOpen(const struct chrePalSystemApi *systemApi, in wifiPalOpen() argument 30 gSystemApi = systemApi; in wifiPalOpen()
|
D | platform_gnss.c | 30 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen() argument 32 gSystemApi = systemApi; in gnssPalOpen()
|
/system/chre/chpp/clients/ |
D | wwan.c | 123 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, 401 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen() argument 403 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppWwanClientOpen() 407 gSystemApi = systemApi; in chppWwanClientOpen()
|
D | gnss.c | 123 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, 590 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen() argument 592 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppGnssClientOpen() 596 gSystemApi = systemApi; in chppGnssClientOpen()
|
D | wifi.c | 137 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, 833 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, in chppWifiClientOpen() argument 835 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppWifiClientOpen() 839 gSystemApi = systemApi; in chppWifiClientOpen()
|
/system/chre/pal/util/include/chre/pal/util/ |
D | wifi_scan_cache.h | 74 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi,
|
/system/chre/pal/include/chre/pal/ |
D | wwan.h | 92 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | audio.h | 92 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | gnss.h | 175 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | ble.h | 160 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | sensor.h | 166 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | wifi.h | 273 bool (*open)(const struct chrePalSystemApi *systemApi,
|
/system/chre/pal/util/ |
D | wifi_scan_cache.c | 171 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit() argument 173 if (systemApi == NULL || callbacks == NULL) { in chreWifiScanCacheInit() 177 gSystemApi = systemApi; in chreWifiScanCacheInit()
|
/system/chre/chpp/platform/ |
D | pal_api.c | 81 context->systemApi = &chrePalSystemApi; in chppPalSystemApiInit()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 372 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs member
|
/system/chre/chpp/services/ |
D | wwan.c | 215 wwanServiceContext->service.appContext->systemApi, in chppWwanServiceOpen()
|
D | gnss.c | 251 gnssServiceContext->service.appContext->systemApi, in chppGnssServiceOpen()
|
D | wifi.c | 300 wifiServiceContext->service.appContext->systemApi, in chppWifiServiceOpen()
|