Searched refs:reportLatencyNs (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | ActivityRecognitionProvider.java | 92 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) in enableActivityEvent() argument 94 return mService.enableActivityEvent(activity, eventType, reportLatencyNs); in enableActivityEvent()
|
/frameworks/base/core/java/android/hardware/location/ |
D | IActivityRecognitionHardware.aidl | 51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs); in enableActivityEvent() argument
|
D | ActivityRecognitionHardware.java | 117 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) { in enableActivityEvent() argument 125 int result = nativeEnableActivityEvent(activityType, eventType, reportLatencyNs); in enableActivityEvent()
|