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

  /frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardware.aidl 51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs);
ActivityRecognitionHardware.java 117 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) {
  /device/google/contexthub/sensorhal/
activity.h 44 int enableActivityEvent(uint32_t activity_handle,
activity.cpp 63 return gActivityContext->enableActivityEvent(activity_handle, event_type,
212 int ActivityContext::enableActivityEvent(
216 ALOGI("enableActivityEvent - activity_handle: %" PRIu32
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProvider.java 91 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs)
93 return mService.enableActivityEvent(activity, eventType, reportLatencyNs);

Completed in 155 milliseconds