Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DContentControlIdKeeperTest.java67 verify(mLeAudioServiceMock).setCcidInformation(eq(uuid), eq(ccid), eq(context)); in testCcidAcquire()
87 verify(mLeAudioServiceMock).setCcidInformation(eq(uuid), eq(ccid), eq(0)); in testCcidRelease()
125 .setCcidInformation(any(ParcelUuid.class), any(int.class), any(int.class)); in testAcquireInvalidContext()
DLeAudioBinderTest.java227 public void setCcidInformation() { in setCcidInformation() method in LeAudioBinderTest
233 mBinder.setCcidInformation(uuid, ccid, contextType, source); in setCcidInformation()
234 verify(mLeAudioService).setCcidInformation(uuid, ccid, contextType); in setCcidInformation()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DContentControlIdKeeper.java103 service.setCcidInformation(userUuid, ccid, contextType); in acquireCcid()
135 service.setCcidInformation(uuid, value, 0); in releaseCcid()
DLeAudioNativeInterface.java355 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation() method in LeAudioNativeInterface
DLeAudioService.java3494 setCcidInformation(userUuid, ccidInformation.first, ccidInformation.second); in messageFromNative()
4166 public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType) { in setCcidInformation() method in LeAudioService
4176 mNativeInterface.setCcidInformation(ccid, contextType); in setCcidInformation()
5120 public void setCcidInformation( in setCcidInformation() method in LeAudioService.BluetoothLeAudioBinder
5131 service.setCcidInformation(userUuid, ccid, contextType); 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() method