Home | History | Annotate | Download | only in jni

Lines Matching refs:phLibNfc_RemoteDev_FormatNdef

1134    TRACE("phLibNfc_RemoteDev_FormatNdef()");
1136 status = phLibNfc_RemoteDev_FormatNdef(handle, &keyBuffer, nfc_jni_formatndef_callback, (void *)&cb_data);
1141 ALOGE("phLibNfc_RemoteDev_FormatNdef() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
1144 TRACE("phLibNfc_RemoteDev_FormatNdef() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));