HomeSort by relevance Sort by last modified time
    Searched refs:old_state (Results 1 - 25 of 27) 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/bluetooth/bluez/audio/
control.h 34 avctp_state_t old_state,
source.h 36 source_state_t old_state,
sink.h 35 sink_state_t old_state,
device.c 315 avdtp_session_state_t old_state,
331 sink_state_t old_state,
355 else if (old_state == SINK_STATE_CONNECTING) {
372 if (old_state == SINK_STATE_PLAYING)
396 avctp_state_t old_state,
417 headset_state_t old_state,
438 else if (old_state == HEADSET_STATE_CONNECTING &&
449 if (old_state == HEADSET_STATE_CONNECTED ||
450 old_state == HEADSET_STATE_PLAY_IN_PROGRESS ||
451 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,
178 avdtp_state_t old_state,
217 if (old_state == AVDTP_STATE_CONFIGURED &&
avdtp.h 125 avdtp_session_state_t old_state,
130 avdtp_state_t old_state,
sink.c 104 sink_state_t old_state = sink->state; local
117 cb->cb(dev, old_state, new_state, cb->user_data);
123 avdtp_session_state_t old_state,
185 avdtp_state_t old_state,
225 if (old_state == AVDTP_STATE_CONFIGURED &&
239 } else if (old_state == AVDTP_STATE_STREAMING) {
control.c 454 avdtp_session_state_t old_state = control->state; local
463 if (old_state != AVCTP_STATE_CONNECTED)
500 cb->cb(control->dev, old_state, new_state, cb->user_data);
headset.c 2482 headset_state_t old_state = hs->state; local
    [all...]
avdtp.c 752 avdtp_session_state_t old_state = session->state; local
765 cb->cb(dev, session, old_state, new_state, cb->user_data);
966 avdtp_state_t old_state; local
986 old_state = sep->state;
991 cb->cb(stream, old_state, state, err_ptr, cb->user_data);
1000 if (old_state > AVDTP_STATE_OPEN && session->auto_dc)
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.h 86 wpa_states old_state);
128 wpa_states old_state)
ctrl_iface_dbus.c 668 * @old_state: old state wpa_supplicant is leaving
675 wpa_states old_state)
690 if (new_state == old_state)
716 old_state_str = wpa_supplicant_state_txt(old_state);
  /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)
ctrl_iface_dbus.c 671 * @old_state: old state wpa_supplicant is leaving
678 wpa_states old_state)
693 if (new_state == old_state)
719 old_state_str = wpa_supplicant_state_txt(old_state);
    [all...]
  /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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 310 Uint8 old_state; local
320 old_state = SDL_GetMouseState(NULL, NULL);
342 if ( (old_state&0x01) != (new_state&0x01) ) {
375 old_state >>= 1;
  /frameworks/base/cmds/keystore/
keystore.c 573 int8_t old_state = state; local
583 cred.uid, request, -response, old_state, state, retry);
  /external/v8/src/
ic.h 141 State old_state,
ic.cc 62 State old_state,
68 TransitionMarkFromState(old_state),
    [all...]
  /external/chromium/net/base/
file_stream_unittest.cc 700 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
703 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/base/
message_loop_unittest.cc 1026 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
1029 MessageLoop::current()->SetNestableTasksAllowed(old_state);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 2317 int old_state; local
    [all...]

Completed in 241 milliseconds

1 2