Searched refs:mClosing (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp228 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false)
283 if (!mBluetoothEnabled || mClosing || mSuspended) {
285 mBluetoothEnabled %d, mClosing %d, mSuspended %d",
286 mBluetoothEnabled, mClosing, mSuspended);
362 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d",
363 mClosing, mBluetoothEnabled);
364 if (!mClosing && mBluetoothEnabled) {
393 mClosing = (value == "true");
394 if (mClosing) {
H A DA2dpAudioInterface.h119 bool mClosing; member in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut

Completed in 136 milliseconds