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

  /system/chre/platform/include/chre/platform/
platform_wwan.h 24 class PlatformWwan : public PlatformWwanBase {
27 * Performs platform-specific deinitialization of the PlatformWwan instance.
29 ~PlatformWwan();
  /system/chre/platform/shared/
platform_wwan.cc 27 PlatformWwan::~PlatformWwan() {
36 void PlatformWwan::init() {
52 uint32_t PlatformWwan::getCapabilities() {
61 bool PlatformWwan::requestCellInfo() {
70 void PlatformWwan::releaseCellInfoResult(chreWwanCellInfoResult *result) {

Completed in 94 milliseconds