Searched refs:setPending (Results 1 – 4 of 4) sorted by relevance
49 operation.setPending(); in promptUserConfirmation()
100 void setPending() { error_ = ResponseCode::OK; } in setPending() function
2038 mBlendMode.setPending(mode); in setBlendMode()2044 mColor.setPending(color); in setColor()2050 mCompositionType.setPending(type); in setCompositionType()2062 mDisplayFrame.setPending(frame); in setDisplayFrame()2068 mPlaneAlpha.setPending(alpha); in setPlaneAlpha()2074 mSidebandStream.setPending(stream); in setSidebandStream()2080 mSourceCrop.setPending(crop); in setSourceCrop()2086 mTransform.setPending(transform); in setTransform()2094 mVisibleRegion.setPending(std::move(visible)); in setVisibleRegion()
467 void setPending(T value) { in setPending() function