OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeFlushSensor
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_hardware_SensorManager.cpp
223
static jint
nativeFlushSensor
(JNIEnv *env, jclass clazz, jint eventQ) {
257
{"
nativeFlushSensor
",
259
(void*)
nativeFlushSensor
},
/frameworks/base/core/java/android/hardware/
SystemSensorManager.java
231
private static native int
nativeFlushSensor
(int eventQ);
300
return
nativeFlushSensor
(nSensorEventQueue);
Completed in 91 milliseconds