Searched refs:change_id (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/has/ |
D | has_ctp.cc | 72 if (len < sizeof(ntf.is_last) + sizeof(ntf.change_id)) { in ParsePresetChanged() 77 uint8_t change_id; in ParsePresetChanged() local 78 STREAM_TO_UINT8(change_id, value); in ParsePresetChanged() 80 if (change_id > static_cast<std::underlying_type_t<PresetCtpChangeId>>( in ParsePresetChanged() 82 log::error("Invalid preset chenge_id={}", change_id); in ParsePresetChanged() 85 ntf.change_id = PresetCtpChangeId(change_id); in ParsePresetChanged() 89 switch (ntf.change_id) { in ParsePresetChanged() 260 out << ", \"change_id\": " << ntf.change_id; in operator <<() 262 switch (ntf.change_id) { in operator <<()
|
D | has_client.cc | 1223 if (nt.change_id != PresetCtpChangeId::PRESET_GENERIC_UPDATE) break; in OnHasPresetGenericUpdate() 1340 if ((nt.change_id != PresetCtpChangeId::PRESET_AVAILABLE) && in OnHasPresetAvailabilityChanged() 1341 (nt.change_id != PresetCtpChangeId::PRESET_UNAVAILABLE)) in OnHasPresetAvailabilityChanged() 1345 if (nt.change_id == PresetCtpChangeId::PRESET_AVAILABLE) { in OnHasPresetAvailabilityChanged() 1386 if (nt.change_id != PresetCtpChangeId::PRESET_DELETED) break; in OnHasPresetDeleted() 1422 switch (ntf.change_id) { in ProcessCtpNotificationQueue()
|
D | has_ctp.h | 86 PresetCtpChangeId change_id; member
|
D | has_client_test.cc | 118 PresetInfoReason change_id, 928 ::bluetooth::le_audio::has::PresetCtpChangeId change_id, bool is_last) { in InjectPresetChanged() argument 934 value.push_back(static_cast<uint8_t>(change_id)); in InjectPresetChanged() 937 switch (change_id) { in InjectPresetChanged()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_has_client.cc | 158 PresetInfoReason change_id, in OnPresetInfo() argument 162 change_id, std::move(detail_records))); in OnPresetInfo()
|
/packages/modules/common/tools/ |
D | finalize_sdk.py | 225 change_id = '\n' + change_id_match.group(0) variable 228 subprocess.check_output(git + ['commit', '--amend', '-m', commit_message + change_id])
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_has.h | 102 PresetInfoReason change_id,
|