OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eSocket_State
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c
53
if((pSocketTable[i].
eSocket_State
>= phFriNfc_LlcpTransportSocket_eSocketBound) &&
65
pSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketBound;
178
pLlcpTransport->pSocketTable[i].
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketDefault;
258
switch(pLlcpTransport->pSocketTable[i].
eSocket_State
)
316
else if(pLlcpSocket->
eSocket_State
== phFriNfc_LlcpTransportSocket_eSocketDefault)
366
else if(pLlcpSocket->
eSocket_State
!= phFriNfc_LlcpTransportSocket_eSocketConnected)
447
if(pLlcpTransport->pSocketTable[index].
eSocket_State
== phFriNfc_LlcpTransportSocket_eSocketDefault)
514
pLlcpTransport->pSocketTable[index].
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketCreated;
597
else if(pLlcpSocket->
eSocket_State
!= phFriNfc_LlcpTransportSocket_eSocketCreated)
619
pLlcpSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketBound
[
all
...]
phFriNfc_LlcpTransport_Connection.c
112
switch(psTransport->pSocketTable[psTransport->socketIndex].
eSocket_State
)
117
psTransport->pSocketTable[psTransport->socketIndex].
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketConnected;
234
psLocalLlcpSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketAccepted;
257
psLocalLlcpSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketConnecting;
274
psLocalLlcpSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketDisconnecting;
546
psTransport->pSocketTable[index].
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketDefault;
772
if(psTransport->pSocketTable[index].
eSocket_State
== phFriNfc_LlcpTransportSocket_eSocketDefault && socketFound != TRUE)
791
pLlcpSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketBound;
795
else if(((psTransport->pSocketTable[index].
eSocket_State
== phFriNfc_LlcpTransportSocket_eSocketConnected)
796
|| (psTransport->pSocketTable[index].
eSocket_State
== phFriNfc_LlcpTransportSocket_eSocketAccepted)
[
all
...]
phFriNfc_LlcpTransport_Connectionless.c
116
pLlcpSocket->
eSocket_State
= phFriNfc_LlcpTransportSocket_eSocketDefault;
phFriNfc_LlcpTransport.h
154
phFriNfc_LlcpTransportSocket_eSocketState_t
eSocket_State
;
[
all
...]
Completed in 16 milliseconds