Home
last modified time | relevance | path

Searched refs:PresetInfo (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h271 std::optional<bluetooth::has::PresetInfo> GetPresetInfo(uint8_t index) const { in GetPresetInfo()
274 return bluetooth::has::PresetInfo({.preset_index = preset.GetIndex(), in GetPresetInfo()
282 std::vector<bluetooth::has::PresetInfo> GetAllPresetInfo() const { in GetAllPresetInfo()
283 std::vector<bluetooth::has::PresetInfo> all_info; in GetAllPresetInfo()
Dhas_client_test.cc57 using ::bluetooth::has::PresetInfo;
119 std::vector<PresetInfo> preset_change_records),
1463 std::vector<PresetInfo> loaded_preset_details; in TEST_F()
1531 std::vector<PresetInfo> loaded_preset_details; in TEST_F()
1601 std::vector<PresetInfo> preset_details; in TEST_F()
1779 std::vector<PresetInfo> preset_details; in TEST_F()
1841 std::vector<PresetInfo> preset_details; in TEST_F()
1955 std::vector<PresetInfo> updated_preset_details; in TEST_F()
1995 std::vector<PresetInfo> preset_details; in TEST_F()
2038 std::vector<PresetInfo> preset_details; in TEST_F()
[all …]
Dhas_client.cc52 using bluetooth::has::PresetInfo;
1214 std::vector<PresetInfo> updated_infos; in OnHasPresetGenericUpdate()
1215 std::vector<PresetInfo> deleted_infos; in OnHasPresetGenericUpdate()
1328 std::vector<PresetInfo> infos; in OnHasPresetAvailabilityChanged()
1376 std::vector<PresetInfo> infos; in OnHasPresetDeleted()
1415 std::vector<PresetInfo> infos; in ProcessCtpNotificationQueue()
Dhas_ctp.h166 std::list<bluetooth::has::PresetInfo> preset_info_verification_list;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_has.h57 struct PresetInfo { struct
103 std::vector<PresetInfo> info_records) = 0;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_has_client.cc40 using bluetooth::has::PresetInfo;
159 std::vector<PresetInfo> detail_records) override { in OnPresetInfo()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hap_client.cpp31 using bluetooth::has::PresetInfo;
185 std::vector<PresetInfo> detail_records) override { in OnPresetInfo()