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

  /system/connectivity/shill/cellular/
cellular_capability_cdma.h 106 uint32_t state_1x, uint32_t state_evdo);
113 void OnGetRegistrationStateReply(uint32_t state_1x, uint32_t state_evdo,
cellular_capability_universal_cdma.cc 493 MMModemCdmaRegistrationState state_evdo = cdma_evdo_registration_state_; local
504 state_evdo = static_cast<MMModemCdmaRegistrationState>(
522 OnCDMARegistrationChanged(state_1x, state_evdo, sid, nid);
527 MMModemCdmaRegistrationState state_evdo,
530 << ", state_evdo=" << state_evdo; local
532 cdma_evdo_registration_state_ = state_evdo;
cellular_capability_cdma.cc 364 uint32_t state_1x, uint32_t state_evdo, const Error& error) {
367 OnRegistrationStateChangedSignal(state_1x, state_evdo);
393 uint32_t state_1x, uint32_t state_evdo) {
396 registration_state_evdo_ = state_evdo;
cellular_capability_universal_cdma.h 109 MMModemCdmaRegistrationState state_evdo,
  /system/connectivity/shill/dbus/
chromeos_modem_cdma_proxy.cc 193 uint32_t state_evdo) {
195 << ", " << state_evdo << ")"; local
196 callback.Run(state_1x, state_evdo, Error());
chromeos_modem_cdma_proxy.h 95 uint32_t state_evdo);

Completed in 441 milliseconds