HomeSort by relevance Sort by last modified time
    Searched refs:old_state (Results 1 - 25 of 50) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 93 static kbd_state_t old_state; local
111 SDL_memset(&old_state,0,sizeof(old_state));
119 shiftkeys = state->shift_keys ^ old_state.shift_keys;
128 if (state->matrix[i]!=old_state.matrix[i]) {
137 old_state = *state;
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 81 State old_state; local
84 old_state = thread_watcher_state_;
85 if (old_state != DEACTIVATED)
95 return old_state;
99 WaitState old_state; local
102 old_state = wait_state_;
106 return old_state;
110 State old_state = UpdateState(ACTIVATED); local
111 EXPECT_EQ(old_state, INITIALIZED);
116 State old_state = UpdateState(DEACTIVATED) local
123 State old_state = UpdateState(SENT_PING); local
129 State old_state = UpdateState(RECEIVED_PONG); local
    [all...]
  /external/bluetooth/bluez/audio/
control.h 34 avctp_state_t old_state,
sink.h 35 sink_state_t old_state,
source.h 36 source_state_t old_state,
sink.c 111 sink_state_t old_state = sink->state; local
122 DBG("State changed %s: %s -> %s", dev->path, str_state[old_state],
127 cb->cb(dev, old_state, new_state, cb->user_data);
133 avdtp_session_state_t old_state,
179 avdtp_state_t old_state,
213 if (old_state == AVDTP_STATE_CONFIGURED &&
224 } else if (old_state == AVDTP_STATE_STREAMING) {
device.c 360 avdtp_session_state_t old_state,
376 sink_state_t old_state,
400 else if (old_state == SINK_STATE_CONNECTING) {
417 if (old_state == SINK_STATE_PLAYING)
441 avctp_state_t old_state,
462 headset_state_t old_state,
483 else if (old_state == HEADSET_STATE_CONNECTING &&
494 if (old_state == HEADSET_STATE_CONNECTED ||
495 old_state == HEADSET_STATE_PLAY_IN_PROGRESS ||
496 old_state == HEADSET_STATE_PLAYING
    [all...]
headset.h 44 headset_state_t old_state,
source.c 105 source_state_t old_state = source->state; local
118 cb->cb(dev, old_state, new_state, cb->user_data);
124 avdtp_session_state_t old_state,
161 avdtp_state_t old_state,
avdtp.h 121 avdtp_session_state_t old_state,
126 avdtp_state_t old_state,
  /external/qemu/
json-lexer.c 66 from OLD_STATE required lookahead. This happens whenever the table
68 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
69 (json_lexer[(old_state)][0] == (terminal))
  /external/grub/stage2/
hercules.c 175 int old_state = herc_cursor_state; local
183 return old_state;
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.h 89 wpa_states old_state);
138 wpa_states old_state)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.h 82 enum wpa_states old_state);
dbus_old.c 401 * @old_state: old state wpa_supplicant is leaving
408 enum wpa_states old_state)
425 if (new_state == old_state)
440 old_state_str = wpa_supplicant_state_txt(old_state);
  /external/chromium/chrome/browser/download/
drag_download_file.cc 201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
205 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/v8/src/
runtime-profiler.cc 434 Atomic32 old_state = NoBarrier_CompareAndSwap(&state_, 0, -1); local
435 ASSERT(old_state >= -1);
436 if (old_state != 0) return false;
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 240 TabRendererData::NetworkState old_state = data_.network_state; local
242 AdvanceLoadingAnimation(old_state, state);
387 void BaseTab::AdvanceLoadingAnimation(TabRendererData::NetworkState old_state,
410 if (state != old_state) {
base_tab.h 102 virtual void AdvanceLoadingAnimation(TabRendererData::NetworkState old_state,
  /external/chromium/chrome/browser/printing/
print_job.cc 189 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
193 MessageLoop::current()->SetNestableTasksAllowed(old_state);
print_view_manager.cc 417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
421 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 287 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
290 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_views.cc 275 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
278 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 24 enum wpa_states old_state);
  /external/qemu/hw/
usb-ohci.c 334 uint32_t old_state = port->ctrl; local
377 if (old_state != port->ctrl)
1267 uint32_t old_state; local
1323 uint32_t old_state; local
1360 uint32_t old_state; local
    [all...]

Completed in 544 milliseconds

1 2