Home
last modified time | relevance | path

Searched refs:blob_ids_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmproperty.h83 std::vector<uint32_t> blob_ids_; variable
/aosp_15_r20/external/drm_hwcomposer/drm/
H A DDrmProperty.cpp60 blob_ids_.emplace_back(p->blob_ids[i]); in Init()
H A DDrmProperty.h96 std::vector<uint32_t> blob_ids_; variable
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmproperty.cpp57 for (int i = 0; i < p->count_blobs; ++i) blob_ids_.push_back(p->blob_ids[i]); in init()