OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phLibNfc_Llcp_SocketGetRemoteOptions
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpSocket.cpp
316
TRACE("
phLibNfc_Llcp_SocketGetRemoteOptions
(MIU)");
318
ret =
phLibNfc_Llcp_SocketGetRemoteOptions
(hLlcpSocket,
323
TRACE("
phLibNfc_Llcp_SocketGetRemoteOptions
(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
328
LOGW("
phLibNfc_Llcp_SocketGetRemoteOptions
(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
342
TRACE("
phLibNfc_Llcp_SocketGetRemoteOptions
(RW)");
344
ret =
phLibNfc_Llcp_SocketGetRemoteOptions
(hLlcpSocket,
349
TRACE("
phLibNfc_Llcp_SocketGetRemoteOptions
(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
354
LOGW("
phLibNfc_Llcp_SocketGetRemoteOptions
(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
/external/libnfc-nxp/src/
phLibNfc.h
[
all
...]
phLibNfc_llcp.c
540
NFCSTATUS
phLibNfc_Llcp_SocketGetRemoteOptions
( phLibNfc_Handle hSocket,
Completed in 432 milliseconds