Searched refs:IBluetoothCsipSetCoordinatorLockCallback (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/ |
D | BluetoothCsisBinderTest.java | 25 import android.bluetooth.IBluetoothCsipSetCoordinatorLockCallback; 102 IBluetoothCsipSetCoordinatorLockCallback cb = in lockGroup() 103 mock(IBluetoothCsipSetCoordinatorLockCallback.class); in lockGroup()
|
D | CsipSetCoordinatorServiceTest.java | 82 @Mock private IBluetoothCsipSetCoordinatorLockCallback mCsipSetCoordinatorLockCallback;
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothCsipSetCoordinator.aidl | 23 import android.bluetooth.IBluetoothCsipSetCoordinatorLockCallback; 75 …ParcelUuid lockGroup(int groupId, in IBluetoothCsipSetCoordinatorLockCallback callback, in Attribu… in lockGroup()
|
D | IBluetoothCsipSetCoordinatorLockCallback.aidl | 25 oneway interface IBluetoothCsipSetCoordinatorLockCallback { interface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 34 import android.bluetooth.IBluetoothCsipSetCoordinatorLockCallback; 103 private final Map<Integer, Pair<UUID, IBluetoothCsipSetCoordinatorLockCallback>> mLocks = 491 int groupId, @NonNull IBluetoothCsipSetCoordinatorLockCallback callback) { in lockGroup() 542 for (Map.Entry<Integer, Pair<UUID, IBluetoothCsipSetCoordinatorLockCallback>> entry : in unlockGroup() 544 Pair<UUID, IBluetoothCsipSetCoordinatorLockCallback> uuidCbPair = entry.getValue(); in unlockGroup() 796 IBluetoothCsipSetCoordinatorLockCallback cb = mLocks.get(groupId).second; in handleGroupLockChanged() 1164 @NonNull IBluetoothCsipSetCoordinatorLockCallback callback, in lockGroup()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCsipSetCoordinator.java | 91 extends IBluetoothCsipSetCoordinatorLockCallback.Stub { 282 IBluetoothCsipSetCoordinatorLockCallback delegate = in lockGroup()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 26 "android/bluetooth/IBluetoothCsipSetCoordinatorLockCallback.aidl",
|