Searched defs:av (Results 1 - 4 of 4) sorted by relevance

/system/core/crash_reporter/
H A Dwarn_collector_test.c22 int main(int ac, char **av) { argument
/system/bt/btif/src/
H A Dbtif_av.c1107 tBTA_AV *av = (tBTA_AV *)p_data; local
1108 osi_free_and_reset((void **)&av->meta_msg.p_data);
1110 if (av->meta_msg.p_msg) {
1111 osi_free(av->meta_msg.p_msg->vendor.p_vendor_data);
1112 osi_free_and_reset((void **)&av->meta_msg.p_msg);
1403 ** Description Fetches current av SM handle
1535 * auto-suspend av streaming on AG events(SCO or Call). The suspend shall
1575 * auto-suspend av streaming on AG events(SCO or Call). The suspend shall
1625 ** Description Checks if av has a connected sink
/system/bt/bta/av/
H A Dbta_av_act.c868 tBTA_AV av; local
926 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
927 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
928 av.remote_cmd.p_data = p_data->rc_msg.msg.pass.p_pass_data;
929 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len;
930 memcpy(&av.remote_cmd.hdr, &p_data->rc_msg.msg.hdr, sizeof (tAVRC_HDR));
931 av.remote_cmd.label = p_data->rc_msg.label;
940 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
941 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
942 av
[all...]
/system/keymaster/
H A Docb.c1113 static int constant_time_memcmp(const void* av, const void* bv, size_t n) { argument
1114 const uint8_t* a = (const uint8_t*)av;

Completed in 262 milliseconds