HomeSort by relevance Sort by last modified time
    Searched refs:dispatchFlushCompleteEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 345 protected abstract void dispatchFlushCompleteEvent(int handle);
409 protected void dispatchFlushCompleteEvent(int handle) {
472 protected void dispatchFlushCompleteEvent(int handle) {
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 34 jmethodID dispatchFlushCompleteEvent;
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 1267 milliseconds