OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preload_count
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/hci/src/
hci_mct.c
114
uint8_t
preload_count
; /* Count numbers of preload bytes */
member in struct:__anon736
398
p_return_buf->len = p_cb->rcv_acl.
preload_count
;
400
p_cb->rcv_acl.
preload_count
);
750
p_cb->
preload_count
= 1;
758
p_cb->preload_buffer[p_cb->
preload_count
++] = byte;
772
len = msg_len + p_cb->
preload_count
+ BT_HC_HDR_SIZE;
783
p_cb->p_rcv_msg->len = p_cb->
preload_count
;
785
p_cb->preload_buffer, p_cb->
preload_count
);
930
p_cb->
preload_count
= 1;
938
p_cb->preload_buffer[p_cb->
preload_count
++] = byte
[
all
...]
hci_h4.c
141
uint8_t
preload_count
; /* Count numbers of preload bytes */
member in struct:__anon733
403
p_return_buf->len = p_cb->
preload_count
;
405
p_cb->
preload_count
);
785
p_cb->
preload_count
= 0;
792
p_cb->preload_buffer[p_cb->
preload_count
++] = byte;
804
if (msg_len && (p_cb->
preload_count
== 4))
839
len = msg_len + p_cb->
preload_count
+ BT_HC_HDR_SIZE;
851
p_cb->p_rcv_msg->len = p_cb->
preload_count
;
853
p_cb->preload_buffer, p_cb->
preload_count
);
[
all
...]
/bionic/linker/
linker.cpp
1496
size_t
preload_count
= 0;
local
[
all
...]
Completed in 41 milliseconds