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

  /frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardware.aidl 51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs);
ActivityRecognitionHardware.java 101 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) {
109 int result = nativeEnableActivityEvent(activityType, eventType, reportLatencyNs);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventTimestampSynchronizationVerification.java 52 * @param reportLatencyNs The latency on which batching events are received
56 long reportLatencyNs) {
58 mReportLatencyNs = reportLatencyNs;
78 long reportLatencyNs = TimeUnit.MICROSECONDS.toNanos(reportLatencyUs);
79 return new EventTimestampSynchronizationVerification(DEFAULT_THRESHOLD_NS, reportLatencyNs);
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProvider.java 90 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs)
92 return mService.enableActivityEvent(activity, eventType, reportLatencyNs);

Completed in 384 milliseconds