/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 194 public void requestResult(int ccid, int requestId, int result, in requestResult() 205 public void callAdded(int ccid, BluetoothLeCall call, in callAdded() 216 public void callRemoved(int ccid, ParcelUuid callId, int reason, in callRemoved() 227 public void callStateChanged(int ccid, ParcelUuid callId, int state, in callStateChanged() 238 public void currentCallsList(int ccid, List<BluetoothLeCall> calls, in currentCallsList() 249 public void networkStateChanged(int ccid, String providerName, int technology, in networkStateChanged() 295 public void requestResult(int ccid, int requestId, int result) { in requestResult() 305 void callAdded(int ccid, BluetoothLeCall call) { in callAdded() 314 void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() 323 void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() [all …]
|
D | TbsGeneric.java | 98 final int ccid; field in TbsGeneric.Bearer 106 int ccid) { in Bearer() 164 int ccid = ContentControlIdKeeper.acquireCcid(new ParcelUuid(TbsGatt.UUID_GTBS), in init() local 235 private synchronized Bearer getBearerByCcid(int ccid) { in getBearerByCcid() 444 public synchronized void requestResult(int ccid, int requestId, int result) { in requestResult() 478 public synchronized void callAdded(int ccid, BluetoothLeCall call) { in callAdded() 527 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() 572 public synchronized void callStateChanged(int ccid, UUID callId, int state) { in callStateChanged() 611 public synchronized void currentCallsList(int ccid, List<BluetoothLeCall> calls) { in currentCallsList() 667 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged() [all …]
|
D | TbsGatt.java | 226 public boolean init(int ccid, String uci, List<String> uriSchemes, in init()
|
/packages/modules/Bluetooth/system/binder/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/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGenericTest.java | 172 Integer ccid = prepareTestBearer(); in testCallAdded() local 198 Integer ccid = prepareTestBearer(); in testCallRemoved() local 227 Integer ccid = prepareTestBearer(); in testCallStateChanged() local 254 Integer ccid = prepareTestBearer(); in testNetworkStateChanged() local 264 Integer ccid = prepareTestBearer(); in testCurrentCallsList() local 285 Integer ccid = prepareTestBearer(); in testCallAccept() local 335 Integer ccid = prepareTestBearer(); in testCallTerminate() local 380 Integer ccid = prepareTestBearer(); in testCallHold() local 425 Integer ccid = prepareTestBearer(); in testCallRetrieve() local 470 Integer ccid = prepareTestBearer(); in testCallOriginate() local [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | ContentControlIdKeeper.java | 55 int ccid = CCID_INVALID; in acquireCcid() local
|
D | LeAudioNativeInterface.java | 301 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation() 331 private native void setCcidInformationNative(int ccid, int contextType); in setCcidInformationNative()
|
D | LeAudioService.java | 2093 public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType) { in setCcidInformation() 2776 public void setCcidInformation(ParcelUuid userUuid, int ccid, int contextType, in setCcidInformation()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_utils.cc | 236 auto ccid = ccid_keeper->GetCcid(static_cast<T>(context)); in GetAllCcids() local
|
D | content_control_id_keeper.cc | 117 void ContentControlIdKeeper::SetCcid(uint16_t context_type, int ccid) { in SetCcid()
|
D | client_linux.cc | 41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
|
D | state_machine.cc | 151 auto ccid = le_audio::ContentControlIdKeeper::GetInstance()->GetCcid( in AttachToStream() local
|
D | client.cc | 940 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlProfile.java | 679 int ccid = ContentControlIdKeeper.acquireCcid(BluetoothUuid.GENERIC_MEDIA_CONTROL, in init() local 763 Integer ccid = service.getContentControlId(); in unregisterServiceInstance() local
|
D | MediaControlGattService.java | 827 @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 302 public void onBearerRegistered(int ccid) { in onBearerRegistered() 548 int ccid = mCcid; in unregisterBearer() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_le_audio.cc | 194 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioBinderTest.java | 188 int ccid = 0; in setCcidInformation() local
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 524 static void setCcidInformationNative(JNIEnv* env, jobject object, jint ccid, in setCcidInformationNative()
|