OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_length
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/wps/
ndef.c
32
u8
type_length
;
member in struct:ndef_record
46
record->
type_length
= *pos++;
65
record->type = record->
type_length
== 0 ? NULL : pos;
66
pos += record->
type_length
;
105
u8
type_length
, void *id,
121
total_len +=
type_length
+ id_length + payload_length;
136
wpabuf_put_u8(record,
type_length
);
145
wpabuf_put_data(record, type,
type_length
);
154
if (record->
type_length
!= os_strlen(wifi_handover_type))
/external/bluetooth/bluez/audio/
unix.c
588
size_t codec_length,
type_length
, total_length;
local
592
type_length
= sizeof(codec_cap->media_codec_type);
593
total_length =
type_length
+ codec_length +
607
memcpy(codec->data, &codec_cap->media_codec_type,
type_length
);
608
memcpy(codec->data +
type_length
, codec_cap->data,
[
all
...]
Completed in 29 milliseconds