-
Notifications
You must be signed in to change notification settings - Fork 3
RDKEMW-6331 : Fix HdmiCecSink COM-RPC issues #217
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
Open
smanes0213
wants to merge
67
commits into
develop
Choose a base branch
from
feature/RDKEMW-6331
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,658
−4,177
Open
Changes from 60 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
bb067c1
RDKEMW-6331 : Fix HdmiCecSink COM-RPC issues
smanes0213 3eca45b
Update HdmiCecSinkImplementation.cpp
smanes0213 07bfb4d
Merge branch 'develop' into feature/RDKEMW-6331
smanes0213 545eac8
Update HdmiCecSinkImplementation.cpp
smanes0213 152368f
Add debug prints
smanes0213 94abdce
Merge branch 'develop' into feature/RDKEMW-6331
smanes0213 571d5d2
Added additional debug prints
smanes0213 8d0d0c2
resolved compilation errors
smanes0213 dcab426
Update HdmiCecSinkImplementation.cpp
smanes0213 6df9055
Resolved value assignment swap
smanes0213 5d0ce2c
Update HdmiCecSinkImplementation.cpp
smanes0213 b12baa5
Delete wpeframework.log
smanes0213 ac4b1c5
update HdmiCecSinkImplementation.h
smanes0213 c487463
Delete wpelatest.log
smanes0213 b8a9f0a
Resolved GetActiveRoute length issue
smanes0213 194d2c9
Merge branch 'develop' into feature/RDKEMW-6331
smanes0213 83c3ff8
Add additional logging to check SetActivePath functionality
smanes0213 c8d85b7
Remove all the debug prints from the HdmiCecSink Implementation file.
smanes0213 678ac0c
Rename the HdmiCecSinkSuccess structure objects.
smanes0213 409910c
Update HdmiCecSinkImplementation.cpp
smanes0213 fa780ab
Update CMakeLists.txt
smanes0213 4f72771
Update HdmiCecSink.cpp
smanes0213 86ac62a
Update HdmiCecSink.h
smanes0213 270f06c
Update HdmiCecSinkImplementation.cpp
smanes0213 afa7e5d
Update HdmiCecSinkImplementation.h
smanes0213 7125314
Update CMakeLists.txt
smanes0213 d89a839
Update CMakeLists.txt
smanes0213 c353722
Update HdmiCecSink.cpp
smanes0213 fd18b71
Update HdmiCecSink.h
smanes0213 49f15a3
Merge branch 'develop' into feature/RDKEMW-6331
smanes0213 6dc31de
Merge branch 'develop' into feature/RDKEMW-6331
smanes0213 ae4b94b
Merge branch 'develop' into feature/RDKEMW-6331
srikanth-vv ffa870a
Merge branch 'develop' into feature/RDKEMW-6331
smanes0213 e32f271
Update HdmiCecSinkImplementation.cpp
smanes0213 9b213aa
Update HdmiCecSinkImplementation.h
smanes0213 138302c
Remove Message suffix from CEC process
smanes0213 3753ddd
Update HdmiCecSourceImplementation.cpp
smanes0213 7c7e72a
Update HdmiCecSourceImplementation.h
smanes0213 edb1389
Update HdmiCecSourceImplementation.h
smanes0213 30cdebe
Delete newchanges.patch
smanes0213 ec512e7
Adding CCEC Namespace
smanes0213 efa5839
Adding CCEC Namespace
smanes0213 991452f
Adding CCEC Namespace
smanes0213 a11f608
Adding CCEC Namespace
smanes0213 9b76bf0
Update CCEC namespace
smanes0213 87dfd6c
Create Alias for the conflicting CCEC lib calls
smanes0213 4fc278e
Update test_HdmiCecSource.cpp
smanes0213 b89e125
Update HdmiCecSourceImplementation.cpp
smanes0213 9b7632f
Update HdmiCecSourceImplementation.cpp
smanes0213 b155583
Create Alias for the conflicting CCEC lib calls
smanes0213 dfa14ff
Update CMakeLists.txt
smanes0213 c545a6d
Update build_dependencies.sh
smanes0213 84199ab
Resolve Coverity issues
smanes0213 be00ea5
Resolve Coverity issues
smanes0213 a9fadc5
Resolve native build errors
smanes0213 6db7159
Resolve native build errors
smanes0213 5023219
Resolve Coverity issues
smanes0213 3aba951
Resolve Coverity issues
smanes0213 7a8d57c
Resolve Coverity issues
smanes0213 91f4498
Resolve Coverity issues
smanes0213 08cacfd
Resolve Coverity issues
smanes0213 96aba90
Update Implementation file
smanes0213 2cfcfff
Update Implementation file
smanes0213 597b41f
Update Implementation file
smanes0213 a82c13b
Update Implementation file
smanes0213 8b6305e
Update Implementation file
smanes0213 2ba51af
Update Implementation
smanes0213 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,10 @@ precondition = ["Platform"] | |
callsign = "org.rdk.HdmiCecSink" | ||
autostart = "false" | ||
startuporder = "@PLUGIN_HDMICECSINK_STARTUPORDER@" | ||
|
||
configuration = JSON() | ||
rootobject = JSON() | ||
|
||
rootobject.add("mode", "@PLUGIN_HDMICECSINK_MODE@") | ||
rootobject.add("locator", "lib@[email protected]") | ||
configuration.add("root", rootobject) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.