HomeSort by relevance Sort by last modified time
    Searched defs:wake (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ALooper.cpp 37 void ALooper::wake() { function in class:ALooper
  /frameworks/base/tests/JankBench/scripts/
adbutil.py 32 def wake(serial): function
  /frameworks/native/libs/sensor/
SensorEventQueue.cpp 117 status_t SensorEventQueue::wake() const function in class:android::SensorEventQueue
120 looper->wake();
178 // Send mNumAcksToSend to acknowledge for the wake up sensor events received.
  /system/libfmq/
EventFlag.cpp 106 * Set the specified bits of the futex word here and wake up any
109 status_t EventFlag::wake(uint32_t bitmask) { function in class:android::hardware::EventFlag
128 ALOGE("Error in event flag wake attempt: %s\n", strerror(errno));
150 * If there was a deferred wake available, no need to call FUTEX_WAIT_BITSET.
196 * is true, wait again on a spurious wake-up.
  /system/media/audio_utils/
fifo_index.cpp 41 int audio_utils_fifo_index::wake(int op, int waiters) function in class:audio_utils_fifo_index
103 mIndex.wake(mWakeOp, mWaiters);
  /external/ltp/testcases/realtime/func/prio-wake/
prio-wake.c 20 * prio-wake.c
71 printf("prio-wake specific options:\n");
118 printf("%08lld us: Master thread about to wake the workers\n",
137 nsec_t start, wake; local
156 wake = rt_gettime() - beginrun;
160 wake / NS_PER_US, j, mypri);
  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 167 * Note that this code uses a futex, which is subject to spurious wake-ups.
182 * Increment value and wake up any threads that need to be woken.
186 android::status_t wake() { function in class:WakeUp
192 * Set value and wake up any threads that need to be woken.
196 android::status_t wake(int32_t value) { function in class:WakeUp
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 145 static const size_t wake = numFds - 1; member in struct:sensors_poll_context_t
180 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
185 mPollFds[wake].fd = wakeFds[0];
186 mPollFds[wake].events = POLLIN;
187 mPollFds[wake].revents = 0;
194 close(mPollFds[wake].fd);
233 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
310 if (mPollFds[wake].revents & POLLIN) {
312 int result = read(mPollFds[wake].fd, &msg, 1);
313 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno))
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 105 numSensorDrivers, // wake pipe goes here
113 static const size_t wake = numSensorDrivers; member in struct:sensors_poll_context_t
164 LOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
193 "error sending wake message (%s)", strerror(errno));
306 "error reading from wake pipe (%s)", strerror(errno));
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 49 void wake();
121 void NativeMessageQueue::wake() { function in class:android::NativeMessageQueue
122 mLooper->wake();
196 nativeMessageQueue->wake();
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 293 // wake
318 * Command to wake the device up
321 // wake
324 if (!wake()) {
432 * Force the device to wake up.
436 private static final boolean wake() { method in class:MonkeySourceNetwork
458 COMMAND_MAP.put("wake", new WakeCommand());
575 // view events. Do this before wake so we can catch the wake event
578 // Wake the device up in preparation for doing some commands
579 wake(); method
    [all...]
  /external/blktrace/
blkiomon.c 272 struct timespec wake, r; local
276 clock_gettime(CLOCK_REALTIME, &wake);
279 wake.tv_sec += interval;
280 if (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &wake, &r)) {
296 tail = blkiomon_output(head, &wake);
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 485 leftTicks = cnt; //if we wake NOT from timer, only count the ticks that actually ticked as "time passed"
511 void (*wake)(void *userData, uint64_t *savedData); member in struct:PlatSleepAndClockInfo
524 .wake = sleepClockRtcWake,
538 .wake = sleepClockRtcWake,
552 .wake = sleepClockRtcWake,
566 .wake = sleepClockRtcWake,
580 .wake = sleepClockTmrWake,
605 //shortcut the sleep if it is time to wake up already
623 //skip options that will take too long to wake up to be of use
640 //skip all options that wake up too slowl
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 226 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
232 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
236 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
241 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
825 ALOGV("awoken after wake()");
833 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
1040 void EventHub::wake() { function in class:android::EventHub
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 810 virtual void wake() { function in namespace:android
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0/
chimpchat-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-alpha1/
chimpchat-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta1/
chimpchat-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta2/
chimpchat-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta3/
chimpchat-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta4/
chimpchat-25.3.0-beta4.jar 

Completed in 581 milliseconds

1 2 3