OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vendor_len
(Results
1 - 11
of
11
) sorted by null
/system/bt/stack/avrc/
avrc_opt.cc
54
CHECK(AVRC_META_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->
vendor_len
));
57
CHECK(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->
vendor_len
));
68
if (p_msg->
vendor_len
&& p_msg->p_vendor_data)
69
memcpy(p_data, p_msg->p_vendor_data, p_msg->
vendor_len
);
70
p_cmd->len = (uint16_t)(p_data + p_msg->
vendor_len
- (uint8_t*)(p_cmd + 1) -
avrc_pars_tg.cc
57
if ((len + 4) != (p_msg->
vendor_len
)) {
110
if (p_msg->
vendor_len
== 0) return AVRC_STS_NO_ERROR;
124
if ((len + 4) != (p_msg->
vendor_len
)) {
126
p_msg->
vendor_len
);
avrc_api.cc
555
p_msg->
vendor_len
= p_pkt_new->len - AVRC_VENDOR_HDR_SIZE;
559
(p_msg->
vendor_len
- AVRC_MIN_META_HDR_SIZE));
756
p_msg->
vendor_len
= p_pkt->len - (p_data - p_begin);
[
all
...]
avrc_pars_ct.cc
55
if (p_msg->
vendor_len
== 0) return AVRC_STS_NO_ERROR;
/system/bt/bta/av/
bta_av_api.cc
455
p_buf->msg.
vendor_len
= len;
493
p_buf->msg.
vendor_len
= len;
bta_av_act.cc
258
data_len = (uint16_t)p_msg->vendor.
vendor_len
;
713
if ((u16 != 5) || (p_vendor->
vendor_len
!= 9)) {
752
if ((AVRC_MIN_META_CMD_LEN + p_vendor->
vendor_len
) > AVRC_META_CMD_BUF_SIZE) {
756
p_vendor->
vendor_len
);
766
p_vendor->
vendor_len
= 0;
782
if ((u16 != 1) || (p_vendor->
vendor_len
!= 5)) {
933
av.vendor_cmd.len = p_vendor->
vendor_len
;
[
all
...]
/system/bt/btif/src/
btif_av.cc
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
1248
size_t
vendor_len
= 0;
local
[
all
...]
/system/bt/stack/include/
avrc_defs.h
909
uint16_t
vendor_len
; \/* Length in bytes of vendor dependent data. *\/
member in struct:__anon113696
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h
463
uint16_t
vendor_len
; /**< */
member in struct:xcb_setup_t
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h
463
uint16_t
vendor_len
; /**< */
member in struct:xcb_setup_t
[
all
...]
Completed in 392 milliseconds