Searched refs:notifySensorEvent (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/ |
H A 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
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 108 jmethodID notifySensorEvent; member 341 void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, 982 void NativeInputManager::notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent() function in android::NativeInputManager 993 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySensorEvent, deviceId, in notifySensorEvent() 2749 GET_METHOD_ID(gServiceClassInfo.notifySensorEvent, clazz, "notifySensorEvent", "(IIIJ[F)V"); in register_android_server_InputManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2428 private void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService 2444 mSensorEventListenersToNotify.get(i).notifySensorEvent(deviceId, sensorType, in notifySensorEvent() 3134 public void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService.SensorEventListenerRecord
|