HomeSort by relevance Sort by last modified time
    Searched full:wake_up (Results 1 - 9 of 9) sorted by null

  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 318 {.name = "Accelerometer Sensor (WAKE_UP)",
335 {.name = "Magnetic field Sensor (WAKE_UP)",
352 {.name = "Gyroscope Sensor (WAKE_UP)",
369 {.name = "Pressure Sensor (WAKE_UP)",
386 {.name = "CWGD Orientation Sensor (WAKE_UP)",
403 {.name = "Rotation Vector (WAKE_UP)",
420 {.name = "Linear Acceleration (WAKE_UP)",
437 {.name = "Gravity (WAKE_UP)",
454 {.name = "Magnetic Uncalibrated (WAKE_UP)",
471 {.name = "Gyroscope Uncalibrated (WAKE_UP)",
    [all...]
  /external/linux-tools-perf/src/tools/perf/scripts/python/
sched-migration.py 142 def wake_up(self, new): member in class:RunqueueSnapshot
208 def wake_up(self, ts_list, pid, cpu, fork): member in class:TimeSlice
213 new_rq = old_rq.wake_up(pid)
353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): member in class:SchedEventProxy
357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
  /frameworks/native/include/gui/
SensorEventQueue.h 79 // Send an ack for every wake_up sensor event that is set to WAKE_UP_SENSOR_EVENT_NEEDS_ACK.
  /frameworks/native/services/sensorservice/
SensorService.h 150 // first wake_up sensor event in the buffer else return -1. This wake_up sensor event will
152 // the wake_up flag set. SOCK_SEQPACKET ensures that either the entire packet is read or
363 // wake_up sensors.
SensorService.cpp     [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
cache.c 198 wake_up(&cache->wait_queue);
  /hardware/libhardware/include/hardware/
activity_recognition.h 176 * max_batch_report_latency has expired for an activity, event pair), it should wake_up the AP
sensors.h 126 * sensor events are delivered from a wake_up sensor, the driver needs to hold a wake_lock till
271 * one of them can be a wake_up sensor (with SENSOR_FLAG_WAKE_UP flag set) and the other
272 * can be a regular non wake_up sensor. Both of these sensors must be activated/deactivated
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 330 wake_up(&msblk->waitq);
415 wake_up(&msblk->fragment_wait_queue);
    [all...]

Completed in 1086 milliseconds