| /packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
| D | IBluetoothLeCallControl.aidl | 35 …void requestResult(in int ccid, in int requestId, in int result, in AttributionSource attributionS… in requestResult() 37 void callAdded(in int ccid, in BluetoothLeCall call, in AttributionSource attributionSource); in callAdded() 39 …void callRemoved(in int ccid, in ParcelUuid callId, in int reason, in AttributionSource attributio… in callRemoved() 41 …void callStateChanged(in int ccid, in ParcelUuid callId, in int state, in AttributionSource attrib… in callStateChanged() 43 …void currentCallsList(in int ccid, in List<BluetoothLeCall> calls, in AttributionSource attributio… in currentCallsList() 45 …void networkStateChanged(in int ccid, in String provider, in int technology, in AttributionSource … in networkStateChanged()
|
| D | IBluetoothLeCallControlCallback.aidl | 30 void onBearerRegistered(in int ccid); in onBearerRegistered()
|
| D | IBluetoothLeAudio.aidl | 67 …void setCcidInformation(in ParcelUuid userUuid, in int ccid, in int contextType, in AttributionSou… in setCcidInformation()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
| D | TbsService.java | 281 public void requestResult(int ccid, int requestId, int result, AttributionSource source) { in requestResult() 291 public void callAdded(int ccid, BluetoothLeCall call, AttributionSource source) { in callAdded() 301 public void callRemoved(int ccid, ParcelUuid callId, int reason, AttributionSource source) { in callRemoved() 312 int ccid, ParcelUuid callId, int state, AttributionSource source) { in callStateChanged() 323 int ccid, List<BluetoothLeCall> calls, AttributionSource source) { in currentCallsList() 334 int ccid, String providerName, int technology, AttributionSource source) { in networkStateChanged() 383 public void requestResult(int ccid, int requestId, int result) { in requestResult() 390 void callAdded(int ccid, BluetoothLeCall call) { in callAdded() 397 void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() 404 void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() [all …]
|
| D | TbsGeneric.java | 99 final int ccid; field in TbsGeneric.Bearer 112 int ccid) { in Bearer() 168 int ccid = in init() local 282 private synchronized Bearer getBearerByCcid(int ccid) { in getBearerByCcid() 507 public synchronized void requestResult(int ccid, int requestId, int result) { in requestResult() 538 public synchronized void callAdded(int ccid, BluetoothLeCall call) { in callAdded() 585 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() 628 public synchronized void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() 665 public synchronized void currentCallsList(int ccid, List<BluetoothLeCall> calls) { in currentCallsList() 719 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged() [all …]
|
| D | TbsGatt.java | 332 int ccid, in init()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
| D | TbsGenericTest.java | 196 Integer ccid = prepareTestBearer(); in testCallAdded() local 227 Integer ccid = prepareTestBearer(); in testCallRemoved() local 261 Integer ccid = prepareTestBearer(); in testCallStateChanged() local 293 Integer ccid = prepareTestBearer(); in testNetworkStateChanged() local 303 Integer ccid = prepareTestBearer(); in testCurrentCallsList() local 334 Integer ccid = prepareTestBearer(); in testCallAccept() local 395 Integer ccid = prepareTestBearer(); in testCallTerminate() local 451 Integer ccid = prepareTestBearer(); in testCallHold() local 507 Integer ccid = prepareTestBearer(); in testCallRetrieve() local 563 Integer ccid = prepareTestBearer(); in testCallOriginate() local [all …]
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
| D | ContentControlIdKeeperTest.java | 64 int ccid = ContentControlIdKeeper.acquireCcid(uuid, context); in testCcidAcquire() local 78 public void testCcidRelease(ParcelUuid uuid, int ccid, int expectedListSize) { in testCcidRelease() 108 int ccid = in testAcquireReleaseCcidForCompoundContext() local 121 int ccid = ContentControlIdKeeper.acquireCcid(uuid, 0); in testAcquireInvalidContext() local
|
| D | LeAudioBinderTest.java | 229 int ccid = 0; in setCcidInformation() local
|
| /packages/modules/Bluetooth/system/bta/le_audio/ |
| D | content_control_id_keeper.cc | 137 int ccid) { in SetCcid() 148 int ccid) { in SetCcid() 157 auto ccid = GetCcid(context); in GetAllCcids() local
|
| D | client_linux.cc | 41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
|
| D | client.cc | 1012 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
| D | MediaControlProfile.java | 777 int ccid = in init() local 877 Integer ccid = service.getContentControlId(); in unregisterServiceInstance() local 897 private boolean isGenericMediaService(int ccid) { in isGenericMediaService() 906 List<ParcelUuid> getNotificationSubscriptions(int ccid, BluetoothDevice device) { in getNotificationSubscriptions() 918 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()
|
| D | McpService.java | 217 List<ParcelUuid> getNotificationSubscriptions(int ccid, BluetoothDevice device) { in getNotificationSubscriptions() 222 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()
|
| D | MediaControlGattService.java | 1254 McpService mcpService, @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
| D | ContentControlIdKeeper.java | 64 int ccid = CCID_INVALID; in acquireCcid() local
|
| D | LeAudioNativeInterface.java | 355 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation() 445 private native void setCcidInformationNative(int ccid, int contextType); in setCcidInformationNative()
|
| D | LeAudioService.java | 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/system/btif/src/ |
| D | btif_le_audio.cc | 290 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothLeCallControl.java | 294 public void onBearerRegistered(int ccid) { in onBearerRegistered()
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/ |
| D | le_audio_shim.cc | 422 void LeAudioClientIntf::set_ccid_information(int ccid, int context_type) { in set_ccid_information()
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_le_audio.cpp | 692 jint ccid, jint contextType) { in setCcidInformationNative()
|