Searched defs:preset_index (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_has_client.cc | 77 uint8_t preset_index) override { in SelectActivePreset() 92 void GetPresetInfo(const RawAddress& addr, uint8_t preset_index) override { in GetPresetInfo() 97 void SetPresetName(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in SetPresetName() 130 uint8_t preset_index) override { in OnActivePresetSelected() 147 void OnPresetInfoError(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in OnPresetInfoError() 153 void OnSetPresetNameError(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in OnSetPresetNameError()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hap_client.cpp | 149 uint8_t preset_index) override { in OnActivePresetSelected() 256 void OnPresetInfoError(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in OnPresetInfoError() 284 void OnSetPresetNameError(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in OnSetPresetNameError() 419 jint preset_index) { in selectActivePresetNative() 438 jint preset_index) { in groupSelectActivePresetNative() 506 jint preset_index) { in getPresetInfoNative() 525 jint preset_index, jstring name) { in setPresetNameNative() 551 jint preset_index, jstring name) { in groupSetPresetNameNative()
|
/aosp_15_r20/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | LeAudioViewModel.java | 82 public void hapReadPresetInfo(BluetoothDevice device, int preset_index) { in hapReadPresetInfo() 86 public void hapSetActivePreset(BluetoothDevice device, int preset_index) { in hapSetActivePreset() 90 public void hapSetActivePresetForGroup(BluetoothDevice device, int preset_index) { in hapSetActivePresetForGroup() 94 public void hapChangePresetName(BluetoothDevice device, int preset_index, String name) { in hapChangePresetName()
|
D | BluetoothProxy.java | 1406 public boolean hapReadPresetInfo(BluetoothDevice device, int preset_index) { in hapReadPresetInfo() 1453 public boolean hapSetActivePreset(BluetoothDevice device, int preset_index) { in hapSetActivePreset() 1460 public boolean hapSetActivePresetForGroup(BluetoothDevice device, int preset_index) { in hapSetActivePresetForGroup() 1468 public boolean hapChangePresetName(BluetoothDevice device, int preset_index, String name) { in hapChangePresetName()
|
D | LeAudioRecycleViewAdapter.java | 1159 void onChangePresetNameClicked(BluetoothDevice device, int preset_index, String name); in onChangePresetNameClicked() 1161 void onReadPresetInfoClicked(BluetoothDevice device, int preset_index); in onReadPresetInfoClicked() 1163 void onSetActivePresetClicked(BluetoothDevice device, int preset_index); in onSetActivePresetClicked() 1165 void onSetActivePresetForGroupClicked(BluetoothDevice device, int preset_index); in onSetActivePresetForGroupClicked()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/ |
D | has_client.cc | 947 uint8_t preset_index) override { in SelectActivePreset() 977 void GetPresetInfo(const RawAddress& address, uint8_t preset_index) override { in GetPresetInfo() 1008 void SetPresetName(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in SetPresetName()
|
D | has_client_test.cc | 1995 auto preset_index = 2; in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_has.h | 59 uint8_t preset_index; member
|