Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 069953e7 authored by Peng Xu's avatar Peng Xu Committed by android-build-merger
Browse files

Merge "Sensor: Add more comments for ASensorEventQueue_registerSensor() function" am: 8d24d002

am: 36e86c37

Change-Id: Ic55880154809cdd8fb338011ad987841f9d09443
parents 4be16dcc 36e86c37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -397,6 +397,7 @@ int ASensorManager_destroyEventQueue(ASensorManager* manager, ASensorEventQueue*
/**
 * Enable the selected sensor with a specified sampling period and max batch report latency.
 * Returns a negative error code on failure.
 * Note: To disable the selected sensor, use ASensorEventQueue_disableSensor() same as before.
 */
int ASensorEventQueue_registerSensor(ASensorEventQueue* queue, ASensor const* sensor,
        int32_t samplingPeriodUs, int maxBatchReportLatencyUs);