Searched refs:pdu (Results 1 - 12 of 12) sorted by relevance

/system/bt/stack/include/
H A Davrc_defs.h1097 uint8_t pdu; member in struct:__anon967
1099 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1105 uint8_t pdu; member in struct:__anon968
1107 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1113 uint8_t pdu; member in struct:__anon969
1115 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1122 uint8_t pdu; member in struct:__anon970
1124 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1131 uint8_t pdu; member in struct:__anon971
1133 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1140 uint8_t pdu; member in struct:__anon972
1150 uint8_t pdu; member in struct:__anon973
1159 uint8_t pdu; member in struct:__anon974
1167 uint8_t pdu; member in struct:__anon975
1176 uint8_t pdu; member in struct:__anon976
1185 uint8_t pdu; member in struct:__anon977
1193 uint8_t pdu; member in struct:__anon978
1201 uint8_t pdu; member in struct:__anon979
1209 uint8_t pdu; member in struct:__anon980
1221 uint8_t pdu; member in struct:__anon981
1231 uint8_t pdu; member in struct:__anon982
1243 uint8_t pdu; member in struct:__anon983
1251 uint8_t pdu; member in struct:__anon984
1261 uint8_t pdu; member in struct:__anon985
1271 uint8_t pdu; member in struct:__anon986
1278 uint8_t pdu; member in struct:__anon987
1285 uint8_t pdu; member in struct:__anon988
1292 uint8_t pdu; member in union:__anon989
1323 uint8_t pdu; member in struct:__anon990
1334 uint8_t pdu; member in struct:__anon991
1344 uint8_t pdu; member in struct:__anon992
1354 uint8_t pdu; member in struct:__anon993
1364 uint8_t pdu; member in struct:__anon994
1374 uint8_t pdu; member in struct:__anon995
1414 uint8_t pdu; member in struct:__anon999
1424 uint8_t pdu; member in struct:__anon1000
1433 uint8_t pdu; member in struct:__anon1001
1446 uint8_t pdu; member in struct:__anon1002
1457 uint8_t pdu; member in struct:__anon1003
1466 uint8_t pdu; member in struct:__anon1004
1476 uint8_t pdu; member in struct:__anon1005
1486 uint8_t pdu; member in struct:__anon1006
1495 uint8_t pdu; member in struct:__anon1007
1503 uint8_t pdu; member in struct:__anon1008
1510 uint8_t pdu; member in union:__anon1009
[all...]
/system/bt/stack/avrc/
H A Davrc_utils.cc181 * Description This function returns the opcode of the given pdu
186 uint8_t avrc_opcode_from_pdu(uint8_t pdu) { argument
189 switch (pdu) {
217 * Description This function returns the opcode of the given pdu
H A Davrc_pars_ct.cc60 BE_STREAM_TO_UINT8(p_result->pdu, p);
63 AVRC_TRACE_DEBUG("%s ctype:0x%x pdu:0x%x, len:%d/0x%x", __func__,
64 p_msg->hdr.ctype, p_result->pdu, len, len);
70 switch (p_result->pdu) {
156 uint8_t pdu; local
165 /* read the pdu */
166 BE_STREAM_TO_UINT8(pdu, p);
171 AVRC_TRACE_DEBUG("%s pdu %d", __func__, pdu);
177 switch (pdu) {
[all...]
H A Davrc_pars_tg.cc48 p_result->pdu = *p++;
49 AVRC_TRACE_DEBUG("%s pdu:0x%x", __func__, p_result->pdu);
50 if (!AVRC_IsValidAvcType(p_result->pdu, p_msg->hdr.ctype)) {
64 switch (p_result->pdu) {
115 p_result->pdu = *p++;
116 AVRC_TRACE_DEBUG("%s pdu:0x%x", __func__, p_result->pdu);
117 if (!AVRC_IsValidAvcType(p_result->pdu, p_msg->hdr.ctype)) {
133 switch (p_result->pdu) {
[all...]
H A Davrc_int.h89 #define AVRC_MIN_META_HDR_SIZE 4 /* pdu id(1), packet type(1), param len(2) */
90 #define AVRC_MIN_BROWSE_HDR_SIZE 3 /* pdu id(1), param len(2) */
167 extern BT_HDR* avrc_alloc_ctrl_pkt(uint8_t pdu);
170 extern uint8_t avrc_opcode_from_pdu(uint8_t pdu);
H A Davrc_bld_ct.cc47 p_data = p_start + 2; /* pdu + rsvd */
79 p_data = p_start + 2; /* pdu + rsvd */
105 p_data = p_start + 2; /* pdu + rsvd */
128 uint8_t* p_data = p_start + 2; /* pdu + rsvd */
149 uint8_t* p_data = p_start + 2; /* pdu + rsvd */
170 uint8_t* p_data = p_start + 2; /* pdu + rsvd */
193 uint8_t* p_data = p_start + 2; /* pdu + rsvd */
221 uint8_t* p_data = p_start + 2; /* pdu + rsvd */
253 uint8_t* p_data = p_start + 2; /* pdu + rsvd */
282 uint8_t* p_data = p_start + 2; /* pdu
[all...]
H A Davrc_api.cc289 /* 4=pdu, pkt_type & len */
328 p_data++; /* pdu */
330 /* 4=pdu, pkt_type & len */
370 AVRC_TRACE_ERROR("commands must be in single packet pdu:0x%x", *p_data);
402 /* the pdu id does not match - reject the command using the current
405 "%s continue pdu: 0x%x does not match the current pdu: 0x%x",
431 p_data += AVRC_VENDOR_HDR_SIZE; /* pdu */
556 p_data = p_msg->p_vendor_data + 1; /* skip pdu */
585 avrc_cmd.pdu
910 uint8_t pdu, pkt_type, target_pdu; local
[all...]
H A Davrc_bld_tg.cc70 p_data = p_len = p_start + 2; /* pdu + rsvd */
129 p_data = p_len = p_start + 2; /* pdu + rsvd */
175 p_data = p_len = p_start + 2; /* pdu + rsvd */
224 p_data = p_len = p_start + 2; /* pdu + rsvd */
294 p_data = p_len = p_start + 2; /* pdu + rsvd */
565 p_data = p_len = p_start + 2; /* pdu + rsvd */
685 uint8_t* p_data = (p_start + 2); /* Skip the pdu and reserved bits */
753 AVRC_TRACE_API("%s: status=%d, pdu:x%x, opcode=%x", __func__, p_rsp->status,
754 p_rsp->pdu, opcode);
768 AVRC_TRACE_DEBUG("%s pdu
[all...]
/system/bt/btif/include/
H A Dbtif_util.h64 const char* dump_rc_pdu(uint8_t pdu);
/system/bt/btif/src/
H A Dbtif_rc.cc250 static void send_reject_response(uint8_t rc_handle, uint8_t label, uint8_t pdu,
252 static uint8_t opcode_from_pdu(uint8_t pdu);
913 __func__, pmeta_msg->code, avrc_command.cmd.pdu,
922 avrc_command.pdu, status,
927 if (avrc_command.cmd.pdu == AVRC_PDU_REGISTER_NOTIFICATION) {
939 BTIF_TRACE_EVENT("%s: Passing received metamsg command to app. pdu: %s",
940 __func__, dump_rc_pdu(avrc_command.cmd.pdu));
945 btif_rc_upstreams_evt((uint16_t)avrc_command.cmd.pdu, &avrc_command,
1163 static void send_reject_response(uint8_t rc_handle, uint8_t label, uint8_t pdu, argument
1171 avrc_rsp.rsp.pdu
1313 opcode_from_pdu(uint8_t pdu) argument
[all...]
H A Dbtif_util.cc503 const char* dump_rc_pdu(uint8_t pdu) { argument
504 switch (pdu) {
/system/bt/bta/av/
H A Dbta_av_act.cc742 uint8_t u8, pdu, *p; local
747 pdu = *(p_vendor->p_vendor_data);
748 p_rc_rsp->pdu = pdu;
768 } else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype)) {
769 APPL_TRACE_DEBUG("Invalid pdu/ctype: 0x%x, %d", pdu, p_vendor->hdr.ctype);
774 switch (pdu) {

Completed in 2349 milliseconds