OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStaticLongField
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/jni/
jni_helper.h
105
jlong
getStaticLongField
(jobject obj, const char *name);
106
jlong
getStaticLongField
(jclass cls, const char *name);
jni_helper.cpp
177
jlong JNIHelper::
getStaticLongField
(jobject obj, const char *name)
180
return
getStaticLongField
(cls, name);
183
jlong JNIHelper::
getStaticLongField
(jclass cls, const char *name)
190
//ALOGE("
getStaticLongField
%s %p", name, cls);
191
return mEnv->
GetStaticLongField
(cls, field);
com_android_server_wifi_WifiNative.cpp
177
return (wifi_handle) helper.
getStaticLongField
(cls, WifiHandleVarName);
[
all
...]
Completed in 82 milliseconds