/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/ |
D | CameraPrivacyLightControllerTest.java | 331 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/ |
D | InputDispatcherPolicyInterface.h | 72 virtual void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType,
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 185 void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType,
|
D | FakeInputDispatcherPolicy.cpp | 380 void FakeInputDispatcherPolicy::notifySensorEvent(int32_t deviceId, in notifySensorEvent() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 115 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/ |
D | InputManagerService.java | 2338 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/ |
D | InputDispatcher.cpp | 1985 mPolicy.notifySensorEvent(entry->deviceId, entry->sensorType, entry->accuracy, in dispatchSensorLocked()
|