Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCsipSetCoordinator.java211 public static final int GROUP_ID_INVALID = IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID;
216 private IBluetoothCsipSetCoordinator mService;
249 mService = IBluetoothCsipSetCoordinator.Stub.asInterface(service); in onServiceConnected()
259 private IBluetoothCsipSetCoordinator getService() { in getService()
292 final IBluetoothCsipSetCoordinator service = getService(); in lockGroup()
323 final IBluetoothCsipSetCoordinator service = getService(); in unlockGroup()
351 final IBluetoothCsipSetCoordinator service = getService(); in getGroupUuidMapByDevice()
376 final IBluetoothCsipSetCoordinator service = getService(); in getAllGroupIds()
396 final IBluetoothCsipSetCoordinator service = getService(); in getConnectedDevices()
417 final IBluetoothCsipSetCoordinator service = getService(); in getDevicesMatchingConnectionStates()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java38 import android.bluetooth.IBluetoothCsipSetCoordinator;
557 .orElse(IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID); in getGroupId()
624 groupId, IBluetoothCsipSetCoordinator.CSIS_GROUP_SIZE_UNKNOWN); in getDesiredGroupSize()
739 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS: in getApiStatusCode()
741 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_INVALID_GROUP: in getApiStatusCode()
743 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_GROUP_NOT_CONNECTED: in getApiStatusCode()
745 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_LOCKED_BY_OTHER: in getApiStatusCode()
747 case IBluetoothCsipSetCoordinator.CSIS_LOCKED_GROUP_MEMBER_LOST: in getApiStatusCode()
749 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_OTHER_REASON: in getApiStatusCode()
DCsipSetCoordinatorServiceBinder.java29 import android.bluetooth.IBluetoothCsipSetCoordinator;
42 class CsipSetCoordinatorServiceBinder extends IBluetoothCsipSetCoordinator.Stub
190 return IBluetoothCsipSetCoordinator.CSIS_GROUP_SIZE_UNKNOWN; in getDesiredGroupSize()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java54 import android.bluetooth.IBluetoothCsipSetCoordinator;
210 group_id, true, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
219 group_id, false, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
/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/src/com/android/bluetooth/vc/
DVolumeControlService.java28 import static android.bluetooth.IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java30 import static android.bluetooth.IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID;