Searched refs:event_id (Results 1 - 16 of 16) sorted by relevance

/system/bt/btif/include/
H A Dbtif_util.h63 const char* dump_rc_notification_event_id(uint8_t event_id);
/system/bt/btif/src/
H A Dbtif_rc.cc132 uint8_t event_id; member in struct:__anon663
301 static bt_status_t register_notification_cmd(uint8_t label, uint8_t event_id,
943 uint8_t event_id = avrc_command.reg_notif.event_id; local
946 "%s: New register notification received.event_id: %s, label: 0x%x, "
948 __func__, dump_rc_notification_event_id(event_id), pmeta_msg->label,
950 p_dev->rc_notif[event_id - 1].bNotify = true;
951 p_dev->rc_notif[event_id - 1].label = pmeta_msg->label;
1281 uint8_t event_id = pmetamsg_resp->reg_notif.event_id; local
[all...]
H A Dbtif_util.cc482 const char* dump_rc_notification_event_id(uint8_t event_id) { argument
483 switch (event_id) {
/system/extras/simpleperf/
H A Drecord.h189 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 in struct:EventIdRecord::EventIdData
H A Dcmd_record.cpp182 bool DumpKernelAndModuleMmaps(const perf_event_attr& attr, uint64_t event_id);
183 bool DumpThreadCommAndMmaps(const perf_event_attr& attr, uint64_t event_id);
681 uint64_t event_id) {
687 kernel_mmap.len, 0, kernel_mmap.filepath, event_id);
693 module_mmap.len, 0, module_mmap.filepath, event_id);
702 uint64_t event_id) {
742 map.pgoff, map.name, event_id);
750 CommRecord record(attr, pid, pid, name, event_id, 0);
762 ForkRecord fork_record(attr, pid, tid, pid, pid, event_id);
767 CommRecord comm_record(attr, pid, tid, name, event_id,
680 DumpKernelAndModuleMmaps(const perf_event_attr& attr, uint64_t event_id) argument
701 DumpThreadCommAndMmaps(const perf_event_attr& attr, uint64_t event_id) argument
[all...]
H A Drecord_file_reader.cpp265 uint64_t event_id; local
269 event_id = *reinterpret_cast<uint64_t*>(p.get() + event_id_pos_in_sample_records_);
274 event_id = *reinterpret_cast<uint64_t*>(p.get() + header.size - event_id_reverse_pos_in_non_sample_records_);
278 auto it = event_id_to_attr_map_.find(event_id);
297 event_ids_for_file_attrs_[r.data[i].attr_id].push_back(r.data[i].event_id);
298 event_id_to_attr_map_[r.data[i].event_id] = r.data[i].attr_id;
H A Drecord.cpp48 {SIMPLE_PERF_RECORD_EVENT_ID, "event_id"},
66 size_t SampleId::CreateContent(const perf_event_attr& attr, uint64_t event_id) { argument
69 id_data.id = event_id;
214 uint64_t event_id, uint64_t time) {
217 sample_id.CreateContent(attr, event_id);
304 const std::string& comm, uint64_t event_id, uint64_t time) {
309 size_t sample_id_size = sample_id.CreateContent(attr, event_id);
346 uint32_t ppid, uint32_t ptid, uint64_t event_id) {
354 size_t sample_id_size = sample_id.CreateContent(attr, event_id);
868 PrintIndented(indent, "event_id[
211 MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, uint64_t addr, uint64_t len, uint64_t pgoff, const std::string& filename, uint64_t event_id, uint64_t time) argument
303 CommRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, const std::string& comm, uint64_t event_id, uint64_t time) argument
345 ForkRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, uint32_t ppid, uint32_t ptid, uint64_t event_id) argument
[all...]
/system/bt/stack/avrc/
H A Davrc_bld_ct.cc97 static tAVRC_STS avrc_bld_register_notifn(BT_HDR* p_pkt, uint8_t event_id, argument
108 UINT8_TO_BE_STREAM(p_data, event_id);
600 status = avrc_bld_register_notifn(p_pkt, p_cmd->reg_notif.event_id,
H A Davrc_pars_ct.cc92 p_result->reg_notif.event_id = eventid;
109 BE_STREAM_TO_UINT8(p_rsp->event_id, p_stream);
110 switch (p_rsp->event_id) {
449 BE_STREAM_TO_UINT8(p_result->get_caps.param.event_id[xx], p);
H A Davrc_pars_tg.cc74 BE_STREAM_TO_UINT8(p_result->reg_notif.event_id, p);
292 BE_STREAM_TO_UINT8(p_result->reg_notif.event_id, p);
H A Davrc_bld_tg.cc92 p_event_id = p_rsp->param.event_id;
562 AVRC_TRACE_API("%s event_id %d", __func__, p_rsp->event_id);
568 UINT8_TO_BE_STREAM(p_data, p_rsp->event_id);
569 switch (p_rsp->event_id) {
663 AVRC_TRACE_ERROR("%s unknown event_id", __func__);
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Devent.h166 u64 event_id; member in struct:perf_trace_event_type
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h158 u64 event_id; member in struct:perf_trace_event_type
/system/bt/stack/include/
H A Davrc_defs.h1027 uint8_t event_id[AVRC_CAP_MAX_NUM_EVT_ID]; member in union:__anon967
1179 uint8_t event_id; member in struct:__anon985
1418 uint8_t event_id; member in struct:__anon1008
/system/extras/perfprofd/quipper/
H A Dperf_reader.cc143 sizeof(event_type.event_id) + sizeof(event_type.name));
1074 if (!ReadDataFromBuffer(data, sizeof(type.event_id), "event id",
1075 offset, &type.event_id)) {
/system/bt/bta/av/
H A Dbta_av_act.cc796 memcpy(p_rc_rsp->get_caps.param.event_id,
807 /* make sure the event_id is implemented */

Completed in 247 milliseconds