Home
last modified time | relevance | path

Searched refs:notifySensorEvent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DCameraPrivacyLightControllerTest.java331 notifySensorEvent(cplc, elapsedTime, alsLuxValue); in testAlsThresholds()
333 notifySensorEvent(cplc, elapsedTime, alsLuxValue); in testAlsThresholds()
347 private void notifySensorEvent(CameraPrivacyLightController cplc, long timestamp, int value) { in notifySensorEvent() method in CameraPrivacyLightControllerTest
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h72 virtual void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType,
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h185 void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType,
DFakeInputDispatcherPolicy.cpp380 void FakeInputDispatcherPolicy::notifySensorEvent(int32_t deviceId, in notifySensorEvent() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp115 jmethodID notifySensorEvent; member
343 void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType,
1071 void NativeInputManager::notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent() function in android::NativeInputManager
1082 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySensorEvent, deviceId, in notifySensorEvent()
2892 GET_METHOD_ID(gServiceClassInfo.notifySensorEvent, clazz, "notifySensorEvent", "(IIIJ[F)V"); in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2338 private void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService
2354 mSensorEventListenersToNotify.get(i).notifySensorEvent(deviceId, sensorType, in notifySensorEvent()
3002 public void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService.SensorEventListenerRecord
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1985 mPolicy.notifySensorEvent(entry->deviceId, entry->sensorType, entry->accuracy, in dispatchSensorLocked()