Searched refs:gBaseEventQueueClassInfo (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_SensorManager.cpp | 47 } gBaseEventQueueClassInfo; variable 398 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent, in handleEvent() 408 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent, in handleEvent() 435 gBaseEventQueueClassInfo.dispatchSensorEvent, in handleEvent() 573 gBaseEventQueueClassInfo.clazz = FindClassOrDie(env, in register_android_hardware_SensorManager() 576 gBaseEventQueueClassInfo.dispatchSensorEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() 577 gBaseEventQueueClassInfo.clazz, "dispatchSensorEvent", "(I[FIJ)V"); in register_android_hardware_SensorManager() 579 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() 580 gBaseEventQueueClassInfo.clazz, "dispatchFlushCompleteEvent", "(I)V"); in register_android_hardware_SensorManager() 582 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() [all …]
|