OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeInitialize
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/view/
VelocityTracker.java
40
private static native long
nativeInitialize
(String strategy);
90
mPtr =
nativeInitialize
(strategy);
MotionEvent.java
[
all
...]
/frameworks/base/core/java/android/hardware/location/
ActivityRecognitionHardware.java
69
nativeInitialize
();
270
private native void
nativeInitialize
();
ContextHubService.java
82
private native ContextHubInfo[]
nativeInitialize
();
98
mContextHubInfo =
nativeInitialize
();
/frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp
940
static jobjectArray
nativeInitialize
(JNIEnv *env, jobject instance)
[
all
...]
Completed in 107 milliseconds