Searched refs:gBaseEventQueueClassInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_SensorManager.cpp | 47 } gBaseEventQueueClassInfo; variable 364 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent, in handleEvent() 374 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent, in handleEvent() 401 gBaseEventQueueClassInfo.dispatchSensorEvent, in handleEvent() 555 gBaseEventQueueClassInfo.clazz = FindClassOrDie(env, in register_android_hardware_SensorManager() 558 gBaseEventQueueClassInfo.dispatchSensorEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() 559 gBaseEventQueueClassInfo.clazz, "dispatchSensorEvent", "(I[FIJ)V"); in register_android_hardware_SensorManager() 561 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() 562 gBaseEventQueueClassInfo.clazz, "dispatchFlushCompleteEvent", "(I)V"); in register_android_hardware_SensorManager() 564 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() [all …]
|