OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gNativeP2pDeviceClassName
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/nci/jni/
JavaClassConstants.h
38
extern const char*
gNativeP2pDeviceClassName
;
NativeP2pDevice.cpp
90
return jniRegisterNativeMethods (e,
gNativeP2pDeviceClassName
,
NativeNfcManager.cpp
93
const char*
gNativeP2pDeviceClassName
= "com/android/nfc/dhimpl/NativeP2pDevice";
607
if (nfc_jni_cache_object(e,
gNativeP2pDeviceClassName
, &(nat->cached_P2pDevice)) == -1)
[
all
...]
Completed in 333 milliseconds