Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_bld_tg.c524 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status); in avrc_bld_get_play_status_rsp()
559 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) || in avrc_bld_notify_rsp()
560 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR) ) in avrc_bld_notify_rsp()
562 UINT8_TO_BE_STREAM(p_data, p_rsp->param.play_status); in avrc_bld_notify_rsp()
/system/bt/btif/src/
Dbtif_rc.c1296 static bt_status_t get_play_status_rsp(btrc_play_status_t play_status, uint32_t song_len, in get_play_status_rsp() argument
1304 avrc_rsp.get_play_status.play_status = play_status; in get_play_status_rsp()
1386 avrc_rsp.reg_notif.param.play_status = p_param->play_status; in register_notification_rsp()
1387 if (avrc_rsp.reg_notif.param.play_status == PLAY_STATUS_PLAYING) in register_notification_rsp()
/system/bt/stack/include/
Davrc_defs.h919 …UINT8 play_status; /* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PL… member
1271 UINT8 play_status; member
1295 tAVRC_PLAYSTATE play_status; member