summaryrefslogtreecommitdiff
path: root/camera/provider/aidl/vts/camera_aidl_test.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2023-01-15 14:37:41 -0800
committerLinux Build Service Account <lnxbuild@localhost>2023-01-15 14:37:41 -0800
commit2bc41ae7df3e9f757055dbc9f48d745af725dac0 (patch)
tree142a3767bf6b65065cde85b8917a869ef74c4c6b /camera/provider/aidl/vts/camera_aidl_test.h
parentf177343e18479a9420a73aa1a1be56cce1714253 (diff)
parent32336a56e5d1852850d84aea35ab584ed6ce84a2 (diff)
Merge 32336a56e5d1852850d84aea35ab584ed6ce84a2 on remote branch
Change-Id: I37ba79726c479d04e9162c56d714be12964d0ad5
Diffstat (limited to 'camera/provider/aidl/vts/camera_aidl_test.h')
-rw-r--r--camera/provider/aidl/vts/camera_aidl_test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/camera/provider/aidl/vts/camera_aidl_test.h b/camera/provider/aidl/vts/camera_aidl_test.h
index ac4b2c9d0e..d828cee4a8 100644
--- a/camera/provider/aidl/vts/camera_aidl_test.h
+++ b/camera/provider/aidl/vts/camera_aidl_test.h
@@ -399,6 +399,10 @@ class CameraAidlTest : public ::testing::TestWithParam<std::string> {
// Result metadata
::android::hardware::camera::common::V1_0::helper::CameraMetadata collectedResult;
+ // Inflight buffers
+ using OutstandingBuffers = std::unordered_map<uint64_t, buffer_handle_t>;
+ std::vector<OutstandingBuffers> mOutstandingBufferIds;
+
// A copy-able StreamBuffer using buffer_handle_t instead of AIDLs NativeHandle
struct NativeStreamBuffer {
int32_t streamId;