Home
last modified time | relevance | path

Searched refs:state_evdo (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma.cc493 MMModemCdmaRegistrationState state_evdo = cdma_evdo_registration_state_; in OnModemCDMAPropertiesChanged() local
504 state_evdo = static_cast<MMModemCdmaRegistrationState>( in OnModemCDMAPropertiesChanged()
522 OnCDMARegistrationChanged(state_1x, state_evdo, sid, nid); in OnModemCDMAPropertiesChanged()
527 MMModemCdmaRegistrationState state_evdo, in OnCDMARegistrationChanged() argument
530 << ", state_evdo=" << state_evdo; in OnCDMARegistrationChanged()
532 cdma_evdo_registration_state_ = state_evdo; in OnCDMARegistrationChanged()
Dcellular_capability_cdma.h106 uint32_t state_1x, uint32_t state_evdo);
113 void OnGetRegistrationStateReply(uint32_t state_1x, uint32_t state_evdo,
Dcellular_capability_cdma.cc364 uint32_t state_1x, uint32_t state_evdo, const Error& error) { in OnGetRegistrationStateReply() argument
367 OnRegistrationStateChangedSignal(state_1x, state_evdo); in OnGetRegistrationStateReply()
393 uint32_t state_1x, uint32_t state_evdo) { in OnRegistrationStateChangedSignal() argument
396 registration_state_evdo_ = state_evdo; in OnRegistrationStateChangedSignal()
Dcellular_capability_universal_cdma.h109 MMModemCdmaRegistrationState state_evdo,
/system/connectivity/shill/dbus/
Dchromeos_modem_cdma_proxy.cc193 uint32_t state_evdo) { in OnGetRegistrationStateSuccess() argument
195 << ", " << state_evdo << ")"; in OnGetRegistrationStateSuccess()
196 callback.Run(state_1x, state_evdo, Error()); in OnGetRegistrationStateSuccess()
Dchromeos_modem_cdma_proxy.h95 uint32_t state_evdo);