Searched defs:maxBatchReportLatencyUs (Results 1 - 6 of 6) sorted by relevance

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorEventQueue.cpp46 int64_t maxBatchReportLatencyUs) {
50 maxBatchReportLatencyUs);
63 sensor, SENSOR_DELAY_NORMAL, 0 /* maxBatchReportLatencyUs */);
71 sensor, samplingPeriodUs, 0 /* maxBatchReportLatencyUs */);
43 registerSensor( ASensorRef sensor, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) argument
H A DASensorManager.cpp308 int64_t maxBatchReportLatencyUs) {
312 sensor, samplingPeriodUs, maxBatchReportLatencyUs);
304 ASensorEventQueue_registerSensor( ASensorEventQueue* queue, ASensor const* sensor, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) argument
/frameworks/native/services/sensorservice/hidl/
H A DEventQueue.cpp77 int64_t maxBatchReportLatencyUs) {
79 maxBatchReportLatencyUs, 0 /* reserved flags */));
76 enableSensor(int32_t sensorHandle, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) argument
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp138 int64_t maxBatchReportLatencyUs, int reservedFlags) const {
140 us2ns(maxBatchReportLatencyUs), reservedFlags);
137 enableSensor(int32_t handle, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs, int reservedFlags) const argument
/frameworks/base/native/android/
H A Dsensor.cpp209 int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) {
212 if (samplingPeriodUs < 0 || maxBatchReportLatencyUs < 0) {
213 ERROR_INVALID_PARAMETER("samplingPeriodUs and maxBatchReportLatencyUs cannot be negative");
219 maxBatchReportLatencyUs, 0);
208 ASensorEventQueue_registerSensor(ASensorEventQueue* queue, ASensor const* sensor, int32_t samplingPeriodUs, int64_t maxBatchReportLatencyUs) argument
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java145 int delayUs, Handler handler, int maxBatchReportLatencyUs, int reservedFlags) {
155 if (maxBatchReportLatencyUs < 0 || delayUs < 0) {
156 Log.e(TAG, "maxBatchReportLatencyUs and delayUs should be non-negative");
178 if (!queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs)) {
185 return queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs);
633 int maxBatchReportLatencyUs);
663 Sensor sensor, int delayUs, int maxBatchReportLatencyUs) {
671 if (enableSensor(sensor, delayUs, maxBatchReportLatencyUs) != 0) {
673 if (maxBatchReportLatencyUs == 0
674 || maxBatchReportLatencyUs >
144 registerListenerImpl(SensorEventListener listener, Sensor sensor, int delayUs, Handler handler, int maxBatchReportLatencyUs, int reservedFlags) argument
632 nativeEnableSensor(long eventQ, int handle, int rateUs, int maxBatchReportLatencyUs) argument
662 addSensor( Sensor sensor, int delayUs, int maxBatchReportLatencyUs) argument
742 enableSensor( Sensor sensor, int rateUs, int maxBatchReportLatencyUs) argument
[all...]

Completed in 95 milliseconds