Lines Matching defs:displayId

45 ::android::hardware::graphics::composer::V2_1::Display toHwc2Display(int64_t displayId) {  in toHwc2Display()
74 bool ComposerResources::hasDisplay(int64_t displayId) { in hasDisplay()
79 HWC3::Error ComposerResources::addPhysicalDisplay(int64_t displayId) { in addPhysicalDisplay()
85 HWC3::Error ComposerResources::addVirtualDisplay(int64_t displayId, in addVirtualDisplay()
91 HWC3::Error ComposerResources::removeDisplay(int64_t displayId) { in removeDisplay()
96 HWC3::Error ComposerResources::setDisplayClientTargetCacheSize(int64_t displayId, in setDisplayClientTargetCacheSize()
102 HWC3::Error ComposerResources::getDisplayClientTargetCacheSize(int64_t displayId, in getDisplayClientTargetCacheSize()
108 HWC3::Error ComposerResources::getDisplayOutputBufferCacheSize(int64_t displayId, in getDisplayOutputBufferCacheSize()
114 HWC3::Error ComposerResources::addLayer(int64_t displayId, int64_t layerId, in addLayer()
123 HWC3::Error ComposerResources::removeLayer(int64_t displayId, int64_t layerId) { in removeLayer()
132 void ComposerResources::setDisplayMustValidateState(int64_t displayId, bool mustValidate) { in setDisplayMustValidateState()
137 bool ComposerResources::mustValidateDisplay(int64_t displayId) { in mustValidateDisplay()
143 int64_t displayId, const aidl::android::hardware::common::NativeHandle& handle, in getDisplayReadbackBuffer()
150 HWC3::Error ComposerResources::getDisplayClientTarget(int64_t displayId, const Buffer& buffer, in getDisplayClientTarget()
167 HWC3::Error ComposerResources::getDisplayOutputBuffer(int64_t displayId, const Buffer& buffer, in getDisplayOutputBuffer()
184 HWC3::Error ComposerResources::getLayerBuffer(int64_t displayId, int64_t layerId, in getLayerBuffer()
206 int64_t displayId, int64_t layerId, const aidl::android::hardware::common::NativeHandle& handle, in getLayerSidebandStream()