OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendPending
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.c
146
if (LlcpMac->
SendPending
)
149
LlcpMac->
SendPending
= FALSE;
184
LlcpMac->
SendPending
= FALSE;
219
LlcpMac->
SendPending
= FALSE;
231
if ((LlcpMac->
SendPending
) && (NULL != pfSendCB))
241
if(LlcpMac->
SendPending
)
263
LlcpMac->
SendPending
= FALSE;
309
LlcpMac->
SendPending
= TRUE;
323
LlcpMac->
SendPending
= TRUE;
332
LlcpMac->
SendPending
= TRUE
[
all
...]
phFriNfc_LlcpMac.h
186
uint8_t
SendPending
;
phFriNfc_LlcpMac.c
58
LlcpMac->
SendPending
= 0;
/external/chromium/net/websockets/
websocket_job.h
95
void
SendPending
();
websocket.cc
84
SendPending
();
177
NewRunnableMethod(this, &WebSocket::
SendPending
));
190
NewRunnableMethod(this, &WebSocket::
SendPending
));
211
void WebSocket::
SendPending
() {
434
SendPending
();
websocket.h
168
void
SendPending
();
websocket_job.cc
100
//
SendPending
() after current data was sent.
131
// Will close in
SendPending
.
209
FROM_HERE, NewRunnableMethod(this, &WebSocketJob::
SendPending
));
481
void WebSocketJob::
SendPending
() {
Completed in 59 milliseconds