Home
last modified time | relevance | path

Searched refs:gChrePalSystemApi (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dpal_system_api.h23 extern const chrePalSystemApi gChrePalSystemApi;
/system/chre/platform/shared/
Dplatform_wwan.cc32 if (!mWwanApi->open(&gChrePalSystemApi, &mWwanCallbacks)) { in PlatformWwan()
Dpal_system_api.cc71 const chrePalSystemApi gChrePalSystemApi = { variable
Dplatform_gnss.cc40 if (!mGnssApi->open(&gChrePalSystemApi, &mGnssCallbacks)) { in PlatformGnss()
Dplatform_wifi.cc36 if (!mWifiApi->open(&gChrePalSystemApi, &mWifiCallbacks)) { in PlatformWifi()