Searched refs:dispatchFlushCompleteEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp45 jmethodID dispatchFlushCompleteEvent; member in struct:__anon1068::__anon1069
360 // This is a flush complete sensor event. Call dispatchFlushCompleteEvent
364 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent,
561 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent = GetMethodIDOrDie(env,
562 gBaseEventQueueClassInfo.clazz, "dispatchFlushCompleteEvent", "(I)V");
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java760 protected abstract void dispatchFlushCompleteEvent(int handle); method in class:SystemSensorManager.BaseEventQueue
836 protected void dispatchFlushCompleteEvent(int handle) { method in class:SystemSensorManager.SensorEventQueue
924 protected void dispatchFlushCompleteEvent(int handle) { method in class:SystemSensorManager.TriggerEventQueue
943 protected void dispatchFlushCompleteEvent(int handle) { method in class:SystemSensorManager.InjectEventQueue

Completed in 475 milliseconds