Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_packet.cpp76 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_1, tmpPayload); in PopOctets1()
87 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_2, tmpPayload); in PopOctets2()
98 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_3, tmpPayload); in PopOctets3()
109 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_4, tmpPayload); in PopOctets4()
120 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_8, tmpPayload); in PopOctets8()
203 uint16_t AvrcCtPacket::PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload) in PopOctetsUpto8() function in OHOS::bluetooth::AvrcCtPacket
H A Davrcp_ct_packet.h313 static uint16_t PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_packet.cpp70 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_ONE_BIT, tmpPayload); in PopOctets1()
81 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_TWO_BITS, tmpPayload); in PopOctets2()
92 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_THREE_BITS, tmpPayload); in PopOctets3()
103 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_FOUR_BITS, tmpPayload); in PopOctets4()
114 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_EIGHT_BITS, tmpPayload); in PopOctets8()
197 uint16_t AvrcTgPacket::PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload) in PopOctetsUpto8() function in OHOS::bluetooth::AvrcTgPacket
H A Davrcp_tg_packet.h302 static uint16_t PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload);