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

/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java345 protected abstract void dispatchFlushCompleteEvent(int handle); method in class:SystemSensorManager.BaseEventQueue
409 protected void dispatchFlushCompleteEvent(int handle) { method in class:SystemSensorManager.SensorEventQueue
472 protected void dispatchFlushCompleteEvent(int handle) { method in class:SystemSensorManager.TriggerEventQueue
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp34 jmethodID dispatchFlushCompleteEvent; member in struct:__anon803
178 // This is a flush complete sensor event. Call dispatchFlushCompleteEvent
181 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent,
320 GET_METHOD_ID(gBaseEventQueueClassInfo.dispatchFlushCompleteEvent,
322 "dispatchFlushCompleteEvent", "(I)V");

Completed in 1176 milliseconds