Home
last modified time | relevance | path

Searched refs:native_handle_ptr_wrapper (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A Dutils.h64 struct native_handle_ptr_wrapper { struct
67 native_handle_ptr_wrapper(const native_handle_t *nh) : mWindow(nh) { } in native_handle_ptr_wrapper() argument
69 native_handle_ptr_wrapper() = default;
73 bool operator ==(const native_handle_ptr_wrapper other) const {
77 bool operator != (const native_handle_ptr_wrapper& other) const {
81 bool operator < (const native_handle_ptr_wrapper& other) const {
85 bool operator > (const native_handle_ptr_wrapper& other) const {
H A DACameraCaptureSessionVendor.h41 android::acam::utils::native_handle_ptr_wrapper mWindow;
42 std::set<android::acam::utils::native_handle_ptr_wrapper> mSharedWindows;
H A DACaptureRequestVendor.h35 android::acam::utils::native_handle_ptr_wrapper mWindow;
H A DACameraDevice.h64 using utils::native_handle_ptr_wrapper;
219 …std::map<int, std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> mConfiguredOutputs;
H A DACameraDevice.cpp617 std::set<std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> outputSet; in configureStreamsLocked()
627 native_handle_ptr_wrapper wrap(anw); in configureStreamsLocked()
630 std::set<std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> addSet = outputSet; in configureStreamsLocked()