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.h223 struct DRMObjectManager { struct
225 void DumpById(uint32_t id) { object_pool_.at(id)->Dump(); } in DumpById()
226 void DumpAll() { in DumpAll()
231 size_t ApplyDirtyProperties(drmModeAtomicReq *req) { in ApplyDirtyProperties()
239 void ClearProperties() { in ClearProperties()
244 T* GetObject(uint32_t obj_id) { in GetObject()