Searched refs:gBaseEventQueueClassInfo (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_hardware_SensorManager.cpp | 47 } gBaseEventQueueClassInfo; variable 423 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent, in handleEvent() 433 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent, in handleEvent() 460 gBaseEventQueueClassInfo.dispatchSensorEvent, in handleEvent() 606 gBaseEventQueueClassInfo.clazz = FindClassOrDie(env, in register_android_hardware_SensorManager() 609 gBaseEventQueueClassInfo.dispatchSensorEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() 610 gBaseEventQueueClassInfo.clazz, "dispatchSensorEvent", "(I[FIJ)V"); in register_android_hardware_SensorManager() 612 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() 613 gBaseEventQueueClassInfo.clazz, "dispatchFlushCompleteEvent", "(I)V"); in register_android_hardware_SensorManager() 615 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent = GetMethodIDOrDie(env, in register_android_hardware_SensorManager() [all …]
|