Home
last modified time | relevance | path

Searched defs:JNIEnv (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNativeP2pDevice.cpp28 static jboolean nativeP2pDeviceDoConnect (JNIEnv*, jobject) in nativeP2pDeviceDoConnect() argument
35 static jboolean nativeP2pDeviceDoDisconnect (JNIEnv*, jobject) in nativeP2pDeviceDoDisconnect() argument
42 static jbyteArray nativeP2pDeviceDoTransceive (JNIEnv*, jobject, jbyteArray) in nativeP2pDeviceDoTransceive() argument
49 static jbyteArray nativeP2pDeviceDoReceive (JNIEnv*, jobject) in nativeP2pDeviceDoReceive() argument
56 static jboolean nativeP2pDeviceDoSend (JNIEnv*, jobject, jbyteArray) in nativeP2pDeviceDoSend() argument
DNativeNfcManager.cpp1197 static jint nfcManager_doGetLastError(JNIEnv*, jobject) in nfcManager_doGetLastError() argument
1215 static jboolean nfcManager_doDeinitialize (JNIEnv*, jobject) in nfcManager_doDeinitialize() argument
1338 static jobject nfcManager_doCreateLlcpConnectionlessSocket (JNIEnv *, jobject, jint nSap, jstring /… in nfcManager_doCreateLlcpConnectionlessSocket() argument
1389 static jboolean nfcManager_doCheckLlcp(JNIEnv*, jobject) in nfcManager_doCheckLlcp() argument
1405 static jboolean nfcManager_doActivateLlcp(JNIEnv*, jobject) in nfcManager_doActivateLlcp() argument
1421 static void nfcManager_doAbort(JNIEnv*, jobject) in nfcManager_doAbort() argument
1437 static jboolean nfcManager_doDownload(JNIEnv*, jobject) in nfcManager_doDownload() argument
1459 static void nfcManager_doResetTimeouts(JNIEnv*, jobject) in nfcManager_doResetTimeouts() argument
1479 static bool nfcManager_doSetTimeout(JNIEnv*, jobject, jint tech, jint timeout) in nfcManager_doSetTimeout() argument
1504 static jint nfcManager_doGetTimeout(JNIEnv*, jobject, jint tech) in nfcManager_doGetTimeout() argument
[all …]
DNativeNfcTag.cpp476 static jint nativeNfcTag_doConnect (JNIEnv*, jobject, jint targetHandle) in nativeNfcTag_doConnect() argument
674 static jint nativeNfcTag_doReconnect (JNIEnv*, jobject) in nativeNfcTag_doReconnect() argument
736 static jboolean nativeNfcTag_doDisconnect (JNIEnv*, jobject) in nativeNfcTag_doDisconnect() argument
943 static jint nativeNfcTag_doGetNdefType (JNIEnv*, jobject, jint libnfcType, jint javaType) in nativeNfcTag_doGetNdefType() argument
1212 static jboolean nativeNfcTag_doPresenceCheck (JNIEnv*, jobject) in nativeNfcTag_doPresenceCheck() argument
1291 static jboolean nativeNfcTag_doIsNdefFormatable (JNIEnv*, in nativeNfcTag_doIsNdefFormatable() argument
1355 static jboolean nativeNfcTag_doNdefFormat (JNIEnv*, jobject, jbyteArray) in nativeNfcTag_doNdefFormat() argument
1420 static jboolean nativeNfcTag_doMakeReadonly (JNIEnv*, jobject, jbyteArray) in nativeNfcTag_doMakeReadonly() argument
DRoutingManager.cpp578 int RoutingManager::com_android_nfc_cardemulation_doGetDefaultRouteDestination (JNIEnv*) in com_android_nfc_cardemulation_doGetDefaultRouteDestination() argument
583 int RoutingManager::com_android_nfc_cardemulation_doGetDefaultOffHostRouteDestination (JNIEnv*) in com_android_nfc_cardemulation_doGetDefaultOffHostRouteDestination() argument
588 int RoutingManager::com_android_nfc_cardemulation_doGetAidMatchingMode (JNIEnv*) in com_android_nfc_cardemulation_doGetAidMatchingMode() argument
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp1433 static void com_android_nfc_NfcManager_doResetTimeouts(JNIEnv*, jobject) { in com_android_nfc_NfcManager_doResetTimeouts() argument
1509 static bool com_android_nfc_NfcManager_doSetTimeout(JNIEnv*, jobject, in com_android_nfc_NfcManager_doSetTimeout() argument
1543 static jint com_android_nfc_NfcManager_doGetTimeout(JNIEnv*, jobject, in com_android_nfc_NfcManager_doGetTimeout() argument
1851 static jboolean com_android_nfc_NfcManager_doActivateLlcp(JNIEnv*, jobject) in com_android_nfc_NfcManager_doActivateLlcp() argument
2210 static jint com_android_nfc_NfcManager_doGetLastError(JNIEnv*, jobject) in com_android_nfc_NfcManager_doGetLastError() argument
2228 static void com_android_nfc_NfcManager_doAbort(JNIEnv*, jobject) in com_android_nfc_NfcManager_doAbort() argument
Dcom_android_nfc_NativeNfcTag.cpp495 static jint com_android_nfc_NativeNfcTag_doHandleReconnect(JNIEnv*, in com_android_nfc_NativeNfcTag_doHandleReconnect() argument
895 static jint com_android_nfc_NativeNfcTag_doGetNdefType(JNIEnv*, jobject, in com_android_nfc_NativeNfcTag_doGetNdefType() argument
Dcom_android_nfc.cpp161 struct nfc_jni_native_data* nfc_jni_get_nat_ext(JNIEnv*) in nfc_jni_get_nat_ext() argument