Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/sensors/
H A 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()
/aosp14/frameworks/base/services/core/jni/
H A 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)},