HomeSort by relevance Sort by last modified time
    Searched refs:phLibNfc_Ndef_Write (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/jni/
com_android_nfc_NativeNdefTag.cpp 100 TRACE("phLibNfc_Ndef_Write()");
102 status = phLibNfc_Ndef_Write(handle, &nfc_jni_ndef_rw,nfc_jni_tag_rw_callback, (void *)e);
106 LOGE("phLibNfc_Ndef_Write() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
109 TRACE("phLibNfc_Ndef_Write() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
com_android_nfc_NativeNfcTag.cpp 251 TRACE("phLibNfc_Ndef_Write()");
255 status = phLibNfc_Ndef_Write(handle, &nfc_jni_ndef_rw,nfc_jni_tag_rw_callback, (void *)e);
259 LOGE("phLibNfc_Ndef_Write() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
262 TRACE("phLibNfc_Ndef_Write() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
  /external/libnfc-nxp/src/
phLibNfc.h     [all...]
phLibNfc_ndef_raw.c 353 NFCSTATUS phLibNfc_Ndef_Write(
499 /* Response callback for phLibNfc_Ndef_Write */
    [all...]

Completed in 38 milliseconds