Home
last modified time | relevance | path

Searched refs:event_id (Results 1 – 12 of 12) sorted by relevance

/system/bt/btif/src/
Dbtif_rc.c659 avrc_rsp.reg_notif.event_id = pavrc_command->reg_notif.event_id; in handle_uid_changed_notification()
741 UINT8 event_id = avrc_command.reg_notif.event_id; in handle_rc_metamsg_cmd() local
743 __FUNCTION__,dump_rc_notification_event_id(event_id), pmeta_msg->label,pmeta_msg->code); in handle_rc_metamsg_cmd()
744 btif_rc_cb.rc_notif[event_id-1].bNotify = TRUE; in handle_rc_metamsg_cmd()
745 btif_rc_cb.rc_notif[event_id-1].label = pmeta_msg->label; in handle_rc_metamsg_cmd()
747 if(event_id == AVRC_EVT_UIDS_CHANGE) in handle_rc_metamsg_cmd()
965 UINT8 event_id = pmetamsg_resp->reg_notif.event_id; in send_metamsg_rsp() local
966 BOOLEAN bNotify = (btif_rc_cb.rc_connected) && (btif_rc_cb.rc_notif[event_id-1].bNotify); in send_metamsg_rsp()
969 btif_rc_cb.rc_notif[event_id-1].bNotify = FALSE; in send_metamsg_rsp()
971 btif_rc_cb.rc_handle, event_id, bNotify); in send_metamsg_rsp()
[all …]
Dbtif_util.c495 const char * dump_rc_notification_event_id(UINT8 event_id) in dump_rc_notification_event_id() argument
497 switch(event_id) in dump_rc_notification_event_id()
/system/bt/btif/include/
Dbtif_util.h64 const char* dump_rc_notification_event_id(UINT8 event_id);
/system/bt/stack/avrc/
Davrc_pars_ct.c91 p_result->reg_notif.event_id=eventid; in avrc_pars_vendor_rsp()
Davrc_bld_ct.c234 if(AVRC_EVT_VOLUME_CHANGE==p_cmd->reg_notif.event_id) in AVRC_BldCommand()
Davrc_bld_tg.c89 p_event_id = p_rsp->param.event_id; in avrc_bld_get_capability_rsp()
554 UINT8_TO_BE_STREAM(p_data, p_rsp->event_id); in avrc_bld_notify_rsp()
555 switch (p_rsp->event_id) in avrc_bld_notify_rsp()
Davrc_pars_tg.c256 BE_STREAM_TO_UINT8 (p_result->reg_notif.event_id, p); in avrc_pars_vendor_cmd()
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h166 u64 event_id; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h158 u64 event_id; member
/system/bt/stack/include/
Davrc_defs.h895 UINT8 event_id[AVRC_CAP_MAX_NUM_EVT_ID]; member
1057 UINT8 event_id; member
1312 UINT8 event_id; member
/system/extras/perfprofd/quipper/
Dperf_reader.cc143 sizeof(event_type.event_id) + sizeof(event_type.name)); in CheckNoEventTypePadding()
1027 if (!ReadDataFromBuffer(data, sizeof(type.event_id), "event id", in ReadEventType()
1028 offset, &type.event_id)) { in ReadEventType()
/system/bt/bta/av/
Dbta_av_act.c826 memcpy(p_rc_rsp->get_caps.param.event_id, p_bta_av_cfg->p_meta_evt_ids, in bta_av_proc_meta_cmd()