OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfc_jni_cache_object_local
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp
72
if (
nfc_jni_cache_object_local
(e, gNativeLlcpSocketClassName, &(clientSocket)) == -1)
NfcJniUtil.h
160
int
nfc_jni_cache_object_local
(JNIEnv *e, const char *className, jobject *cachedObj);
NfcJniUtil.cpp
147
** Function
nfc_jni_cache_object_local
154
int
nfc_jni_cache_object_local
(JNIEnv *e, const char *className, jobject *cachedObj)
function in namespace:android
NativeLlcpConnectionlessSocket.cpp
211
if (
nfc_jni_cache_object_local
(e, "com/android/nfc/LlcpPacket", &(llcpPacket)) == -1)
NativeNfcManager.cpp
[
all
...]
Completed in 1465 milliseconds