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

  /system/chre/platform/include/chre/platform/
platform_wwan.h 62 void releaseCellInfoResult(chreWwanCellInfoResult *result);
  /system/chre/platform/shared/
platform_wwan.cc 70 void PlatformWwan::releaseCellInfoResult(chreWwanCellInfoResult *result) {
73 mWwanApi->releaseCellInfoResult(result);
  /system/chre/pal/include/chre/pal/
wwan.h 59 * @see chrePalWwanApi.releaseCellInfoResult
128 void (*releaseCellInfoResult)(struct chreWwanCellInfoResult *result);
  /system/chre/core/
wwan_request_manager.cc 104 mPlatformWwan.releaseCellInfoResult(result);

Completed in 230 milliseconds