Searched refs:sendRuntimeSensorEvent (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_sensor_SensorService.cpp | 61 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/ |
D | SensorService.h | 198 status_t sendRuntimeSensorEvent(const sensors_event_t& event) ANDROID_API;
|
D | SensorService.cpp | 246 status_t SensorService::sendRuntimeSensorEvent(const sensors_event_t& event) { in sendRuntimeSensorEvent() function in android::SensorService
|