summaryrefslogtreecommitdiff
path: root/devices/EmulatedCamera/hwl/EmulatedRequestState.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/EmulatedCamera/hwl/EmulatedRequestState.h')
-rw-r--r--devices/EmulatedCamera/hwl/EmulatedRequestState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/devices/EmulatedCamera/hwl/EmulatedRequestState.h b/devices/EmulatedCamera/hwl/EmulatedRequestState.h
index 1987bfa..8bf5408 100644
--- a/devices/EmulatedCamera/hwl/EmulatedRequestState.h
+++ b/devices/EmulatedCamera/hwl/EmulatedRequestState.h
@@ -96,6 +96,7 @@ class EmulatedRequestState {
static const std::set<uint8_t> kSupportedCapabilites;
static const std::set<uint8_t> kSupportedHWLevels;
std::unique_ptr<HalCameraMetadata> static_metadata_;
+ static const std::vector<int64_t> kSupportedUseCases;
// android.blacklevel.*
uint8_t black_level_lock_ = ANDROID_BLACK_LEVEL_LOCK_ON;
@@ -128,6 +129,7 @@ class EmulatedRequestState {
bool supports_private_reprocessing_ = false;
bool supports_yuv_reprocessing_ = false;
bool supports_remosaic_reprocessing_ = false;
+ bool supports_stream_use_case_ = false;
// android.control.*
struct SceneOverride {