Home
last modified time | relevance | path

Searched refs:maxBatchReportLatencyUs (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java145 int delayUs, Handler handler, int maxBatchReportLatencyUs, int reservedFlags) { in registerListenerImpl() argument
155 if (maxBatchReportLatencyUs < 0 || delayUs < 0) { in registerListenerImpl()
177 if (!queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs)) { in registerListenerImpl()
184 return queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs); in registerListenerImpl()
631 int maxBatchReportLatencyUs); in nativeEnableSensor() argument
661 Sensor sensor, int delayUs, int maxBatchReportLatencyUs) { in addSensor() argument
669 if (enableSensor(sensor, delayUs, maxBatchReportLatencyUs) != 0) { in addSensor()
671 if (maxBatchReportLatencyUs == 0 || in addSensor()
672 maxBatchReportLatencyUs > 0 && enableSensor(sensor, delayUs, 0) != 0) { in addSensor()
741 Sensor sensor, int rateUs, int maxBatchReportLatencyUs) { in enableSensor() argument
[all …]
/frameworks/native/services/sensorservice/hidl/
DEventQueue.cpp77 int64_t maxBatchReportLatencyUs) { in enableSensor() argument
79 maxBatchReportLatencyUs, 0 /* reserved flags */)); in enableSensor()
DEventQueue.h48 …leSensor(int32_t sensorHandle, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) override;
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorEventQueue.cpp47 int64_t maxBatchReportLatencyUs) { in registerSensor() argument
51 maxBatchReportLatencyUs); in registerSensor()
DASensorEventQueue.h49 int64_t maxBatchReportLatencyUs);
DASensorManager.cpp305 int64_t maxBatchReportLatencyUs) { in ASensorEventQueue_registerSensor() argument
309 sensor, samplingPeriodUs, maxBatchReportLatencyUs); in ASensorEventQueue_registerSensor()
/frameworks/hardware/interfaces/sensorservice/1.0/
DIEventQueue.hal33 * @param maxBatchReportLatencyUs
41 int64_t maxBatchReportLatencyUs)
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp138 int64_t maxBatchReportLatencyUs, int reservedFlags) const { in enableSensor() argument
140 us2ns(maxBatchReportLatencyUs), reservedFlags); in enableSensor()
/frameworks/base/native/android/
Dsensor.cpp209 int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) { in ASensorEventQueue_registerSensor() argument
212 if (samplingPeriodUs < 0 || maxBatchReportLatencyUs < 0) { in ASensorEventQueue_registerSensor()
219 maxBatchReportLatencyUs, 0); in ASensorEventQueue_registerSensor()
/frameworks/native/libs/sensor/include/sensor/
DSensorEventQueue.h87 status_t enableSensor(int32_t handle, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs,
/frameworks/native/include_sensor/android/
Dsensor.h538 int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs);
/frameworks/native/include/android/
Dsensor.h538 int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs);