summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--v3/EmulatedCameraFactory.cpp14
-rw-r--r--v3/fake-pipeline2/Sensor.cpp30
-rw-r--r--v3/fake-pipeline2/Sensor.h2
3 files changed, 45 insertions, 1 deletions
diff --git a/v3/fake-pipeline2/Sensor.h b/v3/fake-pipeline2/Sensor.h
index 4f6cc4c..05c1436 100644
--- a/v3/fake-pipeline2/Sensor.h
+++ b/v3/fake-pipeline2/Sensor.h
@@ -232,6 +232,7 @@ class Sensor: private Thread, public virtual RefBase {
// To simplify tracking sensor's current frame
void setFrameNumber(uint32_t frameNumber);
+ status_t force_reset_sensor();
/*
* Controls that cause reconfiguration delay
*/
@@ -356,6 +357,7 @@ class Sensor: private Thread, public virtual RefBase {
enum sensor_type_e mSensorType;
unsigned int mIoctlSupport;
unsigned int msupportrotate;
+ uint32_t mTimeOutCount;
/**
* Inherited Thread virtual overrides, and members only used by the