Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java194 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 …]
DTbsGeneric.java98 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 …]
DTbsGatt.java226 public boolean init(int ccid, String uci, List<String> uriSchemes, in init()
/packages/modules/Bluetooth/system/binder/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/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java172 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/
DContentControlIdKeeper.java55 int ccid = CCID_INVALID; in acquireCcid() local
DLeAudioNativeInterface.java301 public void setCcidInformation(int ccid, int contextType) { in setCcidInformation()
331 private native void setCcidInformationNative(int ccid, int contextType); in setCcidInformationNative()
DLeAudioService.java2093 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/
Dle_audio_utils.cc236 auto ccid = ccid_keeper->GetCcid(static_cast<T>(context)); in GetAllCcids() local
Dcontent_control_id_keeper.cc117 void ContentControlIdKeeper::SetCcid(uint16_t context_type, int ccid) { in SetCcid()
Dclient_linux.cc41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation()
Dstate_machine.cc151 auto ccid = le_audio::ContentControlIdKeeper::GetInstance()->GetCcid( in AttachToStream() local
Dclient.cc940 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java679 int ccid = ContentControlIdKeeper.acquireCcid(BluetoothUuid.GENERIC_MEDIA_CONTROL, in init() local
763 Integer ccid = service.getContentControlId(); in unregisterServiceInstance() local
DMediaControlGattService.java827 @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java302 public void onBearerRegistered(int ccid) { in onBearerRegistered()
548 int ccid = mCcid; in unregisterBearer() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc194 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java188 int ccid = 0; in setCcidInformation() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp524 static void setCcidInformationNative(JNIEnv* env, jobject object, jint ccid, in setCcidInformationNative()