Searched defs:deviceId (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
H A DmasterMain.cpp29 float x, float y, float pressure, float size, int deviceId);
48 jfloat x, jfloat y, jfloat pressure, jfloat size, jint deviceId) {
51 deviceId) ? JNI_TRUE : JNI_FALSE;
47 qmotionevent(JNIEnv *env, jobject thiz, jlong eventTime, jint action, jfloat x, jfloat y, jfloat pressure, jfloat size, jint deviceId) argument
H A Dgl_vidandroid.cpp536 float x, float y, float pressure, float size, int deviceId) {
660 float x, float y, float pressure, float size, int deviceId)
662 gGestureDetector.analyze(eventTime, action, x, y, pressure, size, deviceId);
535 analyze(unsigned long long eventTime, int action, float x, float y, float pressure, float size, int deviceId) argument
659 AndroidMotionEvent(unsigned long long eventTime, int action, float x, float y, float pressure, float size, int deviceId) argument
/external/quake/standalone/
H A Dmain.cpp13 float x, float y, float pressure, float size, int deviceId);
72 int32_t deviceId; member in struct:EventQueue::Event
130 bool result = gHub->getEvent(&event.deviceId,
239 printf("Event deviceId: %d, type: %d, scancode: %d, keyCode: %d, flags: %d, value: %d, when: %llu\n",
240 pEvent->deviceId, pEvent->type, pEvent->scancode,
321 pEvent->deviceId);
/external/quake/src/com/android/quake/
H A DQuakeLib.java158 * @param deviceId the id of the device generating the events
162 float x, float y, float pressure, float size, int deviceId);
161 motionEvent(long eventTime, int action, float x, float y, float pressure, float size, int deviceId) argument
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c257 static int nandemul2k_ReadId(__u8 *vendorId, __u8 *deviceId) argument
260 *deviceId = '2';

Completed in 184 milliseconds