Home
last modified time | relevance | path

Searched refs:mSuspended (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp48 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false) in A2dpAudioInterface()
86 mOutput->setSuspended(mSuspended); in openOutputStream()
153 mSuspended = (value == "true"); in setParameters()
155 mOutput->setSuspended(mSuspended); in setParameters()
185 value = mSuspended ? "true" : "false"; in getParameters()
229 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false) in A2dpAudioStreamOut()
284 if (!mBluetoothEnabled || mClosing || mSuspended) { in write()
287 mBluetoothEnabled, mClosing, mSuspended); in write()
466 mSuspended = onOff; in setSuspended()
DA2dpAudioInterface.h120 bool mSuspended; variable
131 bool mSuspended; variable
/hardware/google/av/media/sfplugin/
DInputSurfaceWrapper.h68 bool mSuspended; // suspended member
DCCodec.cpp332 if (config.mSuspended != mConfig.mSuspended) { in configure()
333 status_t res = GetStatus(mSource->setSuspend(config.mSuspended, config.mSuspendAtUs)); in configure()
334 status << " " << (config.mSuspended ? "suspend" : "resume") in configure()
340 mConfig.mSuspended = config.mSuspended; in configure()
749 config->mISConfig->mSuspended = false; in configure()
753 config->mISConfig->mSuspended = true; in configure()
1415 config->mISConfig->mSuspended = value; in setParameters()