HomeSort by relevance Sort by last modified time
    Searched refs:mWwanApi (Results 1 - 2 of 2) sorted by null

  /system/chre/platform/shared/
platform_wwan.cc 28 if (mWwanApi != nullptr) {
31 mWwanApi->close();
38 mWwanApi = chrePalWwanGetApi(CHRE_PAL_WWAN_API_CURRENT_VERSION);
39 if (mWwanApi != nullptr) {
42 if (!mWwanApi->open(&gChrePalSystemApi, &mWwanCallbacks)) {
44 mWwanApi = nullptr;
53 if (mWwanApi != nullptr) {
55 return mWwanApi->getCapabilities();
62 if (mWwanApi != nullptr) {
64 return mWwanApi->requestCellInfo()
    [all...]
  /system/chre/platform/shared/include/chre/target_platform/
platform_wwan_base.h 33 const chrePalWwanApi *mWwanApi;

Completed in 53 milliseconds