Lines Matching refs:key_state
807 if (p_remote_cmd->key_state == AVRC_STATE_PRESS) { in handle_rc_passthrough_cmd()
829 int pressed = (p_remote_cmd->key_state == AVRC_STATE_PRESS) ? 1 : 0; in handle_rc_passthrough_cmd()
863 const char* status = (p_remote_rsp->key_state == 1) ? "released" : "pressed"; in handle_rc_passthrough_rsp()
872 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()
897 int key_state; in handle_rc_vendorunique_rsp() local
898 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) { in handle_rc_vendorunique_rsp()
900 key_state = 1; in handle_rc_vendorunique_rsp()
903 key_state = 0; in handle_rc_vendorunique_rsp()
917 vendor_id, key_state)); in handle_rc_vendorunique_rsp()
1061 p_data->remote_cmd.key_state); in btif_rc_handler()
1071 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
1235 remote_cmd.key_state = AVRC_STATE_PRESS; in btif_rc_check_handle_pending_play()
1240 remote_cmd.key_state = AVRC_STATE_RELEASE; in btif_rc_check_handle_pending_play()
5232 uint8_t key_state) { in send_groupnavigation_cmd() argument
5236 key_state); in send_groupnavigation_cmd()
5250 (tBTA_AV_STATE)key_state, buffer, in send_groupnavigation_cmd()
5276 uint8_t key_code, uint8_t key_state) { in send_passthrough_cmd() argument
5286 key_state); in send_passthrough_cmd()
5291 (tBTA_AV_RC)key_code, (tBTA_AV_STATE)key_state); in send_passthrough_cmd()