Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java146 private final LinkedList<BluetoothDevice> mPausedBroadcastSinks = new LinkedList<>(); field in BassClientService
845 && mPausedBroadcastSinks.isEmpty()) { in checkForPendingGroupOpRequest()
914 if (mIsAssistantActive && mPausedBroadcastSinks.isEmpty()) { in localNotifyReceiveStateChanged()
2648 if (!mPausedBroadcastSinks.contains(device)) { in removeSource()
2846 if (store && !mPausedBroadcastSinks.isEmpty()) { in stopSourceReceivers()
2849 mPausedBroadcastSinks.clear(); in stopSourceReceivers()
2864 if (store && !mPausedBroadcastSinks.contains(device)) { in stopSourceReceivers()
2866 mPausedBroadcastSinks.add(device); in stopSourceReceivers()
3012 if (!mPausedBroadcastSinks.isEmpty()) { in cacheSuspendingSources()
3015 mPausedBroadcastSinks.clear(); in cacheSuspendingSources()
[all …]