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

  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 77 static int enable_activity_event( function
118 { "nativeEnableActivityEvent", "(IIJ)I", (void*) enable_activity_event },
  /hardware/libhardware/include/hardware/
activity_recognition.h 190 * - When enable_activity_event(on_bicycle, ACTIVITY_EVENT_ENTER) is called,
192 * - When enable_activity_event(on_bicycle, ACTIVITY_EVENT_EXIT) is called, nothing should be
194 * - When enable_activity_event(running, ACTIVITY_EVENT_ENTER) is called, nothing should be
196 * - When enable_activity_event(running, ACTIVITY_EVENT_EXIT) is called,
207 int (*enable_activity_event)(const struct activity_recognition_device* dev, member in struct:activity_recognition_device
  /device/google/contexthub/sensorhal/
activity.cpp 112 device.enable_activity_event = EnableActivityEventWrapper;

Completed in 498 milliseconds