HomeSort by relevance Sort by last modified time
    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 ALOGE("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 661 TRACE("phLibNfc_RemoteDev_Transceive(SMX)");
663 status = phLibNfc_RemoteDev_Transceive(handle, &transceive_info,
668 ALOGE("phLibNfc_RemoteDev_Transceive(SMX) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
671 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 ALOGE("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 51 milliseconds