HomeSort by relevance Sort by last modified time
    Searched refs:newstate (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/riscos/
SDL_sysjoystick.c 121 int newstate = regs.r[0]; local
123 if (newstate != oldstate)
125 if ((newstate & 0xFF) != (oldstate & 0xFF))
132 if ((newstate & 0xFF00) != (oldstate & 0xFF00))
139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000))
153 joystick->hwdata->joystate = newstate;
  /system/media/opensles/tests/sandbox/
intbufq.c 251 SLuint32 newstate; local
252 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
254 if (newstate != state)
256 (unsigned) newstate);
  /external/chromium/net/flip/
flip_framer.cc 31 #define CHANGE_STATE(newstate) \
36 << " to " << StateToString(newstate) << "\n"; \
37 state_ = newstate; \
41 #define CHANGE_STATE(newstate) (state_ = newstate)
  /external/libxml2/
xmlregexp.c 1586 xmlRegStatePtr inter, newstate; local
    [all...]

Completed in 89 milliseconds