/external/bluetooth/bluedroid/stack/avrc/ |
avrc_utils.c | 171 if (p_msg->op_id == AVRC_ID_VENDOR && p_msg->pass_len == AVRC_PASS_THRU_GROUP_LEN)
|
avrc_api.c | 637 if (p_pkt->len < 5) /* 3 bytes: ctype, subunit*, opcode & op_id & len */ 646 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); 752 *p_data = (AVRC_PASS_OP_ID_MASK&p_msg->op_id); 757 if (p_msg->op_id == AVRC_ID_VENDOR) 766 else /* set msg len to 0 for other op_id */ 768 /* set msg len to 0 for other op_id */ [all...] |
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gscaler.c | 709 int op_id = 0; local 736 op_id = rand() % 1000000; // just make random id 737 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id); 867 int op_id = 0; local 915 op_id = rand() % 1000000; // just make random id 916 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id); [all...] |
/hardware/samsung_slsi/exynos5/librotator/ |
exynos_rotator.c | 587 int op_id = 0; local 608 op_id = rand() % 1000000; // just make random id 609 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id);
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_act.c | 879 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) 891 p_data->rc_msg.msg.hdr.ctype = bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); 904 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; 917 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id; [all...] |
bta_av_api.c | 388 p_buf->msg.op_id = rc_id;
|
/external/bluetooth/bluedroid/stack/include/ |
avrc_defs.h | 804 UINT8 op_id; \/* Operation ID. *\/ member in struct:__anon3158 [all...] |