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

  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 45 jmethodID dispatchFlushCompleteEvent;
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/
SystemSensorManager.java 760 protected abstract void dispatchFlushCompleteEvent(int handle);
    [all...]

Completed in 76 milliseconds