Searched defs:old_state (Results 1 - 8 of 8) sorted by relevance

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

Completed in 178 milliseconds