Home
last modified time | relevance | path

Searched refs:native_start_batch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssBatchingProvider.java130 return native_start_batch(periodNanos, wakeOnFifoFull); in startBatch()
152 private static native boolean native_start_batch(long periodNanos, boolean wakeOnFifoFull); in native_start_batch() method in GnssBatchingProvider