Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 15 of 15) sorted by relevance

/system/connectivity/shill/cellular/
Dactive_passive_out_of_credits_detector.cc78 Service::ConnectState old_state, Service::ConnectState new_state) { in NotifyServiceStateChanged() argument
79 SLOG(this, 2) << __func__ << ": " << old_state << " -> " << new_state; in NotifyServiceStateChanged()
90 if (old_state != Service::kStateAssociating) { in NotifyServiceStateChanged()
111 DetectConnectDisconnectLoop(old_state, new_state); in NotifyServiceStateChanged()
Dmock_out_of_credits_detector.h37 void(Service::ConnectState old_state,
Dsubscription_state_out_of_credits_detector.h36 Service::ConnectState old_state, in NotifyServiceStateChanged() argument
Dno_out_of_credits_detector.h42 Service::ConnectState old_state, in NotifyServiceStateChanged() argument
Dout_of_credits_detector.h71 virtual void NotifyServiceStateChanged(Service::ConnectState old_state,
Dcellular.cc917 ModemState old_state = modem_state_; in OnModemStateChanged() local
918 SLOG(this, 2) << __func__ << ": " << GetModemStateString(old_state) in OnModemStateChanged()
920 if (old_state == new_state) { in OnModemStateChanged()
925 if (old_state >= kModemStateRegistered && in OnModemStateChanged()
933 if (old_state < kModemStateEnabled) { in OnModemStateChanged()
940 (old_state == kModemStateConnected || in OnModemStateChanged()
941 old_state == kModemStateConnecting || in OnModemStateChanged()
942 old_state == kModemStateDisconnecting)) in OnModemStateChanged()
947 old_state == kModemStateConnecting) in OnModemStateChanged()
Dactive_passive_out_of_credits_detector.h45 Service::ConnectState old_state,
Dcellular_capability_classic.cc365 uint32_t old_state, uint32_t new_state, uint32_t reason) { in OnModemStateChangedSignal() argument
366 SLOG(this, 2) << __func__ << "(" << old_state << ", " << new_state << ", " in OnModemStateChangedSignal()
Dactive_passive_out_of_credits_detector_unittest.cc97 void SetMockServiceState(Service::ConnectState old_state, in SetMockServiceState() argument
99 out_of_credits_detector_->NotifyServiceStateChanged(old_state, new_state); in SetMockServiceState()
Dcellular_capability_classic.h159 void OnModemStateChangedSignal(uint32_t old_state,
Dcellular_capability_universal.h318 void OnModemStateChangedSignal(int32_t old_state,
Dcellular_capability_universal.cc1627 int32_t old_state, int32_t new_state, uint32_t reason) { in OnModemStateChangedSignal() argument
1629 static_cast<Cellular::ModemState>(old_state); in OnModemStateChangedSignal()
/system/bt/stack/btm/
Dbtm_pm.c818 tBTM_PM_STATE old_state; in btm_pm_proc_mode_change() local
829 old_state = p_cb->state; in btm_pm_proc_mode_change()
834 mode_to_string(old_state), mode_to_string(p_cb->state)); in btm_pm_proc_mode_change()
856 if(old_state & BTM_PM_STORED_MASK) in btm_pm_proc_mode_change()
Dbtm_sec.c1460 UINT8 old_state = p_dev_rec->sec_state; in btm_sec_send_hci_disconnect() local
1467 switch (old_state) in btm_sec_send_hci_disconnect()
1506 p_dev_rec->sec_state = old_state; in btm_sec_send_hci_disconnect()
3982 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; in btm_sec_auth_complete() local
4048 && (old_state != BTM_PAIR_STATE_IDLE) ) in btm_sec_auth_complete()
4074 if (old_state != BTM_PAIR_STATE_IDLE) in btm_sec_auth_complete()
5858 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; in btm_sec_change_pairing_state() local
5885 if (old_state == BTM_PAIR_STATE_IDLE) in btm_sec_change_pairing_state()
/system/connectivity/shill/wifi/
Dwifi.cc1575 const string old_state = supplicant_state_; in StateChanged() local
1578 << old_state << " -> " << new_state; in StateChanged()
1587 if (old_state == WPASupplicant::kInterfaceStateDisconnected && in StateChanged()
1656 if (old_state != WPASupplicant::kInterfaceStateCompleted) in StateChanged()
2522 ScanState old_state = scan_state_; in SetScanState() local
2541 if (new_state != old_state) { in SetScanState()