Home
last modified time | relevance | path

Searched defs:notifySensorEvent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/
DCameraPrivacyLightControllerTest.java347 private void notifySensorEvent(CameraPrivacyLightController cplc, long timestamp, int value) { in notifySensorEvent() method in CameraPrivacyLightControllerTest
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp380 void FakeInputDispatcherPolicy::notifySensorEvent(int32_t deviceId, in notifySensorEvent() function in android::FakeInputDispatcherPolicy
/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
3002 public void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService.SensorEventListenerRecord
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp115 jmethodID notifySensorEvent; member
1071 void NativeInputManager::notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent() function in android::NativeInputManager