Searched refs:standby (Results 1 - 9 of 9) 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.
173 int AudioStreamOut::standby() function in class:android::AudioStreamOut
178 return stream->common.standby(&stream->common);
H A DThreads.h281 bool standby() const { return mStandby; } function in class:ThreadBase
432 // and read by other threads without lock or barrier via standby(), outDevice()
437 bool mStandby; // Whether thread is currently in standby.
474 // standby mode does not have an enum value
717 // No sleep in standby mode; waits on a condition
798 // incremented each time a write(), a flush() or a standby() occurs.
804 // incremented each time a drain is requested or a flush() or standby() occurs.
1289 // Enter standby if not already in standby, and set mStandby flag
1292 // Call the HAL standby metho
[all...]
H A DThreads.cpp137 // Offloaded output thread standby delay: allows track transition without going to standby
2799 // put audio hardware into standby after short delay
2968 // e.g. when it comes out of standby, which often causes problems with
3557 ALOGV("Audio hardware entering standby, mixer %p, suspend count %d", this, mSuspended);
3558 mOutput->standby();
3604 //TODO: delay standby when effects have a tail
3640 // TODO add standby time extension fct of effect tail
4332 mOutput->standby();
4772 // do not put the HAL in standby whe
[all...]
H A DTracks.cpp1770 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.java109 // The reason code representing the intent action that drives the standby
1978 void standby() { method in class:HdmiControlService
2016 Slog.v(TAG, "On standby-action cleared:" + device.mDeviceType);

Completed in 206 milliseconds