Searched refs:wake (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.h33 void wake();
H A DALooper.cpp37 void ALooper::wake() { function in class:ALooper
H A DASensorManager.cpp449 looper->wake();
/frameworks/base/libs/hwui/thread/
H A DThreadBase.h37 , mQueue([this]() { mLooper->wake(); }, mLock) {}
43 mLooper->wake();
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp49 void wake();
121 void NativeMessageQueue::wake() { function in class:android::NativeMessageQueue
122 mLooper->wake();
196 nativeMessageQueue->wake();
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h167 * 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
H A DAAudioSimplePlayer.h385 android::status_t ret = sineData->waker.wake(error);
386 printf("Error Callback, error: %d, futex wake returns %d\n", error, ret);
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp117 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.
/frameworks/base/native/android/
H A Dlooper.cpp75 ALooper_to_Looper(looper)->wake();
/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py32 def wake(serial): function
H A Drunall.py35 adbutil.wake(dev)
/frameworks/native/libs/sensor/include/sensor/
H A DSensorEventQueue.h79 status_t wake() const;
/frameworks/native/services/inputflinger/
H A DEventHub.h214 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
219 * The timeout is advisory only. If the device is asleep, it will not wake just to
261 virtual void wake() = 0;
333 virtual void wake();
H A DInputDispatcher.cpp282 // If any commands were run then force the next poll to wake up immediately.
288 // Wait for callback or timeout or wake. (make sure we round up, not down)
443 *nextWakeupTime = LONG_LONG_MIN; // force next poll to wake up immediately
1041 // Force poll loop to wake up immediately on next iteration once we get the
1046 // Force poll loop to wake up when timeout is due.
2422 mLooper->wake();
2519 mLooper->wake();
2604 mLooper->wake();
2641 mLooper->wake();
2770 mLooper->wake();
[all...]
/frameworks/native/services/sensorservice/hidl/
H A DSensorManager.cpp58 mLooper->wake();
175 LOG(INFO) << POLL_THREAD_NAME << ": spurious wake up, back to work";
/frameworks/av/include/media/
H A DAudioRecord.h559 void wake(); // wake to handle changed notification conditions.
H A DAudioTrack.h927 void wake(); // wake to handle changed notification conditions.
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h559 void wake(); // wake to handle changed notification conditions.
H A DAudioTrack.h927 void wake(); // wake to handle changed notification conditions.
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp497 t->wake();
527 t->wake();
1447 // Event driven: call wake() when callback notifications conditions change.
1481 void AudioRecord::AudioRecordThread::wake()
1485 // wake() might be called while servicing a callback - ignore the next
H A DAudioTrack.cpp1122 t->wake();
1155 t->wake();
3077 // Event driven: call wake() when callback notifications conditions change.
3111 void AudioTrack::AudioTrackThread::wake()
3115 // wake() might be called while servicing a callback - ignore the next
/frameworks/av/media/libaudiohal/2.0/
H A DEffectHalHidl.cpp199 // The data is already in the buffers, just need to flush it and wake up the server side.
201 mEfGroup->wake(mqFlag);
H A DStreamHalHidl.cpp382 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY));
649 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL));
/frameworks/av/media/libaudiohal/4.0/
H A DEffectHalHidl.cpp202 // The data is already in the buffers, just need to flush it and wake up the server side.
204 mEfGroup->wake(mqFlag);
H A DStreamHalHidl.cpp393 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY));
677 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL));

Completed in 463 milliseconds

12