Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DPeriodicAdvertisementResult.java31 private int mBroadcastId; field in PeriodicAdvertisementResult
50 mBroadcastId = broadcastId; in PeriodicAdvertisementResult()
111 mBroadcastId = broadcastId; in updateBroadcastId()
116 return mBroadcastId; in getBroadcastId()
147 log("mBroadcastId:" + mBroadcastId); in print()
DBassClientService.java1157 Integer mBroadcastId; field in BassClientService.DialingOutTimeoutEvent
1160 mBroadcastId = broadcastId; in DialingOutTimeoutEvent()
1178 sEventLogger.logd(TAG, "Broadcast timeout: " + mBroadcastId); in run()
1179 mLocalBroadcastReceivers.remove(mBroadcastId); in run()
1180 leAudioService.stopBroadcast(mBroadcastId); in run()
1184 return mBroadcastId.equals(broadcastId); in isScheduledForBroadcast()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastMetadata.java56 private final int mBroadcastId; field in BluetoothLeBroadcastMetadata
138 mBroadcastId = broadcastId; in BluetoothLeBroadcastMetadata()
160 && mBroadcastId == other.getBroadcastId() in equals()
179 mBroadcastId, in hashCode()
198 + (", broadcastId=" + mBroadcastId) in toString()
259 return mBroadcastId; in getBroadcastId()
432 out.writeInt(mBroadcastId); in writeToParcel()
514 private int mBroadcastId = UNKNOWN_VALUE_PLACEHOLDER; field in BluetoothLeBroadcastMetadata.Builder
545 mBroadcastId = original.getBroadcastId(); in Builder()
618 mBroadcastId = broadcastId; in setBroadcastId()
[all …]
DBluetoothLeBroadcastReceiveState.java173 private final int mBroadcastId; field in BluetoothLeBroadcastReceiveState
311 mBroadcastId = broadcastId; in BluetoothLeBroadcastReceiveState()
381 return mBroadcastId; in getBroadcastId()
495 out.writeInt(mBroadcastId); in writeToParcel()
529 + mBroadcastId in toString()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamButtonController.java107 private int mBroadcastId = -1; field in AudioStreamButtonController
150 .anyMatch(connectedBroadcastId -> connectedBroadcastId == mBroadcastId); in updateButton()
159 mAudioStreamsHelper.removeSource(mBroadcastId); in updateButton()
189 mContext, mBroadcastId); in updateButton()
229 mBroadcastId = broadcastId; in init()
DAudioStreamHeaderController.java80 mContext, mBroadcastId, mBroadcastName);
88 private int mBroadcastId = -1; field in AudioStreamHeaderController
149 == mBroadcastId) in updateSummary()
180 mBroadcastId = broadcastId; in init()
DAudioStreamMediaService.java77 if (broadcastId == mBroadcastId) {
88 .noneMatch(id -> id == mBroadcastId)) {
187 private int mBroadcastId; field in AudioStreamMediaService
273 mBroadcastId = intent != null ? intent.getIntExtra(BROADCAST_ID, -1) : -1; in onStartCommand()
274 if (mBroadcastId == -1) { in onStartCommand()
365 mAudioStreamsHelper.removeSource(mBroadcastId); in createLocalMediaSession()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4889 Integer mBroadcastId; field in LeAudioService.DialingOutTimeoutEvent
4892 mBroadcastId = broadcastId; in DialingOutTimeoutEvent()
4897 Log.w(TAG, "Failed to start Broadcast in time: " + mBroadcastId); in run()
4908 destroyBroadcast(mBroadcastId); in run()