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) {
  /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);
  /device/google/contexthub/sensorhal/
activity.h 43 int enableActivityEvent(uint32_t activity_handle,
activity.cpp 83 return gActivityContext->enableActivityEvent(activity_handle, event_type,
333 int ActivityContext::enableActivityEvent(uint32_t activity_handle,
335 ALOGI("enableActivityEvent - activity_handle: %" PRIu32

Completed in 105 milliseconds