Home
last modified time | relevance | path

Searched defs:userUuid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DContentControlIdKeeper.java63 public static synchronized int acquireCcid(ParcelUuid userUuid, int contextType) { in acquireCcid()
DLeAudioService.java3492 ParcelUuid userUuid = entry.getKey(); in messageFromNative() local
4166 public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType) { in setCcidInformation()
5121 ParcelUuid userUuid, int ccid, int contextType, AttributionSource source) { in setCcidInformation()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl67 …void setCcidInformation(in ParcelUuid userUuid, in int ccid, in int contextType, in AttributionSou… in setCcidInformation()