Home
last modified time | relevance | path

Searched refs:IBluetoothCsipSetCoordinatorLockCallback (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DBluetoothCsisBinderTest.java25 import android.bluetooth.IBluetoothCsipSetCoordinatorLockCallback;
102 IBluetoothCsipSetCoordinatorLockCallback cb = in lockGroup()
103 mock(IBluetoothCsipSetCoordinatorLockCallback.class); in lockGroup()
DCsipSetCoordinatorServiceTest.java82 @Mock private IBluetoothCsipSetCoordinatorLockCallback mCsipSetCoordinatorLockCallback;
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinator.aidl23 import android.bluetooth.IBluetoothCsipSetCoordinatorLockCallback;
75 …ParcelUuid lockGroup(int groupId, in IBluetoothCsipSetCoordinatorLockCallback callback, in Attribu… in lockGroup()
DIBluetoothCsipSetCoordinatorLockCallback.aidl25 oneway interface IBluetoothCsipSetCoordinatorLockCallback { interface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java34 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/
DBluetoothCsipSetCoordinator.java91 extends IBluetoothCsipSetCoordinatorLockCallback.Stub {
282 IBluetoothCsipSetCoordinatorLockCallback delegate = in lockGroup()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp26 "android/bluetooth/IBluetoothCsipSetCoordinatorLockCallback.aidl",