Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp65 static int32_t OnGetAttr(uint32_t attr, IpcIo *io, IpcIo *reply) in OnGetAttr() function
88 return OnGetAttr(product->GetQueueSize(), io, reply); in OnGetQueueSize()
103 return OnGetAttr(product->GetWidth(), io, reply); in OnGetWidth()
108 return OnGetAttr(product->GetHeight(), io, reply); in OnGetHeight()
121 return OnGetAttr(product->GetFormat(), io, reply); in OnGetFormat()
134 return OnGetAttr(product->GetStrideAlignment(), io, reply); in GetStrideAlignment()
139 return OnGetAttr(product->GetStride(), io, reply); in OnGetStride()
152 return OnGetAttr(product->GetSize(), io, reply); in OnGetSize()
165 return OnGetAttr(product->GetUsage(), io, reply); in OnGetUsage()