Home
last modified time | relevance | path

Searched defs:callRemoved (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl39 …void callRemoved(in int ccid, in ParcelUuid callId, in int reason, in AttributionSource attributio… in callRemoved() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java301 public void callRemoved(int ccid, ParcelUuid callId, int reason, AttributionSource source) { in callRemoved() method in TbsService.TbsServerBinder
397 void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsService
DTbsGeneric.java585 public synchronized void callRemoved(int ccid, UUID callId, int reason) { in callRemoved() method in TbsGeneric