Searched refs:standby (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp111 int SpdifStreamOut::standby() function in class:android::SpdifStreamOut
114 return AudioStreamOut::standby();
H A DAudioStreamOut.h102 virtual status_t standby();
107 uint64_t mRenderPosition; // reset by flush or standby
H A DSpdifStreamOut.h90 virtual status_t standby();
H A DAudioStreamOut.cpp97 // Adjust for standby using HAL rate frames.
194 int AudioStreamOut::standby() function in class:android::AudioStreamOut
199 return stream->common.standby(&stream->common);
H A DThreads.h285 bool standby() const { return mStandby; } function in class:ThreadBase
454 // and read by other threads without lock or barrier via standby(), outDevice()
459 bool mStandby; // Whether thread is currently in standby.
498 // standby mode does not have an enum value
725 int64_t mFramesWritten; // not reset on standby
726 int64_t mSuspendedFrames; // not reset on standby
750 // No sleep in standby mode; waits on a condition
833 // incremented each time a write(), a flush() or a standby() occurs.
839 // incremented each time a drain is requested or a flush() or standby() occurs.
1037 // is not reset on standby
[all...]
H A DThreads.cpp140 // Offloaded output thread standby delay: allows track transition without going to standby
2796 // make sure standby delay is not too short when connected to an A2DP sink to avoid
2797 // truncating audio when going to standby.
3070 // even after standby() is called. This is useful for the track frame
3130 // put audio hardware into standby after short delay
3323 // e.g. when it comes out of standby, which often causes problems with
3916 ALOGV("Audio hardware entering standby, mixer %p, suspend count %d", this, mSuspended);
3917 mOutput->standby();
3956 //TODO: delay standby whe
[all...]
H A DTracks.cpp1275 if (thread != 0 && !thread->standby()) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java209 * Returns true if the local device allows the system to be put to standby.
442 mService.standby();
453 mService.standby();
841 * Called when the system goes to standby mode.
845 * @param standbyAction Intent action that drives the standby process,
H A DHdmiControlService.java111 // The reason code representing the intent action that drives the standby
2012 void standby() { method in class:HdmiControlService
2056 Slog.v(TAG, "On standby-action cleared:" + device.mDeviceType);
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs1999 <li><a href="<?cs var:toroot ?>training/monitoring-device-state/doze-standby.html"
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1961 <li><a href="<?cs var:toroot ?>training/monitoring-device-state/doze-standby.html"

Completed in 196 milliseconds