Home | History | Annotate | Download | only in av

Lines Matching defs:av

824     tBTA_AV     av;
851 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
852 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
853 av.remote_cmd.p_data = p_data->rc_msg.msg.pass.p_pass_data;
854 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len;
855 memcpy(&av.remote_cmd.hdr, &p_data->rc_msg.msg.hdr, sizeof (tAVRC_HDR));
856 av.remote_cmd.label = p_data->rc_msg.label;
864 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
865 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
866 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype;
867 av.remote_rsp.label = p_data->rc_msg.label;
880 av.vendor_cmd.code = p_data->rc_msg.msg.hdr.ctype;
881 av.vendor_cmd.company_id = p_vendor->company_id;
882 av.vendor_cmd.label = p_data->rc_msg.label;
883 av.vendor_cmd.p_data = p_vendor->p_vendor_data;
884 av.vendor_cmd.len = p_vendor->vendor_len;
918 av.remote_cmd.rc_handle = p_data->rc_msg.handle;
919 (*p_cb->p_cback)(evt, &av);
1270 ** Description disable AV.
1344 APPL_TRACE_ERROR0("av scb not available for avdt connection");