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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c1258 memset(&(avrc_rsp.get_play_status), 0, sizeof(tAVRC_GET_PLAY_STATUS_RSP));
1259 avrc_rsp.get_play_status.song_len = song_len;
1260 avrc_rsp.get_play_status.song_pos = song_pos;
1261 avrc_rsp.get_play_status.play_status = play_status;
1263 avrc_rsp.get_play_status.pdu = AVRC_PDU_GET_PLAY_STATUS;
1264 avrc_rsp.get_play_status.opcode = opcode_from_pdu(AVRC_PDU_GET_PLAY_STATUS);
1265 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR;
1292 avrc_rsp.get_play_status.status = AVRC_STS_BAD_PARAM;
1306 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR;
1359 avrc_rsp.get_play_status
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h1186 tAVRC_CMD get_play_status; /* GetPlayStatus */ member in union:__anon1364
1400 tAVRC_GET_PLAY_STATUS_RSP get_play_status; /* GetPlayStatus */ member in union:__anon1383
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_bld_tg.c891 status = avrc_bld_get_play_status_rsp(&p_rsp->get_play_status, p_pkt);

Completed in 125 milliseconds