Home
last modified time | relevance | path

Searched refs:IBluetoothCsipSetCoordinator (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCsipSetCoordinator.java200 public static final int GROUP_ID_INVALID = IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID;
205 private IBluetoothCsipSetCoordinator mService;
237 mService = IBluetoothCsipSetCoordinator.Stub.asInterface(service); in onServiceConnected()
246 private IBluetoothCsipSetCoordinator getService() { in getService()
277 final IBluetoothCsipSetCoordinator service = getService(); in lockGroup()
307 final IBluetoothCsipSetCoordinator service = getService(); in unlockGroup()
334 final IBluetoothCsipSetCoordinator service = getService(); in getGroupUuidMapByDevice()
358 final IBluetoothCsipSetCoordinator service = getService(); in getAllGroupIds()
376 final IBluetoothCsipSetCoordinator service = getService(); in getConnectedDevices()
395 final IBluetoothCsipSetCoordinator service = getService(); in getDevicesMatchingConnectionStates()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java32 import android.bluetooth.IBluetoothCsipSetCoordinator;
591 .orElse(IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID); in getGroupId()
658 groupId, IBluetoothCsipSetCoordinator.CSIS_GROUP_SIZE_UNKNOWN); in getDesiredGroupSize()
773 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS: in getApiStatusCode()
775 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_INVALID_GROUP: in getApiStatusCode()
777 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_GROUP_NOT_CONNECTED: in getApiStatusCode()
779 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_LOCKED_BY_OTHER: in getApiStatusCode()
781 case IBluetoothCsipSetCoordinator.CSIS_LOCKED_GROUP_MEMBER_LOST: in getApiStatusCode()
783 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_OTHER_REASON: in getApiStatusCode()
1038 static class BluetoothCsisBinder extends IBluetoothCsipSetCoordinator.Stub
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinator.aidl32 interface IBluetoothCsipSetCoordinator { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp24 "android/bluetooth/IBluetoothCsipSetCoordinator.aidl",
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java317 group_id, true, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
330 group_id, false, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java28 import android.bluetooth.IBluetoothCsipSetCoordinator;
1372 if (groupId != IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID) { in connectionStateChanged()