/system/bt/btif/src/ |
D | btif_rc.cc | 134 uint8_t event_id; member 307 static bt_status_t register_notification_cmd(uint8_t label, uint8_t event_id, 945 uint8_t event_id = avrc_command.reg_notif.event_id; in handle_rc_metamsg_cmd() local 950 __func__, dump_rc_notification_event_id(event_id), pmeta_msg->label, in handle_rc_metamsg_cmd() 952 p_dev->rc_notif[event_id - 1].bNotify = true; in handle_rc_metamsg_cmd() 953 p_dev->rc_notif[event_id - 1].label = pmeta_msg->label; in handle_rc_metamsg_cmd() 1267 uint8_t event_id = pmetamsg_resp->reg_notif.event_id; in send_metamsg_rsp() local 1269 (p_dev->rc_connected) && (p_dev->rc_notif[event_id - 1].bNotify); in send_metamsg_rsp() 1272 p_dev->rc_notif[event_id - 1].bNotify = false; in send_metamsg_rsp() 1274 __func__, p_dev->rc_handle, event_id, bNotify); in send_metamsg_rsp() [all …]
|
D | btif_util.cc | 365 const char* dump_rc_notification_event_id(uint8_t event_id) { in dump_rc_notification_event_id() argument 366 switch (event_id) { in dump_rc_notification_event_id()
|
/system/bt/btif/include/ |
D | btif_util.h | 59 const char* dump_rc_notification_event_id(uint8_t event_id);
|
/system/extras/simpleperf/ |
D | record_file_reader.cpp | 319 uint64_t event_id; in ReadRecord() local 323 event_id = *reinterpret_cast<uint64_t*>(p.get() + event_id_pos_in_sample_records_); in ReadRecord() 328 …event_id = *reinterpret_cast<uint64_t*>(p.get() + header.size - event_id_reverse_pos_in_non_sample… in ReadRecord() 332 auto it = event_id_to_attr_map_.find(event_id); in ReadRecord() 351 event_ids_for_file_attrs_[r.data[i].attr_id].push_back(r.data[i].event_id); in ProcessEventIdRecord() 352 event_id_to_attr_map_[r.data[i].event_id] = r.data[i].attr_id; in ProcessEventIdRecord()
|
D | cmd_record.cpp | 250 bool DumpKernelAndModuleMmaps(const perf_event_attr& attr, uint64_t event_id); 251 bool DumpThreadCommAndMmaps(const perf_event_attr& attr, uint64_t event_id); 919 uint64_t event_id) { in DumpKernelAndModuleMmaps() argument 925 kernel_mmap.len, 0, kernel_mmap.filepath, event_id); in DumpKernelAndModuleMmaps() 931 module_mmap.len, 0, module_mmap.filepath, event_id); in DumpKernelAndModuleMmaps() 940 uint64_t event_id) { in DumpThreadCommAndMmaps() argument 980 map.pgoff, map.name, event_id); in DumpThreadCommAndMmaps() 988 CommRecord record(attr, pid, pid, name, event_id, 0); in DumpThreadCommAndMmaps() 1000 ForkRecord fork_record(attr, pid, tid, pid, pid, event_id); in DumpThreadCommAndMmaps() 1005 CommRecord comm_record(attr, pid, tid, name, event_id, 0); in DumpThreadCommAndMmaps()
|
D | record.h | 193 size_t CreateContent(const perf_event_attr& attr, uint64_t event_id); 281 const std::string& filename, uint64_t event_id, uint64_t time = 0); 324 const std::string& comm, uint64_t event_id, uint64_t time); 356 uint32_t ppid, uint32_t ptid, uint64_t event_id); 494 uint64_t event_id; member
|
D | record.cpp | 71 size_t SampleId::CreateContent(const perf_event_attr& attr, uint64_t event_id) { in CreateContent() argument 74 id_data.id = event_id; in CreateContent() 219 uint64_t event_id, uint64_t time) { in MmapRecord() argument 222 sample_id.CreateContent(attr, event_id); in MmapRecord() 308 const std::string& comm, uint64_t event_id, uint64_t time) { in CommRecord() argument 313 size_t sample_id_size = sample_id.CreateContent(attr, event_id); in CommRecord() 350 uint32_t ppid, uint32_t ptid, uint64_t event_id) { in ForkRecord() argument 358 size_t sample_id_size = sample_id.CreateContent(attr, event_id); in ForkRecord() 1038 data[i].event_id); in DumpData()
|
/system/bt/stack/avrc/ |
D | avrc_bld_ct.cc | 96 static tAVRC_STS avrc_bld_register_notifn(BT_HDR* p_pkt, uint8_t event_id, in avrc_bld_register_notifn() argument 107 UINT8_TO_BE_STREAM(p_data, event_id); in avrc_bld_register_notifn() 599 status = avrc_bld_register_notifn(p_pkt, p_cmd->reg_notif.event_id, in AVRC_BldCommand()
|
D | avrc_pars_ct.cc | 127 p_result->reg_notif.event_id = eventid; in avrc_pars_vendor_rsp() 147 BE_STREAM_TO_UINT8(p_rsp->event_id, p_stream); in avrc_parse_notification_rsp() 148 switch (p_rsp->event_id) { in avrc_parse_notification_rsp() 558 BE_STREAM_TO_UINT8(p_result->get_caps.param.event_id[xx], p); in avrc_ctrl_pars_vendor_rsp()
|
D | avrc_pars_tg.cc | 74 BE_STREAM_TO_UINT8(p_result->reg_notif.event_id, p); in avrc_ctrl_pars_vendor_cmd() 303 BE_STREAM_TO_UINT8(p_result->reg_notif.event_id, p); in avrc_pars_vendor_cmd()
|
D | avrc_bld_tg.cc | 91 p_event_id = p_rsp->param.event_id; in avrc_bld_get_capability_rsp() 561 AVRC_TRACE_API("%s event_id %d", __func__, p_rsp->event_id); in avrc_bld_notify_rsp() 567 UINT8_TO_BE_STREAM(p_data, p_rsp->event_id); in avrc_bld_notify_rsp() 568 switch (p_rsp->event_id) { in avrc_bld_notify_rsp()
|
/system/bt/include/hardware/ |
D | bt_rc.h | 333 typedef void (*btrc_register_notification_callback)(btrc_event_id_t event_id, 500 btrc_event_id_t event_id, btrc_notification_type_t type,
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1027 uint8_t event_id[AVRC_CAP_MAX_NUM_EVT_ID]; member 1179 uint8_t event_id; member 1418 uint8_t event_id; member
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 810 memcpy(p_rc_rsp->get_caps.param.event_id, in bta_av_proc_meta_cmd()
|