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

1 2 3 4 5 6 7

  /external/ltp/testcases/realtime/func/prio-wake/
run_auto.sh 12 $SCRIPTS_DIR/run_c_files.sh $profile 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/hardware/interfaces/sensorservice/libsensorndkbridge/
ALooper.h 33 void wake();
ALooper.cpp 37 void ALooper::wake() { function in class:ALooper
  /frameworks/base/libs/hwui/thread/
ThreadBase.h 37 , mQueue([this]() { mLooper->wake(); }, mLock) {}
43 mLooper->wake();
  /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...]
  /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);
  /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();
  /system/libfmq/include/fmq/
EventFlag.h 79 * Set the specified bits of the event flag word here and wake up a thread.
86 status_t wake(uint32_t bitmask);
94 * @param efState The event flag bits that caused the return from wake.
95 * @param retry If true, retry automatically for a spurious wake. If false,
96 * will return -EINTR or -EAGAIN for a spurious wake.
  /system/media/audio_utils/include/audio_utils/
fifo_index.h 70 * Wake up any threads waiting for the value of index to change.
73 * \param waiters Maximum number of waiting threads to wake up.
77 int wake(int op, int waiters = 1);
101 * A reference to an audio_utils_fifo_index with deferred store-release and deferred wake.
126 // waiters is number of waiting threads to wake up
136 int mWaiters; // number of waiters to wake
137 int mWakeOp; // which kind of wake operation to use
  /test/vts-testcase/kernel/api/sysfs/
KernelApiSysfsTest.py 220 '''Check that locking and unlocking a wake lock works.'''
225 # Enable wake lock
228 # Confirm wake lock is enabled
232 'active wake lock not reported in %s' % _WAKE_LOCK_PATH)
234 # Disable wake lock
237 # Confirm wake lock is no longer enabled
241 'inactive wake lock reported in %s' % _WAKE_LOCK_PATH)
245 'inactive wake lock not reported in %s' % _WAKE_UNLOCK_PATH)
  /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/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
  /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.
  /hardware/libhardware/modules/input/evdev/
InputHub.h 139 virtual status_t wake() = 0;
153 * wake(), which may be used to return from poll() before an input or device
165 virtual status_t wake() override;
181 * When using this mechanism, epoll_wait will internally acquire a wake
182 * lock whenever one of the FDs it is monitoring becomes ready. The wake
193 * hold a wake lock whenever its buffer is non-empty. We must take care
194 * to acquire our own userspace wake lock before draining the buffer to
202 * The kernel doesn't seem to support any special wake mechanism.
204 * We explicitly acquire and release wake locks when processing input
  /prebuilts/go/darwin-x86/test/chan/
select6.go 12 // will never wake up. In the code below c1 is such a channel.
  /prebuilts/go/linux-x86/test/chan/
select6.go 12 // will never wake up. In the code below c1 is such a channel.
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_api_sys.h 67 unsigned int wake,
  /frameworks/base/native/android/
looper.cpp 75 ALooper_to_Looper(looper)->wake();
  /frameworks/base/tests/JankBench/scripts/
adbutil.py 32 def wake(serial): function
runall.py 35 adbutil.wake(dev)
  /frameworks/native/libs/sensor/include/sensor/
SensorEventQueue.h 79 status_t wake() const;
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
ResetVectorVtf0.asm 39 ; used to wake up the application processors.
  /external/ltp/testcases/lib/
test.sh 386 ROD tst_checkpoint wake 10000 "$1" 1
391 ROD tst_checkpoint wake 10000 "$1" "$2"
  /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);

Completed in 342 milliseconds

1 2 3 4 5 6 7