Home
last modified time | relevance | path

Searched refs:sendRuntimeSensorEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_sensor_SensorService.cpp61 jboolean sendRuntimeSensorEvent(JNIEnv* env, jint handle, jint type, jlong timestamp,
162 jboolean NativeSensorService::sendRuntimeSensorEvent(JNIEnv* env, jint handle, jint type, in sendRuntimeSensorEvent() function in android::NativeSensorService
233 status_t err = mService->sendRuntimeSensorEvent(event); in sendRuntimeSensorEvent()
326 return service->sendRuntimeSensorEvent(env, handle, type, timestamp, values); in sendRuntimeSensorEventNative()
/frameworks/native/services/sensorservice/
DSensorService.h198 status_t sendRuntimeSensorEvent(const sensors_event_t& event) ANDROID_API;
DSensorService.cpp246 status_t SensorService::sendRuntimeSensorEvent(const sensors_event_t& event) { in sendRuntimeSensorEvent() function in android::SensorService