Searched refs:maxBatchReportLatencyUs (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceSensorManager.java | 264 int delayUs, int maxBatchReportLatencyUs, Handler handler) { in InputSensorEventListenerDelegate() argument 268 mMaxBatchReportLatencyUs = maxBatchReportLatencyUs; in InputSensorEventListenerDelegate() 424 int delayUs, int maxBatchReportLatencyUs, Handler handler) { in registerListenerInternal() argument 428 + " maxBatchReportLatencyUs=" + maxBatchReportLatencyUs); in registerListenerInternal() 445 if (maxBatchReportLatencyUs < 0 || delayUs < 0) { in registerListenerInternal() 459 maxBatchReportLatencyUs)) { in registerListenerInternal() 480 maxBatchReportLatencyUs, in registerListenerInternal() 592 int delayUs, Handler handler, int maxBatchReportLatencyUs, int reservedFlags) { in registerListenerImpl() argument 594 maxBatchReportLatencyUs, handler); in registerListenerImpl()
|
H A D | InputManager.java | 1084 int maxBatchReportLatencyUs) { in enableSensor() argument 1086 maxBatchReportLatencyUs); in enableSensor()
|
H A D | IInputManager.aidl | 194 int maxBatchReportLatencyUs); in enableSensor() argument
|
H A D | InputManagerGlobal.java | 948 int maxBatchReportLatencyUs) { in enableSensor() argument 951 maxBatchReportLatencyUs); in enableSensor()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SystemSensorManager.java | 242 int delayUs, Handler handler, int maxBatchReportLatencyUs, int reservedFlags) { in registerListenerImpl() argument 252 if (maxBatchReportLatencyUs < 0 || delayUs < 0) { in registerListenerImpl() 275 if (!queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs)) { in registerListenerImpl() 282 return queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs); in registerListenerImpl() 785 int maxBatchReportLatencyUs); in nativeEnableSensor() argument 817 Sensor sensor, int delayUs, int maxBatchReportLatencyUs) { in addSensor() argument 825 if (enableSensor(sensor, delayUs, maxBatchReportLatencyUs) != 0) { in addSensor() 827 if (maxBatchReportLatencyUs == 0 in addSensor() 828 || maxBatchReportLatencyUs > 0 && enableSensor(sensor, delayUs, 0) != 0) { in addSensor() 897 Sensor sensor, int rateUs, int maxBatchReportLatencyUs) { in enableSensor() argument [all …]
|
/aosp14/frameworks/base/native/android/ |
H A D | sensor.cpp | 220 int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) { in ASensorEventQueue_registerSensor() argument 223 if (samplingPeriodUs < 0 || maxBatchReportLatencyUs < 0) { in ASensorEventQueue_registerSensor() 230 maxBatchReportLatencyUs, 0); in ASensorEventQueue_registerSensor()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | NativeInputManagerService.java | 211 int maxBatchReportLatencyUs); in enableSensor() argument 476 int maxBatchReportLatencyUs); in enableSensor() argument
|
H A D | InputManagerService.java | 1933 int maxBatchReportLatencyUs) { in enableSensor() argument 1936 maxBatchReportLatencyUs); in enableSensor()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 2523 jint maxBatchReportLatencyUs) { in nativeEnableSensor() argument 2530 std::chrono::microseconds(maxBatchReportLatencyUs)); in nativeEnableSensor()
|