Home
last modified time | relevance | path

Searched defs:ccid (Results 1 – 22 of 22) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl35 …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()
DIBluetoothLeCallControlCallback.aidl30 void onBearerRegistered(in int ccid); in onBearerRegistered()
DIBluetoothLeAudio.aidl67 …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/
DTbsService.java281 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 …]
DTbsGeneric.java99 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 …]
DTbsGatt.java332 int ccid, in init()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java196 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/
DContentControlIdKeeperTest.java64 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
DLeAudioBinderTest.java229 int ccid = 0; in setCcidInformation() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc137 int ccid) { in SetCcid()
148 int ccid) { in SetCcid()
157 auto ccid = GetCcid(context); in GetAllCcids() local
Dclient_linux.cc41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
Dclient.cc1012 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java777 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()
DMcpService.java217 List<ParcelUuid> getNotificationSubscriptions(int ccid, BluetoothDevice device) { in getNotificationSubscriptions()
222 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription()
DMediaControlGattService.java1254 McpService mcpService, @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DContentControlIdKeeper.java64 int ccid = CCID_INVALID; in acquireCcid() local
DLeAudioNativeInterface.java355 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation()
445 private native void setCcidInformationNative(int ccid, int contextType); in setCcidInformationNative()
DLeAudioService.java4166 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/
Dbtif_le_audio.cc290 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java294 public void onBearerRegistered(int ccid) { in onBearerRegistered()
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc422 void LeAudioClientIntf::set_ccid_information(int ccid, int context_type) { in set_ccid_information()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp692 jint ccid, jint contextType) { in setCcidInformationNative()