Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dpal_system_api.h37 extern const chrePalSystemApi gChrePalSystemApi;
/system/chre/platform/shared/
Dpal_system_api.cc63 const chrePalSystemApi gChrePalSystemApi = { variable
Dplatform_wwan.cc44 if (!mWwanApi->open(&gChrePalSystemApi, &sWwanCallbacks)) { in init()
Dplatform_wifi.cc48 if (!mWifiApi->open(&gChrePalSystemApi, &sWifiCallbacks)) { in init()
Dplatform_gnss.cc48 if (!mGnssApi->open(&gChrePalSystemApi, &sGnssCallbacks)) { in init()
Dplatform_sensor_manager.cc45 if (!mSensorApi->open(&gChrePalSystemApi, &sSensorCallbacks)) { in init()
/system/chre/platform/slpi/
Dplatform_audio.cc65 if (!mAudioApi->open(&gChrePalSystemApi, &sAudioCallbacks)) { in init()
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc94 ASSERT_TRUE(api_->open(&chre::gChrePalSystemApi, &kCallbacks)); in SetUp()
Dgnss_pal_impl_test.cc160 ASSERT_TRUE(api_->open(&chre::gChrePalSystemApi, &kCallbacks)); in SetUp()
/system/chre/pal/util/tests/
Dwifi_scan_cache_test.cc66 EXPECT_TRUE(chreWifiScanCacheInit(&chre::gChrePalSystemApi, in SetUp()