Home
last modified time | relevance | path

Searched refs:sendRuntimeSensorEventNative (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/sensors/
DSensorService.java63 private static native boolean sendRuntimeSensorEventNative(long ptr, int handle, int type, in sendRuntimeSensorEventNative() method in SensorService
127 return sendRuntimeSensorEventNative(mPtr, handle, type, timestampNanos, values); in sendSensorEvent()
/frameworks/base/services/core/jni/
Dcom_android_server_sensor_SensorService.cpp323 static jboolean sendRuntimeSensorEventNative(JNIEnv* env, jclass, jlong ptr, jint handle, jint type, in sendRuntimeSensorEventNative() function
342 reinterpret_cast<void*>(sendRuntimeSensorEventNative)},