Searched refs:gChrePalSystemApi (Results 1 – 10 of 10) sorted by relevance
37 extern const chrePalSystemApi gChrePalSystemApi;
63 const chrePalSystemApi gChrePalSystemApi = { variable
44 if (!mWwanApi->open(&gChrePalSystemApi, &sWwanCallbacks)) { in init()
48 if (!mWifiApi->open(&gChrePalSystemApi, &sWifiCallbacks)) { in init()
48 if (!mGnssApi->open(&gChrePalSystemApi, &sGnssCallbacks)) { in init()
45 if (!mSensorApi->open(&gChrePalSystemApi, &sSensorCallbacks)) { in init()
65 if (!mAudioApi->open(&gChrePalSystemApi, &sAudioCallbacks)) { in init()
94 ASSERT_TRUE(api_->open(&chre::gChrePalSystemApi, &kCallbacks)); in SetUp()
160 ASSERT_TRUE(api_->open(&chre::gChrePalSystemApi, &kCallbacks)); in SetUp()
66 EXPECT_TRUE(chreWifiScanCacheInit(&chre::gChrePalSystemApi, in SetUp()