Searched refs:objectId (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmAtomicRequest.cpp | 36 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()
|
D | DrmProperty.h | 61 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()
|
D | DrmAtomicRequest.h | 40 bool Set(uint32_t objectId, const DrmProperty& prop, uint64_t value);
|