/external/webkit/Source/WebKit/android/jni/ |
DeviceMotionAndOrientationManager.cpp | 54 void DeviceMotionAndOrientationManager::setMockMotion(PassRefPtr<DeviceMotionData> motion) 59 void DeviceMotionAndOrientationManager::onMotionChange(PassRefPtr<DeviceMotionData> motion) 62 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->onMotionChange(motion); 137 RefPtr<DeviceMotionData> motion = DeviceMotionData::create(0, accelerationIncludingGravity.release(), 0, canProvideInterval, interval); local 138 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onMotionChange(motion.release());
|
/hardware/invensense/mlsdk/mllite/ |
mlSetGyroBias.c | 36 int motion; member in struct:__anon16007 41 /** Records a motion event that may cause a callback when the priority for this 44 void inv_set_motion_state(int motion) 46 sgb.motion = motion; 151 // Check if motion state has changed 152 if (sgb.motion == INV_MOTION) { 155 //Trigger motion callback 162 } else if (sgb.motion == INV_NO_MOTION){ 165 //Trigger no motion callbac [all...] |
/frameworks/base/include/ui/ |
InputTransport.h | 150 } motion; member in union:android::InputMessage::__anon14441 153 /* Gets the number of bytes to add to step to the next SampleData object in a motion 212 /* Publishes a motion event to the ashmem buffer. 236 /* Appends a motion sample to a motion event unless already consumed.
|
/bionic/libc/kernel/common/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon407 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/development/ndk/platforms/android-3/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon1017 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/external/kernel-headers/original/linux/ |
qic117.h | 112 unused, mode, motion, report enumerator in enum:__anon7142 129 /* 1*/ {"soft reset", 0x00, 0x00, motion, 1, required},\ 131 /* 3*/ {"pause", 0x36, 0x24, motion, 1, required},\ 132 /* 4*/ {"micro step pause", 0x36, 0x24, motion, 1, required},\ 138 /*10*/ {"logical forward", 0x37, 0x25, motion, 0, required},\ 139 /*11*/ {"physical reverse", 0x17, 0x05, motion, 0, required},\ 140 /*12*/ {"physical forward", 0x17, 0x05, motion, 0, required},\ 141 /*13*/ {"seek head to track", 0x37, 0x25, motion, 0, required},\ 142 /*14*/ {"seek load point", 0x17, 0x05, motion, 1, required},\ 144 /*16*/ {"write reference burst", 0x1f, 0x05, motion, 1, required}, [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_events.h | 55 SDL_JOYAXISMOTION, /* Joystick axis motion */ 56 SDL_JOYBALLMOTION, /* Joystick trackball motion */ 126 /* Mouse motion event structure */ 132 Sint16 xrel; /* The relative motion in the X direction */ 133 Sint16 yrel; /* The relative motion in the Y direction */ 145 /* Joystick axis motion event structure */ 153 /* Joystick trackball motion event structure */ 158 Sint16 xrel; /* The relative motion in the X direction */ 159 Sint16 yrel; /* The relative motion in the Y direction */ 224 SDL_MouseMotionEvent motion; member in union:SDL_Event [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 55 SDL_JOYAXISMOTION, /* Joystick axis motion */ 56 SDL_JOYBALLMOTION, /* Joystick trackball motion */ 126 /* Mouse motion event structure */ 132 Sint16 xrel; /* The relative motion in the X direction */ 133 Sint16 yrel; /* The relative motion in the Y direction */ 145 /* Joystick axis motion event structure */ 153 /* Joystick trackball motion event structure */ 158 Sint16 xrel; /* The relative motion in the X direction */ 159 Sint16 yrel; /* The relative motion in the Y direction */ 224 SDL_MouseMotionEvent motion; member in union:SDL_Event [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_events.h | 55 SDL_JOYAXISMOTION, /* Joystick axis motion */ 56 SDL_JOYBALLMOTION, /* Joystick trackball motion */ 126 /* Mouse motion event structure */ 132 Sint16 xrel; /* The relative motion in the X direction */ 133 Sint16 yrel; /* The relative motion in the Y direction */ 145 /* Joystick axis motion event structure */ 153 /* Joystick trackball motion event structure */ 158 Sint16 xrel; /* The relative motion in the X direction */ 159 Sint16 yrel; /* The relative motion in the Y direction */ 224 SDL_MouseMotionEvent motion; member in union:SDL_Event [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon21563 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon21917 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon22271 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon22690 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon23053 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon23477 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon23839 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon24458 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
qic117.h | 65 unused, mode, motion, report enumerator in enum:__anon24795 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, (…) [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_events.h | 54 SDL_JOYAXISMOTION, /* Joystick axis motion */ 55 SDL_JOYBALLMOTION, /* Joystick trackball motion */ 123 /* Mouse motion event structure */ 129 Sint16 xrel; /* The relative motion in the X direction */ 130 Sint16 yrel; /* The relative motion in the Y direction */ 142 /* Joystick axis motion event structure */ 150 /* Joystick trackball motion event structure */ 155 Sint16 xrel; /* The relative motion in the X direction */ 156 Sint16 yrel; /* The relative motion in the Y direction */ 221 SDL_MouseMotionEvent motion; member in union:__anon25361 [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_events.h | 55 SDL_JOYAXISMOTION, /* Joystick axis motion */ 56 SDL_JOYBALLMOTION, /* Joystick trackball motion */ 126 /* Mouse motion event structure */ 132 Sint16 xrel; /* The relative motion in the X direction */ 133 Sint16 yrel; /* The relative motion in the Y direction */ 145 /* Joystick axis motion event structure */ 153 /* Joystick trackball motion event structure */ 158 Sint16 xrel; /* The relative motion in the X direction */ 159 Sint16 yrel; /* The relative motion in the Y direction */ 224 SDL_MouseMotionEvent motion; member in union:SDL_Event [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xvproto.h | 344 CARD8 motion; member in struct:__anon9515
|