Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDrmAtomicRequest.cpp36 bool DrmAtomicRequest::Set(uint32_t objectId, const DrmProperty& prop, uint64_t value) { in Set() argument
37 int ret = drmModeAtomicAddProperty(mRequest, objectId, prop.getId(), value); in Set()
DDrmProperty.h61 bool LoadDrmProperties(::android::base::borrowed_fd drmFd, uint32_t objectId, uint32_t objectType, in LoadDrmProperties() argument
63 auto drmProperties = drmModeObjectGetProperties(drmFd.get(), objectId, objectType); in LoadDrmProperties()
DDrmAtomicRequest.h40 bool Set(uint32_t objectId, const DrmProperty& prop, uint64_t value);