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