-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add delegate API methods to media clusters #13259
Merged
chrisdecenzo
merged 7 commits into
project-chip:master
from
lazarkov:feature/add-delegates-to-media-clusters
Jan 4, 2022
Merged
Add delegate API methods to media clusters #13259
chrisdecenzo
merged 7 commits into
project-chip:master
from
lazarkov:feature/add-delegates-to-media-clusters
Jan 4, 2022
Conversation
This file contains 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
pullapprove
bot
requested review from
andy31415,
anush-apple,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost and
LuDuda
December 28, 2021 21:59
pullapprove
bot
requested review from
tcarmelveilleux,
tecimovic,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21,
yufengwangca and
yunhanw-google
December 28, 2021 21:59
lazarkov
force-pushed
the
feature/add-delegates-to-media-clusters
branch
from
December 28, 2021 22:19
8a34c90
to
c96e5b8
Compare
lazarkov
force-pushed
the
feature/add-delegates-to-media-clusters
branch
from
December 28, 2021 22:31
40b5604
to
c2707ba
Compare
PR #13259: Size comparison from eab67b3 to c2707ba Increases (1 build for linux)
Full report (8 builds for k32w, linux, qpg, telink)
|
lazarkov
force-pushed
the
feature/add-delegates-to-media-clusters
branch
from
December 28, 2021 23:01
c2707ba
to
341f9a2
Compare
PR #13259: Size comparison from eab67b3 to 341f9a2 Increases above 0.2%:
Increases (2 builds for linux, p6)
Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
lazarkov
force-pushed
the
feature/add-delegates-to-media-clusters
branch
from
December 29, 2021 00:12
341f9a2
to
01c7067
Compare
PR #13259: Size comparison from eab67b3 to 01c7067 Increases above 0.2%:
Increases (5 builds for esp32, linux, mbed, p6)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
chrisdecenzo
approved these changes
Jan 3, 2022
hawk248
approved these changes
Jan 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
Media clusters do not have delegate methods, which leads to duplicated logic for both tv android and linux apps.
Change overview
see above
Testing
Run
./scripts/run_in_build_env.sh \ "./scripts/tests/run_test_suite.py \ --chip-tool ./out/debug/standalone/chip-tool \ run \ --iterations 1 \ --all-clusters-app ./out/debug/standalone/chip-all-clusters-app \ --tv-app ./out/debug/standalone/chip-tv-app \ "