Home
last modified time | relevance | path

Searched refs:register_com_android_nfc_NativeLlcpSocket (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNfcJniUtil.h148 int register_com_android_nfc_NativeLlcpSocket(JNIEnv* e);
DNfcJniUtil.cpp56 if (android::register_com_android_nfc_NativeLlcpSocket(e) == -1) in JNI_OnLoad()
DNativeLlcpSocket.cpp239 int register_com_android_nfc_NativeLlcpSocket(JNIEnv* e) { in register_com_android_nfc_NativeLlcpSocket() function