-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/vplay 11066 rialto app #727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev_sprint_25_2
Are you sure you want to change the base?
Conversation
…ration/testing Reason for Change: new rialtoTest app Test Guidance: see ticket Risk: low Signed-off-by: Philip Stroffolino <[email protected]>
Signed-off-by: Philip Stroffolino <[email protected]>
Signed-off-by: Philip Stroffolino <[email protected]>
…ing easier Signed-off-by: Philip Stroffolino <[email protected]>
Signed-off-by: Philip Stroffolino <[email protected]>
…ration/testing Reason for change: Do Not Merge - Device test Risks: Low Priority: P1 Signed-off-by: ryadav698 <[email protected]>
Signed-off-by: ryadav698 <[email protected]>
| * | ||
| * @retval if the encryption pattern has been set | ||
| */ | ||
| const bool getEncryptionPattern(uint32_t &crypt, uint32_t &skip) const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity Issue - Parse warning
type qualifier on return type is meaningless
Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE
| * | ||
| * @retval the media key session id. | ||
| */ | ||
| const int32_t getMediaKeySessionId() const { return m_mediaKeySessionId; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity Issue - Parse warning
type qualifier on return type is meaningless
Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE
| * | ||
| * @retval the initWithLast15 value. | ||
| */ | ||
| const uint32_t getInitWithLast15() const { return m_initWithLast15; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity Issue - Parse warning
type qualifier on return type is meaningless
Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE
| * | ||
| * @retval the segment alignment | ||
| */ | ||
| const SegmentAlignment getSegmentAlignment() const { return m_alignment; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity Issue - Parse warning
type qualifier on return type is meaningless
Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE
No description provided.