Skip to content

Feature/hdmi retry once#511

Open
balasaraswathy-n wants to merge 18 commits into
release/v0.15.2from
feature/HDMI_retry_once
Open

Feature/hdmi retry once#511
balasaraswathy-n wants to merge 18 commits into
release/v0.15.2from
feature/HDMI_retry_once

Conversation

@balasaraswathy-n
Copy link
Copy Markdown

Retry logic modified to be retrying only once after a sleep interval of 250 ms

@github-actions
Copy link
Copy Markdown

Pull request must be merged with a description containing the required fields,

Summary:
Type: Feature/Fix/Cleanup
Test Plan:
Jira:

If there is no jira releated to this change, please put 'Jira: NO-JIRA'.

Description can be changed by editing the top comment on your pull request and making a new commit.

@github-actions
Copy link
Copy Markdown

media/server/main/source/MediaKeysServerInternal.cpp:644:10: style: Local variable 'task' shadows outer variable [shadowVariable]
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/main/source/MediaKeysServerInternal.cpp:610:10: note: Shadowed declaration
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/main/source/MediaKeysServerInternal.cpp:644:10: note: Shadow variable
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/service/source/CdmService.cpp:506:5: style: Statements following 'return' will never be executed. [unreachableCode]
RIALTO_SERVER_LOG_ERROR("ping_cmd_service_is_exit");
^
nofile:0:0: information: Active checkers: 161/592 (use --checkers-report= to see details) [checkersReport]

@github-actions
Copy link
Copy Markdown

media/server/main/source/MediaKeysServerInternal.cpp:643:10: style: Local variable 'task' shadows outer variable [shadowVariable]
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/main/source/MediaKeysServerInternal.cpp:609:10: note: Shadowed declaration
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/main/source/MediaKeysServerInternal.cpp:643:10: note: Shadow variable
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/service/source/CdmService.cpp:506:5: style: Statements following 'return' will never be executed. [unreachableCode]
RIALTO_SERVER_LOG_ERROR("ping_cmd_service_is_exit");
^
nofile:0:0: information: Active checkers: 161/592 (use --checkers-report= to see details) [checkersReport]

@github-actions
Copy link
Copy Markdown

media/server/main/source/MediaKeysServerInternal.cpp:643:10: style: Local variable 'task' shadows outer variable [shadowVariable]
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/main/source/MediaKeysServerInternal.cpp:609:10: note: Shadowed declaration
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/main/source/MediaKeysServerInternal.cpp:643:10: note: Shadow variable
auto task = & { status = decryptInternal(keySessionId, encrypted, caps); };
^
media/server/service/source/CdmService.cpp:506:5: style: Statements following 'return' will never be executed. [unreachableCode]
RIALTO_SERVER_LOG_ERROR("ping_cmd_service_is_exit");
^
nofile:0:0: information: Active checkers: 161/592 (use --checkers-report= to see details) [checkersReport]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants