OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incoming_socket_head
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc.h
188
LIST_HEAD(, nfc_jni_listen_data)
incoming_socket_head
;
member in struct:nfc_jni_native_monitor
com_android_nfc_NativeLlcpServiceSocket.cpp
53
LIST_FOREACH(pListenData, &pMonitor->
incoming_socket_head
, entries)
com_android_nfc.cpp
205
LIST_INIT(&nfc_jni_native_monitor->
incoming_socket_head
);
com_android_nfc_NativeNfcManager.cpp
801
while (!LIST_EMPTY(&pMonitor->
incoming_socket_head
))
803
pListenData = LIST_FIRST(&pMonitor->
incoming_socket_head
);
859
LIST_INSERT_HEAD(&pMonitor->
incoming_socket_head
, pListenData, entries);
[
all
...]
Completed in 238 milliseconds