Searched refs:_p_player (Results 1 – 1 of 1) sorted by relevance
31 #define AVRC_ITEM_PLAYER_IS_VALID(_p_player) \ argument32 ((_p_player)->name.p_str && \33 ((_p_player)->major_type & AVRC_MJ_TYPE_INVALID) == 0 && \34 ((_p_player)->sub_type & AVRC_SUB_TYPE_INVALID) == 0 && \35 (((_p_player)->play_status <= AVRC_PLAYSTATE_REV_SEEK) || \36 ((_p_player)->play_status == AVRC_PLAYSTATE_ERROR)))