Home
last modified time | relevance | path

Searched defs:preset_index (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_has_client.cc77 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/
Dcom_android_bluetooth_hap_client.cpp149 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/
DLeAudioViewModel.java82 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()
DBluetoothProxy.java1406 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()
DLeAudioRecycleViewAdapter.java1159 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/
Dhas_client.cc947 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()
Dhas_client_test.cc1995 auto preset_index = 2; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_has.h59 uint8_t preset_index; member