Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_bld_tg.c530 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status); in avrc_bld_get_play_status_rsp()
565 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) || in avrc_bld_notify_rsp()
566 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR) ) in avrc_bld_notify_rsp()
568 UINT8_TO_BE_STREAM(p_data, p_rsp->param.play_status); in avrc_bld_notify_rsp()
Davrc_pars_ct.c115 BE_STREAM_TO_UINT8(p_rsp->param.play_status, p_stream); in avrc_parse_notification_rsp()
/system/bt/stack/include/
Davrc_defs.h918 …UINT8 play_status; /* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PL… member
1270 UINT8 play_status; member
1294 tAVRC_PLAYSTATE play_status; member
/system/bt/btif/src/
Dbtif_rc.c1641 static bt_status_t get_play_status_rsp(btrc_play_status_t play_status, uint32_t song_len, in get_play_status_rsp() argument
1649 avrc_rsp.get_play_status.play_status = play_status; in get_play_status_rsp()
1731 avrc_rsp.reg_notif.param.play_status = p_param->play_status; in register_notification_rsp()
1732 if (avrc_rsp.reg_notif.param.play_status == PLAY_STATUS_PLAYING) in register_notification_rsp()
2429 if (p_rsp->param.play_status == AVRC_PLAYSTATE_PLAYING) in handle_notification_response()
2434 &rc_addr, p_rsp->param.play_status); in handle_notification_response()
2538 if (p_rsp->param.play_status == AVRC_PLAYSTATE_PLAYING) in handle_notification_response()
2547 &rc_addr, p_rsp->param.play_status); in handle_notification_response()