• Home
  • Raw
  • Download

Lines Matching refs:RequestedLayerState

48 RequestedLayerState::RequestedLayerState(const LayerCreationArgs& args)  in RequestedLayerState()  function in android::surfaceflinger::frontend::RequestedLayerState
59 changes |= RequestedLayerState::Changes::Created; in RequestedLayerState()
61 changes |= RequestedLayerState::Changes::Metadata; in RequestedLayerState()
67 changes |= RequestedLayerState::Changes::Mirror; in RequestedLayerState()
70 changes |= RequestedLayerState::Changes::Mirror; in RequestedLayerState()
131 void RequestedLayerState::merge(const ResolvedComposerState& resolvedComposerState) { in merge()
149 changes |= RequestedLayerState::Changes::Visibility | in merge()
150 RequestedLayerState::Changes::VisibleRegion; in merge()
153 changes |= RequestedLayerState::Changes::Geometry; in merge()
161 changes |= RequestedLayerState::Changes::Buffer; in merge()
166 changes |= RequestedLayerState::Changes::BufferSize; in merge()
167 changes |= RequestedLayerState::Changes::Geometry; in merge()
172 changes |= RequestedLayerState::Changes::Geometry | in merge()
173 RequestedLayerState::Changes::VisibleRegion | in merge()
174 RequestedLayerState::Changes::Visibility | RequestedLayerState::Changes::Input; in merge()
201 changes |= RequestedLayerState::Changes::SidebandStream; in merge()
204 changes |= RequestedLayerState::Changes::Geometry | in merge()
205 RequestedLayerState::Changes::VisibleRegion | in merge()
206 RequestedLayerState::Changes::Visibility | RequestedLayerState::Changes::Input; in merge()
211 changes |= RequestedLayerState::Changes::Visibility | in merge()
212 RequestedLayerState::Changes::VisibleRegion; in merge()
217 changes |= RequestedLayerState::Changes::Visibility | in merge()
218 RequestedLayerState::Changes::VisibleRegion; in merge()
222 changes |= RequestedLayerState::Changes::Hierarchy; in merge()
224 changes |= RequestedLayerState::Changes::Content; in merge()
226 changes |= RequestedLayerState::Changes::Geometry; in merge()
228 changes |= RequestedLayerState::Changes::AffectsChildren; in merge()
230 changes |= RequestedLayerState::Changes::Input; in merge()
232 changes |= RequestedLayerState::Changes::VisibleRegion; in merge()
240 changes |= RequestedLayerState::Changes::Z; in merge()
243 changes |= RequestedLayerState::Changes::Parent; in merge()
252 changes |= RequestedLayerState::Changes::RelativeParent; in merge()
263 changes |= RequestedLayerState::Changes::RelativeParent; in merge()
267 changes |= RequestedLayerState::Changes::RelativeParent; in merge()
296 changes |= RequestedLayerState::Changes::GameMode; in merge()
307 changes |= RequestedLayerState::Changes::FrameRate; in merge()
311 ui::Size RequestedLayerState::getUnrotatedBufferSize(uint32_t displayRotationFlags) const { in getUnrotatedBufferSize()
326 ui::Transform RequestedLayerState::getTransform(uint32_t displayRotationFlags) const { in getTransform()
361 std::string RequestedLayerState::getDebugString() const { in getDebugString()
373 std::string RequestedLayerState::getDebugStringShort() const { in getDebugStringShort()
377 bool RequestedLayerState::canBeDestroyed() const { in canBeDestroyed()
380 bool RequestedLayerState::isRoot() const { in isRoot()
383 bool RequestedLayerState::isHiddenByPolicy() const { in isHiddenByPolicy()
386 half4 RequestedLayerState::getColor() const { in getColor()
392 Rect RequestedLayerState::getBufferSize(uint32_t displayRotationFlags) const { in getBufferSize()
416 Rect RequestedLayerState::getCroppedBufferSize(const Rect& bufferSize) const { in getCroppedBufferSize()
426 Rect RequestedLayerState::getBufferCrop() const { in getBufferCrop()
441 aidl::android::hardware::graphics::composer3::Composition RequestedLayerState::getCompositionType() in getCompositionType()
460 Rect RequestedLayerState::reduce(const Rect& win, const Region& exclude) { in reduce()
475 bool RequestedLayerState::hasValidRelativeParent() const { in hasValidRelativeParent()
480 bool RequestedLayerState::hasInputInfo() const { in hasInputInfo()
489 bool RequestedLayerState::hasBlur() const { in hasBlur()
493 bool RequestedLayerState::hasFrameUpdate() const { in hasFrameUpdate()
498 bool RequestedLayerState::hasReadyFrame() const { in hasReadyFrame()
502 bool RequestedLayerState::hasSidebandStreamFrame() const { in hasSidebandStreamFrame()
506 bool RequestedLayerState::willReleaseBufferOnLatch() const { in willReleaseBufferOnLatch()
510 void RequestedLayerState::clearChanges() { in clearChanges()