Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/ndk_vendor/impl/
Dutils.h64 struct native_handle_ptr_wrapper { struct
67 native_handle_ptr_wrapper(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 {
DACameraCaptureSessionVendor.h41 android::acam::utils::native_handle_ptr_wrapper mWindow;
42 std::set<android::acam::utils::native_handle_ptr_wrapper> mSharedWindows;
DACaptureRequestVendor.h35 android::acam::utils::native_handle_ptr_wrapper mWindow;
DACameraDevice.h63 using utils::native_handle_ptr_wrapper;
218 …std::map<int, std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> mConfiguredOutputs;
DACameraDevice.cpp612 std::set<std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> outputSet; in configureStreamsLocked()
622 native_handle_ptr_wrapper wrap(anw); in configureStreamsLocked()
625 std::set<std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> addSet = outputSet; in configureStreamsLocked()