HomeSort by relevance Sort by last modified time
    Searched refs:rc_id (Results 1 - 6 of 6) sorted by null

  /system/bt/bta/include/
bta_av_api.h 375 tBTA_AV_RC rc_id; member in struct:__anon71924
387 tBTA_AV_RC rc_id; member in struct:__anon71925
711 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
718 ** Description Send a remote control command with Vendor Unique rc_id.
  /system/bt/bta/av/
bta_av_act.c 413 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, BOOLEAN is_inquiry)
421 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F)))
428 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F)))
434 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F)))
926 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
940 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
    [all...]
bta_av_api.c 420 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state)
427 p_buf->msg.op_id = rc_id;
440 ** Description Send a remote control command with Vendor Unique rc_id.
  /system/bt/btif/src/
btif_rc.c 695 * - Argument: tBTA_AV_RC rc_id remote control command ID
706 BTIF_TRACE_DEBUG("%s: p_remote_cmd->rc_id=%d", __FUNCTION__, p_remote_cmd->rc_id);
712 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected()))
722 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (btif_rc_cb.rc_pending_play))
728 if ((p_remote_cmd->rc_id == BTA_AV_RC_VOL_UP)||(p_remote_cmd->rc_id == BTA_AV_RC_VOL_DOWN))
732 if ((p_remote_cmd->rc_id == BTA_AV_RC_STOP) && (!btif_av_stream_started_ready()))
746 if (p_remote_cmd->rc_id == BTA_AV_RC_FAST_FOR || p_remote_cmd->rc_id == BTA_AV_RC_REWIND)
    [all...]
btif_av.c 716 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY) )
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1072 static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id,
1098 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1102 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1107 os_memcmp(pos, rc_id, rc_len) == 0)
1115 const u8 *rc_id, size_t rc_len)
1131 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1141 const u8 *rc_id, size_t rc_len)
1143 return roaming_consortium_element_match(ie, rc_id, rc_len) ||
1144 roaming_consortium_anqp_match(anqp, rc_id, rc_len);
    [all...]

Completed in 297 milliseconds