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

  /frameworks/base/services/audioflinger/
A2dpAudioInterface.cpp 224 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false)
278 if (!mBluetoothEnabled || mClosing || mSuspended) {
280 mBluetoothEnabled %d, mClosing %d, mSuspended %d",
281 mBluetoothEnabled, mClosing, mSuspended);
329 if (mClosing) {
364 mClosing = (value == "true");
A2dpAudioInterface.h 117 bool mClosing;

Completed in 21 milliseconds