Home
last modified time | relevance | path

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

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