Searched refs:native_handle_ptr_wrapper (Results 1 – 5 of 5) sorted by relevance
64 struct native_handle_ptr_wrapper { struct67 native_handle_ptr_wrapper(native_handle_t *nh) : mWindow(nh) { } in native_handle_ptr_wrapper() argument69 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 {
41 android::acam::utils::native_handle_ptr_wrapper mWindow;42 std::set<android::acam::utils::native_handle_ptr_wrapper> mSharedWindows;
35 android::acam::utils::native_handle_ptr_wrapper mWindow;
63 using utils::native_handle_ptr_wrapper;218 …std::map<int, std::pair<native_handle_ptr_wrapper, OutputConfigurationWrapper>> mConfiguredOutputs;
612 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()