Home
last modified time | relevance | path

Searched refs:framing (Results 1 – 7 of 7) sorted by relevance

/external/qemu/android/
Dhw-qemud.c420 ABool framing, in qemud_serial_send() argument
435 if (framing) { in qemud_serial_send()
463 if (framing) { in qemud_serial_send()
469 framing = 0; in qemud_serial_send()
504 int framing; member
546 if (!c->framing) { in qemud_client_recv()
670 c->framing = 0; in qemud_client_alloc()
1088 qemud_serial_send(client->serial, client->channel, client->framing != 0, msg, msglen); in qemud_client_send()
1096 qemud_client_set_framing( QemudClient* client, int framing ) in qemud_client_set_framing() argument
1099 if (client->framing) { in qemud_client_set_framing()
[all …]
/external/mtpd/
Dpptp.c101 uint32_t framing; member
113 uint32_t framing; member
226 outgoing.sccrq.framing = htonl(3); in pptp_connect()
299 outgoing.ocrq.framing = htonl(3); in pptp_process()
/external/tremor/
DAndroid.mk11 Tremor/framing.c \
/external/tremor/Tremor/
DMakefile.am10 framing.c bitwise.c \
/external/qemu/docs/
DANDROID-QEMUD.TXT156 - Certain services also implement a simple framing protocol when exchanging
157 messages with their clients. The framing happens *after* serial port
166 This is needed because the framing protocol used on the serial port is
DANDROID-QEMUD-SERVICES.TXT51 All messages use the optional framing described in ANDROID-QEMUD.TXT.
/external/webkit/WebCore/
DChangeLog-2009-06-1622970 Fix for <rdar://problem/6226200> Implement Microsoft's X-FRAME-OPTIONS anti-framing defense