Searched defs:standby (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp110 int SpdifStreamOut::standby() function in class:android::SpdifStreamOut
113 return AudioStreamOut::standby();
H A DAudioStreamOut.cpp103 // Adjust for standby using HAL rate frames.
198 int AudioStreamOut::standby() function in class:android::AudioStreamOut
202 return stream->standby();
H A DThreads.h288 bool standby() const { return mStandby; } function in class:ThreadBase
462 // and read by other threads without lock or barrier via standby(), outDevice()
467 bool mStandby; // Whether thread is currently in standby.
614 // standby mode does not have an enum value
856 int64_t mFramesWritten; // not reset on standby
857 int64_t mSuspendedFrames; // not reset on standby
878 // No sleep in standby mode; waits on a condition
960 // incremented each time a write(), a flush() or a standby() occurs.
966 // incremented each time a drain is requested or a flush() or standby() occurs.
1166 // is not reset on standby
[all...]
H A DThreads.cpp140 // Offloaded output thread standby delay: allows track transition without going to standby
2756 // make sure standby delay is not too short when connected to an A2DP sink to avoid
2757 // truncating audio when going to standby.
3042 // even after standby() is called. This is useful for the track frame
3114 // put audio hardware into standby after short delay
3300 // e.g. when it comes out of standby, which often causes problems with
3925 ALOGV("Audio hardware entering standby, mixer %p, suspend count %d", this, mSuspended);
3926 mOutput->standby();
3965 //TODO: delay standby whe
7558 status_t AudioFlinger::MmapThreadHandle::standby() function in class:android::AudioFlinger::MmapThreadHandle
7789 status_t AudioFlinger::MmapThread::standby() function in class:android::AudioFlinger::MmapThread
[all...]
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.cpp144 status_t StreamHalHidl::standby() { function in class:android::StreamHalHidl
146 return processReturn("standby", mStream->standby());
H A DStreamHalLocal.cpp101 status_t StreamHalLocal::standby() { function in class:android::StreamHalLocal
102 return mStream->standby(mStream);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java105 // The reason code representing the intent action that drives the standby
2027 void standby() { method in class:HdmiControlService
2075 Slog.v(TAG, "On standby-action cleared:" + device.mDeviceType);

Completed in 1403 milliseconds