OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incoming_queue
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/message_loop/
message_loop_task_runner.cc
17
scoped_refptr<IncomingTaskQueue>
incoming_queue
)
18
: incoming_queue_(
incoming_queue
), valid_thread_id_(kInvalidThreadId) {
message_loop_task_runner.h
28
scoped_refptr<IncomingTaskQueue>
incoming_queue
);
/system/bt/btif/src/
btif_sock_rfc.cc
99
list_t*
incoming_queue
;
member in struct:__anon1804
127
rfc_slots[i].
incoming_queue
= list_new(osi_free);
128
CHECK(rfc_slots[i].
incoming_queue
!= NULL);
145
list_free(rfc_slots[i].
incoming_queue
);
146
rfc_slots[i].
incoming_queue
= NULL;
433
list_clear(slot->
incoming_queue
);
774
while (!list_is_empty(slot->
incoming_queue
)) {
775
BT_HDR* p_buf = (BT_HDR*)list_front(slot->
incoming_queue
);
785
list_remove(slot->
incoming_queue
, p_buf);
789
list_remove(slot->
incoming_queue
, p_buf)
[
all
...]
Completed in 2007 milliseconds