OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testAndSetSendPending
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c
121
if (!
testAndSetSendPending
(psTransport)) {
150
if (!
testAndSetSendPending
(psTransport))
180
if (!
testAndSetSendPending
(psTransport))
205
if (!
testAndSetSendPending
(psTransport))
313
if(
testAndSetSendPending
(pLlcpSocket->psTransport))
354
if(
testAndSetSendPending
(pLlcpSocket->psTransport))
[
all
...]
phFriNfc_LlcpTransport.h
301
bool_t
testAndSetSendPending
(phFriNfc_LlcpTransport_t* transport);
[
all
...]
phFriNfc_LlcpTransport.c
260
if(!
testAndSetSendPending
(psTransport))
531
bool_t
testAndSetSendPending
(phFriNfc_LlcpTransport_t* transport) {
572
if (!
testAndSetSendPending
(psTransport)) {
[
all
...]
Completed in 78 milliseconds