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.
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...]
/frameworks/base/services/core/java/com/android/server/hdmi/
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 127 milliseconds