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