Home
last modified time | relevance | path

Searched refs:IBluetoothHapClient (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java386 public static final int PRESET_INDEX_UNAVAILABLE = IBluetoothHapClient.PRESET_INDEX_UNAVAILABLE;
446 1 << IBluetoothHapClient.FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS;
454 1 << IBluetoothHapClient.FEATURE_BIT_NUM_INDEPENDENT_PRESETS;
462 1 << IBluetoothHapClient.FEATURE_BIT_NUM_DYNAMIC_PRESETS;
470 1 << IBluetoothHapClient.FEATURE_BIT_NUM_WRITABLE_PRESETS;
488 private IBluetoothHapClient mService;
523 mService = IBluetoothHapClient.Stub.asInterface(service); in onServiceConnected()
546 private IBluetoothHapClient getService() { in getService()
595 final IBluetoothHapClient service = getService(); in registerCallback()
646 final IBluetoothHapClient service = getService(); in unregisterCallback()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java21 import android.bluetooth.IBluetoothHapClient;
62 IBluetoothHapClient.FEATURE_BIT_NUM_TYPE_MONAURAL;
64 IBluetoothHapClient.FEATURE_BIT_NUM_TYPE_BANDED;
66 IBluetoothHapClient.FEATURE_BIT_NUM_SYNCHRONIZATED_PRESETS;
68 IBluetoothHapClient.FEATURE_BIT_NUM_INDEPENDENT_PRESETS;
70 IBluetoothHapClient.FEATURE_BIT_NUM_DYNAMIC_PRESETS;
72 IBluetoothHapClient.FEATURE_BIT_NUM_WRITABLE_PRESETS;
DHapClientService.java33 import android.bluetooth.IBluetoothHapClient;
1218 static class BluetoothHapClientBinder extends IBluetoothHapClient.Stub
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl30 interface IBluetoothHapClient { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp30 "android/bluetooth/IBluetoothHapClient.aidl",