HomeSort by relevance Sort by last modified time
    Searched refs:state_1x (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 492 MMModemCdmaRegistrationState state_1x = cdma_1x_registration_state_; local
497 state_1x = static_cast<MMModemCdmaRegistrationState>(
522 OnCDMARegistrationChanged(state_1x, state_evdo, sid, nid);
526 MMModemCdmaRegistrationState state_1x,
529 SLOG(this, 2) << __func__ << ": state_1x=" << state_1x
531 cdma_1x_registration_state_ = state_1x;
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) {
395 registration_state_1x_ = state_1x;
cellular_capability_universal_cdma.h 108 void OnCDMARegistrationChanged(MMModemCdmaRegistrationState state_1x,
  /system/connectivity/shill/dbus/
chromeos_modem_cdma_proxy.cc 192 uint32_t state_1x,
194 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << state_1x
196 callback.Run(state_1x, state_evdo, Error());
chromeos_modem_cdma_proxy.h 94 uint32_t state_1x,

Completed in 363 milliseconds