/system/bt/btif/src/ |
D | btif_rc.cc | 132 uint8_t event_id; member 301 static bt_status_t register_notification_cmd(uint8_t label, uint8_t event_id, 929 uint8_t event_id = avrc_command.reg_notif.event_id; in handle_rc_metamsg_cmd() local 934 __func__, dump_rc_notification_event_id(event_id), pmeta_msg->label, in handle_rc_metamsg_cmd() 936 p_dev->rc_notif[event_id - 1].bNotify = true; in handle_rc_metamsg_cmd() 937 p_dev->rc_notif[event_id - 1].label = pmeta_msg->label; in handle_rc_metamsg_cmd() 1258 uint8_t event_id = pmetamsg_resp->reg_notif.event_id; in send_metamsg_rsp() local 1260 (p_dev->rc_connected) && (p_dev->rc_notif[event_id - 1].bNotify); in send_metamsg_rsp() 1263 p_dev->rc_notif[event_id - 1].bNotify = false; in send_metamsg_rsp() 1265 __func__, p_dev->rc_handle, event_id, bNotify); in send_metamsg_rsp() [all …]
|
D | btif_util.cc | 482 const char* dump_rc_notification_event_id(uint8_t event_id) { in dump_rc_notification_event_id() argument 483 switch (event_id) { in dump_rc_notification_event_id()
|
/system/extras/simpleperf/ |
D | cmd_record.cpp | 199 bool DumpKernelAndModuleMmaps(const perf_event_attr& attr, uint64_t event_id); 200 bool DumpThreadCommAndMmaps(const perf_event_attr& attr, uint64_t event_id); 753 uint64_t event_id) { in DumpKernelAndModuleMmaps() argument 759 kernel_mmap.len, 0, kernel_mmap.filepath, event_id); in DumpKernelAndModuleMmaps() 765 module_mmap.len, 0, module_mmap.filepath, event_id); in DumpKernelAndModuleMmaps() 774 uint64_t event_id) { in DumpThreadCommAndMmaps() argument 814 map.pgoff, map.name, event_id); in DumpThreadCommAndMmaps() 822 CommRecord record(attr, pid, pid, name, event_id, 0); in DumpThreadCommAndMmaps() 834 ForkRecord fork_record(attr, pid, tid, pid, pid, event_id); in DumpThreadCommAndMmaps() 839 CommRecord comm_record(attr, pid, tid, name, event_id, 0); in DumpThreadCommAndMmaps()
|
D | record.h | 189 size_t CreateContent(const perf_event_attr& attr, uint64_t event_id); 276 const std::string& filename, uint64_t event_id, uint64_t time = 0); 319 const std::string& comm, uint64_t event_id, uint64_t time); 351 uint32_t ppid, uint32_t ptid, uint64_t event_id); 482 uint64_t event_id; member
|
D | record_file_reader.cpp | 265 uint64_t event_id; in ReadRecord() local 269 event_id = *reinterpret_cast<uint64_t*>(p.get() + event_id_pos_in_sample_records_); in ReadRecord() 274 …event_id = *reinterpret_cast<uint64_t*>(p.get() + header.size - event_id_reverse_pos_in_non_sample… in ReadRecord() 278 auto it = event_id_to_attr_map_.find(event_id); in ReadRecord() 297 event_ids_for_file_attrs_[r.data[i].attr_id].push_back(r.data[i].event_id); in ProcessEventIdRecord() 298 event_id_to_attr_map_[r.data[i].event_id] = r.data[i].attr_id; in ProcessEventIdRecord()
|
D | record.cpp | 66 size_t SampleId::CreateContent(const perf_event_attr& attr, uint64_t event_id) { in CreateContent() argument 69 id_data.id = event_id; in CreateContent() 214 uint64_t event_id, uint64_t time) { in MmapRecord() argument 217 sample_id.CreateContent(attr, event_id); in MmapRecord() 304 const std::string& comm, uint64_t event_id, uint64_t time) { in CommRecord() argument 309 size_t sample_id_size = sample_id.CreateContent(attr, event_id); in CommRecord() 346 uint32_t ppid, uint32_t ptid, uint64_t event_id) { in ForkRecord() argument 354 size_t sample_id_size = sample_id.CreateContent(attr, event_id); in ForkRecord() 869 data[i].event_id); in DumpData()
|
/system/bt/btif/include/ |
D | btif_util.h | 63 const char* dump_rc_notification_event_id(uint8_t event_id);
|
/system/bt/stack/avrc/ |
D | avrc_bld_ct.cc | 97 static tAVRC_STS avrc_bld_register_notifn(BT_HDR* p_pkt, uint8_t event_id, in avrc_bld_register_notifn() argument 108 UINT8_TO_BE_STREAM(p_data, event_id); in avrc_bld_register_notifn() 600 status = avrc_bld_register_notifn(p_pkt, p_cmd->reg_notif.event_id, in AVRC_BldCommand()
|
D | avrc_pars_ct.cc | 129 p_result->reg_notif.event_id = eventid; in avrc_pars_vendor_rsp() 149 BE_STREAM_TO_UINT8(p_rsp->event_id, p_stream); in avrc_parse_notification_rsp() 150 switch (p_rsp->event_id) { in avrc_parse_notification_rsp() 560 BE_STREAM_TO_UINT8(p_result->get_caps.param.event_id[xx], p); in avrc_ctrl_pars_vendor_rsp()
|
D | avrc_pars_tg.cc | 75 BE_STREAM_TO_UINT8(p_result->reg_notif.event_id, p); in avrc_ctrl_pars_vendor_cmd() 304 BE_STREAM_TO_UINT8(p_result->reg_notif.event_id, p); in avrc_pars_vendor_cmd()
|
D | avrc_bld_tg.cc | 92 p_event_id = p_rsp->param.event_id; in avrc_bld_get_capability_rsp() 562 AVRC_TRACE_API("%s event_id %d", __func__, p_rsp->event_id); in avrc_bld_notify_rsp() 568 UINT8_TO_BE_STREAM(p_data, p_rsp->event_id); in avrc_bld_notify_rsp() 569 switch (p_rsp->event_id) { in avrc_bld_notify_rsp()
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/ |
D | event.h | 166 u64 event_id; member
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
D | event.h | 158 u64 event_id; member
|
/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/extras/perfprofd/quipper/ |
D | perf_reader.cc | 143 sizeof(event_type.event_id) + sizeof(event_type.name)); in CheckNoEventTypePadding() 1074 if (!ReadDataFromBuffer(data, sizeof(type.event_id), "event id", in ReadEventType() 1075 offset, &type.event_id)) { in ReadEventType()
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 801 memcpy(p_rc_rsp->get_caps.param.event_id, in bta_av_proc_meta_cmd()
|