Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc2007 memset(&(avrc_rsp.get_play_status), 0, sizeof(tAVRC_GET_PLAY_STATUS_RSP)); in get_play_status_rsp()
2009 avrc_rsp.get_play_status.song_len = song_len; in get_play_status_rsp()
2010 avrc_rsp.get_play_status.song_pos = song_pos; in get_play_status_rsp()
2011 avrc_rsp.get_play_status.play_status = play_status; in get_play_status_rsp()
2013 avrc_rsp.get_play_status.pdu = AVRC_PDU_GET_PLAY_STATUS; in get_play_status_rsp()
2014 avrc_rsp.get_play_status.opcode = opcode_from_pdu(AVRC_PDU_GET_PLAY_STATUS); in get_play_status_rsp()
2015 avrc_rsp.get_play_status.status = in get_play_status_rsp()
2057 avrc_rsp.get_play_status.status = AVRC_STS_BAD_PARAM; in get_element_attr_rsp()
2071 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR; in get_element_attr_rsp()
2113 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR; in register_notification_rsp()
[all …]
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_ct.cc811 BE_STREAM_TO_UINT32(p_result->get_play_status.song_len, p); in avrc_ctrl_pars_vendor_rsp()
812 BE_STREAM_TO_UINT32(p_result->get_play_status.song_pos, p); in avrc_ctrl_pars_vendor_rsp()
813 BE_STREAM_TO_UINT8(p_result->get_play_status.play_status, p); in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1480 status = avrc_bld_get_play_status_rsp(&p_rsp->get_play_status, p_pkt); in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h1310 tAVRC_CMD get_play_status; /* GetPlayStatus */ member
1527 tAVRC_GET_PLAY_STATUS_RSP get_play_status; /* GetPlayStatus */ member