Searched defs:JNIEnv (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeP2pDevice.cpp | 28 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
|
D | NativeNfcManager.cpp | 1003 void nfcManager_disableDiscovery (JNIEnv*, jobject) in nfcManager_disableDiscovery() argument 1270 static jint nfcManager_doGetLastError(JNIEnv*, jobject) in nfcManager_doGetLastError() argument 1288 static jboolean nfcManager_doDeinitialize (JNIEnv*, jobject) in nfcManager_doDeinitialize() argument 1411 static jobject nfcManager_doCreateLlcpConnectionlessSocket (JNIEnv *, jobject, jint nSap, jstring /… in nfcManager_doCreateLlcpConnectionlessSocket() argument 1446 static void nfcManager_enableRoutingToHost(JNIEnv*, jobject) in nfcManager_enableRoutingToHost() argument 1471 static void nfcManager_disableRoutingToHost(JNIEnv*, jobject) in nfcManager_disableRoutingToHost() argument 1509 static void nfcManager_doSelectSecureElement(JNIEnv*, jobject) in nfcManager_doSelectSecureElement() argument 1549 static void nfcManager_doDeselectSecureElement(JNIEnv*, jobject) in nfcManager_doDeselectSecureElement() argument 1637 static jboolean nfcManager_doCheckLlcp(JNIEnv*, jobject) in nfcManager_doCheckLlcp() argument 1653 static jboolean nfcManager_doActivateLlcp(JNIEnv*, jobject) in nfcManager_doActivateLlcp() argument [all …]
|
D | NativeSecureElement.cpp | 49 static jint nativeNfcSecureElement_doOpenSecureElementConnection (JNIEnv*, jobject) in nativeNfcSecureElement_doOpenSecureElementConnection() argument 115 static jboolean nativeNfcSecureElement_doDisconnectSecureElementConnection (JNIEnv*, jobject, jint … in nativeNfcSecureElement_doDisconnectSecureElementConnection() argument
|
D | NativeNfcTag.cpp | 489 static jint nativeNfcTag_doConnect (JNIEnv*, jobject, jint targetHandle) in nativeNfcTag_doConnect() argument 691 static jint nativeNfcTag_doReconnect (JNIEnv*, jobject) in nativeNfcTag_doReconnect() argument 753 static jboolean nativeNfcTag_doDisconnect (JNIEnv*, jobject) in nativeNfcTag_doDisconnect() argument 971 static jint nativeNfcTag_doGetNdefType (JNIEnv*, jobject, jint libnfcType, jint javaType) in nativeNfcTag_doGetNdefType() argument 1254 static jboolean nativeNfcTag_doPresenceCheck (JNIEnv*, jobject) in nativeNfcTag_doPresenceCheck() argument 1347 static jboolean nativeNfcTag_doIsNdefFormatable (JNIEnv*, in nativeNfcTag_doIsNdefFormatable() argument 1403 static jboolean nativeNfcTag_doNdefFormat (JNIEnv*, jobject, jbyteArray) in nativeNfcTag_doNdefFormat() argument 1468 static jboolean nativeNfcTag_doMakeReadonly (JNIEnv*, jobject, jbyteArray) in nativeNfcTag_doMakeReadonly() argument
|