Searched refs:mClosing (Results 1 – 2 of 2) sorted by relevance
229 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false) in A2dpAudioStreamOut()284 if (!mBluetoothEnabled || mClosing || mSuspended) { in write()287 mBluetoothEnabled, mClosing, mSuspended); in write()363 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d", in standby_l()364 mClosing, mBluetoothEnabled); in standby_l()365 if (!mClosing && mBluetoothEnabled) { in standby_l()394 mClosing = (value == "true"); in setParameters()395 if (mClosing) { in setParameters()
119 bool mClosing; variable