summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/11/changes
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2014-07-01 14:15:14 +0900
committerYuncheol Heo <ycheo@google.com>2014-07-04 10:33:53 +0900
commit38db629d897e9d7c8e31ce0a7e985981e3e12996 (patch)
treec4c7a213516963264436340100a0e89253a5bfb3 /docs/html/sdk/api_diff/11/changes
parent2bed9563edbec63ad41e2cd5fccc205d5b0891e5 (diff)
Handle the power state change.
- Add BrocastIntent listener to catch SCREEN_ON/OFF intents. - Add callbacks onTransitionToStandBy(), onStandBy() in HdmiCecLocalDevice.java. - When it gets the SCREEN_OFF intent, the state will be TRANSITION_TO_STANDBY, then when there is no outstanding actions, the state will be STANDBY. - When the state is STANDBY, the TV device will broadcast <StandBy>. - When it gets the SCREEN_ON intent, the state will be TRANSITION_TO_ON, then when the initialization is done, the state will be ON. - When the state is ON and it receives <StandBy> CEC message, it will force the system to go to sleep. - When the state is STANDBY and it receives the cec messages to wake-up the system, it will force the system to wake up from sleep. - Manage the active source state for the playback device. Change-Id: Ib473219a0b0deb5224df89386db5a83720000411
Diffstat (limited to 'docs/html/sdk/api_diff/11/changes')
0 files changed, 0 insertions, 0 deletions