Searched defs:prev_state (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dui_data_type_controller.cc261 State prev_state = state_; local
271 if (prev_state == MODEL_STARTING) {
H A Dfrontend_data_type_controller.cc97 State prev_state = state_; local
102 if (prev_state == MODEL_STARTING) {
/external/kernel-headers/original/linux/
H A Dpm.h91 unsigned long prev_state; member in struct:pm_dev
176 pm_message_t prev_state; member in struct:dev_pm_info
/external/qemu/hw/
H A Dbt-hci-csr.c361 int prev_state = s->modem_state; local
377 if (~s->modem_state & prev_state & CHR_TIOCM_RTS)
/external/chromium_org/ui/views/controls/button/
H A Dtext_button.cc178 ui::NativeTheme::State prev_state = local
180 theme->Paint(canvas->sk_canvas(), part, prev_state, rect, prev_extra);
/external/linux-tools-perf/
H A Dbuiltin-timechart.c365 long prev_state; /* Arjan weeps. */ member in struct:sched_switch
489 if (sw->prev_state & 2)
491 if (sw->prev_state == 0)
H A Dbuiltin-sched.c695 u64 prev_state; member in struct:trace_switch_event
868 add_sched_event_sleep(prev, timestamp, switch_event->prev_state);
996 return str[switch_event->prev_state];
1527 FILL_FIELD(switch_event, prev_state, event, data);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c555 enum wpa_states prev_state; local
627 prev_state = wpa_s->wpa_state;
864 if (prev_state != wpa_s->wpa_state)
865 wpa_supplicant_set_state(wpa_s, prev_state);
974 enum wpa_states prev_state; local
1046 prev_state = wpa_s->wpa_state;
1167 if (prev_state != wpa_s->wpa_state)
1168 wpa_supplicant_set_state(wpa_s, prev_state);
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc1058 ConnectionState prev_state = state_; local
1060 if (state_ != prev_state) {
1561 ActivationState prev_state = activation_state_; local
1563 if (activation_state_ != prev_state)
1626 ConnectionState prev_state = state_; local
1628 if (state_ != prev_state)
1636 ConnectivityState prev_state = connectivity_state_; local
1638 if (connectivity_state_ != prev_state)

Completed in 543 milliseconds