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

  /system/chre/platform/shared/
chre_api_wwan.cc 30 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) {
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 59 //! Current cell information can be queried via chreWwanGetCellInfoAsync()
74 * chreWwanGetCellInfoAsync().
403 //! Set to the cookie parameter given to chreWwanGetCellInfoAsync()
445 bool chreWwanGetCellInfoAsync(const void *cookie);
  /system/chre/apps/chqts/src/general_test/
wwan_cell_info_test.cc 29 * Make a call to chreWwanGetCellInfoAsync and then ensure the following:
43 } else if (!chreWwanGetCellInfoAsync(&mTimerHandle)) {
  /system/chre/apps/wwan_world/
wwan_world.cc 49 if (chreWwanGetCellInfoAsync(&kCellInfoCookie)) {

Completed in 83 milliseconds