OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dsc_list
(Results
1 - 9
of
9
) sorted by null
/system/bt/bta/hh/
bta_hh_api.c
345
if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.
dsc_list
) {
347
p_buf->dscp_info.descriptor.
dsc_list
= (UINT8 *)(p_buf + 1);
348
memcpy(p_buf->dscp_info.descriptor.
dsc_list
,
349
dscp_info.descriptor.
dsc_list
,
352
p_buf->dscp_info.descriptor.
dsc_list
= NULL;
bta_hh_utils.c
138
osi_free_and_reset((void **)&p_cb->dscp_info.descriptor.
dsc_list
);
205
osi_free_and_reset((void **)&p_cb->dscp_info.descriptor.
dsc_list
);
208
p_cb->dscp_info.descriptor.
dsc_list
=
211
memcpy(p_cb->dscp_info.descriptor.
dsc_list
, p_dscp_info->
dsc_list
,
466
osi_free_and_reset((void **)&bta_hh_cb.kdev[xx].dscp_info.descriptor.
dsc_list
);
bta_hh_le.c
[
all
...]
/hardware/libhardware/include/hardware/
bt_hh.h
84
uint8_t
dsc_list
[BTHH_MAX_DSC_LEN];
member in struct:__anon32038
/system/bt/stack/include/
hiddefs.h
135
UINT8 *
dsc_list
;
member in struct:desc_info
/system/bt/btif/src/
btif_hh.c
530
dest->descriptor.
dsc_list
= (UINT8 *)osi_malloc(src->descriptor.dl_len);
532
memcpy(dest->descriptor.
dsc_list
, src->descriptor.
dsc_list
, src->descriptor.dl_len);
[
all
...]
btif_storage.c
[
all
...]
/system/bt/btif/include/
btif_storage.h
239
UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *
dsc_list
);
/system/bt/stack/hid/
hidh_api.c
142
p_nvi->dscp_info.
dsc_list
= (UINT8 *) &p_repdesc->attr_value;
Completed in 199 milliseconds