Searched defs:standby (Results 1 - 4 of 4) 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.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
441 // and read by other threads without lock or barrier via standby(), outDevice()
446 bool mStandby; // Whether thread is currently in standby.
485 // standby mode does not have an enum value
705 int64_t mFramesWritten; // not reset on standby
729 // No sleep in standby mode; waits on a condition
810 // incremented each time a write(), a flush() or a standby() occurs.
816 // incremented each time a drain is requested or a flush() or standby() occurs.
1312 // Enter standby if not already in standby, an
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java111 // The reason code representing the intent action that drives the standby
2012 void standby() { method in class:HdmiControlService
2050 Slog.v(TAG, "On standby-action cleared:" + device.mDeviceType);

Completed in 191 milliseconds