Searched refs:sendRuntimeSensorEventNative (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/sensors/ |
D | SensorService.java | 63 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/ |
D | com_android_server_sensor_SensorService.cpp | 323 static jboolean sendRuntimeSensorEventNative(JNIEnv* env, jclass, jlong ptr, jint handle, jint type, in sendRuntimeSensorEventNative() function 342 reinterpret_cast<void*>(sendRuntimeSensorEventNative)},
|