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

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_bld_tg.c524 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status);
558 /* p_rsp->param.play_status >= AVRC_PLAYSTATE_STOPPED is always TRUE */
559 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) ||
560 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR) )
562 UINT8_TO_BE_STREAM(p_data, p_rsp->param.play_status);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c1252 static bt_status_t get_play_status_rsp(btrc_play_status_t play_status, uint32_t song_len, argument
1261 avrc_rsp.get_play_status.play_status = play_status;
1344 avrc_rsp.reg_notif.param.play_status = p_param->play_status;
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h919 UINT8 play_status; /* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PLAYSTATE_PAUSED, AVRC_PLAYSTATE_FWD_SEEK, member in struct:__anon1337
1271 UINT8 play_status; member in struct:__anon1371
1295 tAVRC_PLAYSTATE play_status; member in union:__anon1374

Completed in 743 milliseconds