Searched refs:play_status (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/avrc/
H A Davrc_bld_tg.cc36 (((_p_player)->play_status <= AVRC_PLAYSTATE_REV_SEEK) || \
37 ((_p_player)->play_status == AVRC_PLAYSTATE_ERROR)))
538 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status);
571 /* p_rsp->param.play_status >= AVRC_PLAYSTATE_STOPPED is always true */
572 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) ||
573 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR)) {
574 UINT8_TO_BE_STREAM(p_data, p_rsp->param.play_status);
980 UINT8_TO_BE_STREAM(p_data, p_player->play_status);
H A Davrc_pars_ct.cc112 BE_STREAM_TO_UINT8(p_rsp->param.play_status, p_stream);
217 BE_STREAM_TO_UINT8(player->play_status, p);
231 player->major_type, player->sub_type, player->play_status,
/system/bt/stack/include/
H A Davrc_defs.h1050 uint8_t play_status; /* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, member in struct:__anon970
1380 uint8_t play_status; member in struct:__anon1004
1401 tAVRC_PLAYSTATE play_status; member in union:__anon1007
/system/bt/btif/src/
H A Dbtif_rc.cc1809 btrc_play_status_t play_status,
1821 avrc_rsp.get_play_status.play_status = play_status;
1826 ((play_status != BTRC_PLAYSTATE_ERROR) ? AVRC_STS_NO_ERROR
1962 avrc_rsp.reg_notif.param.play_status = p_param->play_status;
1963 if (avrc_rsp.reg_notif.param.play_status == PLAY_STATUS_PLAYING)
2090 item.u.player.play_status = cur_item->player.play_status;
3274 if (p_rsp->param.play_status
[all...]

Completed in 38 milliseconds