HomeSort by relevance Sort by last modified time
    Searched refs:mIsMCOutput (Results 1 - 2 of 2) sorted by null

  /device/asus/fugu/libaudio/
AudioStreamOut.h 66 const char* getName() const { return mIsMCOutput ? "Multi-channel"
124 bool mIsMCOutput;
AudioStreamOut.cpp 49 , mIsMCOutput(mcOut)
105 if (!mIsMCOutput) {
143 mOwnerHAL.standbyStatusUpdate(true, mIsMCOutput);
303 if (mIsMCOutput) {
312 if (mIsMCOutput) {
321 if (mIsMCOutput) {
599 mOwnerHAL.standbyStatusUpdate(false, mIsMCOutput);

Completed in 53 milliseconds