Home
last modified time | relevance | path

Searched defs:DRMObjectManager (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_property.h221 struct DRMObjectManager { struct
223 void DumpById(uint32_t id) { object_pool_.at(id)->Dump(); } in DumpById()
224 void DumpAll() { in DumpAll()
229 size_t ApplyDirtyProperties(drmModeAtomicReq *req) { in ApplyDirtyProperties()
237 void ClearProperties() { in ClearProperties()
242 T* GetObject(uint32_t obj_id) { in GetObject()