mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
a3bba4c43c921a80cb89fd1addb00af55cf2bd95
Camera should flush pending requets and buffers correctly. Two new test cases will help with the verification of this method: - 'flushPreviewRequest' - Constructs a valid camera request and sends it to camera. The test will not wait for the request to complete instead it will call flush immediately. The results and notifications that follow are checked for consistency with expected behavior. - 'flushEmpty' - Triggers flush without any pending request. Check whether the camera behaves as expected. BUG: 32022758 Test: compile and run the gtest binary on device Change-Id: Iab9e37b3864491f970a783a68952a9c0c1703520
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%