/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 276 public void requestResult(int ccid, int requestId, int result, AttributionSource source) { in requestResult() 284 public void callAdded(int ccid, BluetoothLeCall call, AttributionSource source) { in callAdded() 292 public void callRemoved(int ccid, ParcelUuid callId, int reason, AttributionSource source) { in callRemoved() 301 int ccid, ParcelUuid callId, int state, AttributionSource source) { in callStateChanged() 310 int ccid, List<BluetoothLeCall> calls, AttributionSource source) { in currentCallsList() 319 int ccid, String providerName, int technology, AttributionSource source) { in networkStateChanged() 366 public void requestResult(int ccid, int requestId, int result) { in requestResult() 373 void callAdded(int ccid, BluetoothLeCall call) { in callAdded() 380 void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() 387 void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() [all …]
|
D | TbsGeneric.java | 100 final int ccid; field in TbsGeneric.Bearer 113 int ccid) { in Bearer() 169 int ccid = in init() local 283 private synchronized Bearer getBearerByCcid(int ccid) { in getBearerByCcid() 508 public synchronized void requestResult(int ccid, int requestId, int result) { in requestResult() 539 public synchronized void callAdded(int ccid, BluetoothLeCall call) { in callAdded() 586 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() 629 public synchronized void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() 666 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 | 330 int ccid, in init()
|
/aosp_15_r20/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 testCallAddedWithNullUri() local 259 Integer ccid = prepareTestBearer(); in testCallRemoved() local 293 Integer ccid = prepareTestBearer(); in testCallStateChanged() local 325 Integer ccid = prepareTestBearer(); in testNetworkStateChanged() local 335 Integer ccid = prepareTestBearer(); in testCurrentCallsList() local 366 Integer ccid = prepareTestBearer(); in testCallAccept() local 427 Integer ccid = prepareTestBearer(); in testCallTerminate() local 483 Integer ccid = prepareTestBearer(); in testCallHold() local 539 Integer ccid = prepareTestBearer(); in testCallRetrieve() local [all …]
|
/aosp_15_r20/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 | 29 void onBearerRegistered(in int ccid); in onBearerRegistered()
|
D | IBluetoothLeAudio.aidl | 71 …void setCcidInformation(in ParcelUuid userUuid, in int ccid, in int contextType, in AttributionSou… in setCcidInformation()
|
/aosp_15_r20/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 | 208 int ccid = 0; in setCcidInformation() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlProfile.java | 774 int ccid = in init() local 874 Integer ccid = service.getContentControlId(); in unregisterServiceInstance() local 894 private boolean isGenericMediaService(int ccid) { in isGenericMediaService() 903 List<ParcelUuid> getNotificationSubscriptions(int ccid, BluetoothDevice device) { in getNotificationSubscriptions() 917 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()
|
D | McpService.java | 222 List<ParcelUuid> getNotificationSubscriptions(int ccid, BluetoothDevice device) { in getNotificationSubscriptions() 227 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()
|
D | MediaControlGattService.java | 1256 McpService mcpService, @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | content_control_id_keeper.cc | 140 void ContentControlIdKeeper::SetCcid(types::LeAudioContextType context_type, int ccid) { in SetCcid() 150 void ContentControlIdKeeper::SetCcid(const types::AudioContexts& contexts, int ccid) { in SetCcid() 163 auto ccid = GetCcid(context); in GetAllCcids() local
|
D | client_linux.cc | 39 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
|
D | client.cc | 1279 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
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 | ContentControlIdKeeper.java | 64 int ccid = CCID_INVALID; in acquireCcid() local
|
D | LeAudioService.java | 4638 public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType) { in setCcidInformation() 5764 ParcelUuid userUuid, int ccid, int contextType, AttributionSource source) { in setCcidInformation()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_le_audio.cc | 264 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 297 public void onBearerRegistered(int ccid) { in onBearerRegistered()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/ |
D | le_audio_shim.cc | 379 void LeAudioClientIntf::set_ccid_information(int ccid, int context_type) { in set_ccid_information()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 677 static void setCcidInformationNative(JNIEnv* /* env */, jobject /* object */, jint ccid, in setCcidInformationNative()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/javac/ |
D | framework-bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/javac/ |
D | framework-bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |