OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msg_data
(Results
1 - 5
of
5
) sorted by null
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java
212
* @param
msg_data
Message data. Message data size is defined by the length
215
public abstract void onEmulatorMessage(int msg_type, ByteBuffer
msg_data
);
655
final ByteBuffer
msg_data
= ByteBuffer.allocate(remains);
local
656
msg_data
.order(mEndian);
657
socket.receive(
msg_data
.array());
660
onEmulatorMessage(msg_type,
msg_data
);
/external/tcpdump/
print-olsr.c
161
olsr_print_lq_neighbor (const u_char *
msg_data
, u_int hello_len)
167
lq_neighbor = (struct olsr_lq_neighbor *)
msg_data
;
175
msg_data
+= sizeof(struct olsr_lq_neighbor);
184
olsr_print_neighbor (const u_char *
msg_data
, u_int hello_len)
195
printf("%s%s", ipaddr_string(
msg_data
),
198
msg_data
+= sizeof(struct in_addr);
219
const u_char *tptr, *
msg_data
;
local
273
msg_data
= tptr + sizeof(struct olsr_msg);
278
if (!TTEST2(*
msg_data
, sizeof(struct olsr_hello)))
281
ptr.hello = (struct olsr_hello *)
msg_data
;
[
all
...]
/bionic/libc/kernel/common/linux/
msm_q6venc.h
247
union venc_msg_data
msg_data
;
member in struct:venc_msg
/external/kernel-headers/original/linux/
msm_q6venc.h
238
union venc_msg_data
msg_data
;
member in struct:venc_msg
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
393
UINT8
msg_data
[NFA_MAX_HCI_EVENT_LEN]; /* For segmentation - the combined message data */
member in struct:__anon9292
Completed in 257 milliseconds