OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phLibNfc_RemoteDev_Transceive
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Nfc/jni/
com_android_nfc_NativeP2pDevice.cpp
307
TRACE("
phLibNfc_RemoteDev_Transceive
(P2P)");
309
status =
phLibNfc_RemoteDev_Transceive
(handle, &transceive_info, nfc_jni_transceive_callback, (void *)&cb_data);
313
LOGE("
phLibNfc_RemoteDev_Transceive
(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
316
TRACE("
phLibNfc_RemoteDev_Transceive
(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
com_android_nfc_NativeNfcSecureElement.cpp
629
TRACE("
phLibNfc_RemoteDev_Transceive
(SMX)");
631
status =
phLibNfc_RemoteDev_Transceive
(handle, &transceive_info,
636
LOGE("
phLibNfc_RemoteDev_Transceive
(SMX) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
639
TRACE("
phLibNfc_RemoteDev_Transceive
(SMX) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
com_android_nfc_NativeNfcTag.cpp
832
TRACE("
phLibNfc_RemoteDev_Transceive
()");
834
status =
phLibNfc_RemoteDev_Transceive
(handle, &transceive_info,
839
LOGE("
phLibNfc_RemoteDev_Transceive
() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
845
TRACE("
phLibNfc_RemoteDev_Transceive
() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
[
all
...]
/external/libnfc-nxp/src/
phLibNfc.h
[
all
...]
phLibNfc_initiator.c
[
all
...]
Completed in 117 milliseconds