HomeSort by relevance Sort by last modified time
    Searched full:op_id (Results 1 - 9 of 9) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyclasses.swg 190 bool relational_equal_op(const GC_VALUE& other, const ID& op_id, bool (*op_func)(const VALUE& a, const VALUE& b)) const
198 if (rb_respond_to(_obj, op_id)) {
201 args.id = op_id;
235 GC_VALUE unary_op(const ID& op_id) const
241 args.id = op_id;
254 GC_VALUE binary_op(const GC_VALUE& other, const ID& op_id) const
260 args.id = op_id;
  /device/generic/goldfish/fingerprint/
fingerprint.c 57 uint64_t op_id; member in struct:emu_fingerprint_hal_device_t
121 message.data.authenticated.hat.challenge = dev->op_id;
263 dev->op_id = operation_id;
  /system/bt/stack/avrc/
avrc_utils.c 170 if (p_msg->op_id == AVRC_ID_VENDOR && p_msg->pass_len == AVRC_PASS_THRU_GROUP_LEN)
avrc_api.c 734 if (p_pkt->len < 5) /* 3 bytes: ctype, subunit*, opcode & op_id & len */
743 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data);
848 *p_data = (AVRC_PASS_OP_ID_MASK&p_msg->op_id);
853 if (p_msg->op_id == AVRC_ID_VENDOR)
862 else /* set msg len to 0 for other op_id */
864 /* set msg len to 0 for other op_id */
    [all...]
avrc_bld_ct.c 159 /* pass thru - group navigation - has a two byte op_id, so dont do it here */
avrc_bld_tg.c 779 /* pass thru - group navigation - has a two byte op_id, so dont do it here */
  /system/bt/bta/av/
bta_av_api.c 412 p_buf->msg.op_id = rc_id;
bta_av_act.c 891 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR)
903 p_data->rc_msg.msg.hdr.ctype = bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry);
916 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
929 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
    [all...]
  /system/bt/stack/include/
avrc_defs.h 804 UINT8 op_id; \/* Operation ID. *\/ member in struct:__anon69428
    [all...]

Completed in 468 milliseconds