diff options
author | Jungshik Jang <jayjang@google.com> | 2014-05-15 14:05:24 +0900 |
---|---|---|
committer | Jungshik Jang <jayjang@google.com> | 2014-05-21 14:52:50 +0900 |
commit | 67ea521d14f366fe5aac09e512865d31bfa0ee53 (patch) | |
tree | eb97975df9428731dffb8d85ed1f6ecd22fdc0f1 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 193909da71a342519ad640d157c122a38b6d1a3e (diff) |
Add several actions for ARC (Audio Return Channel)
ARC channel is established by both TV and AV Reciever.
From TV, it sends <Request ARC Initiation> and AVR
responds with <Initiate ARC>.
From AVR, it can be initiated by sending <Initiate ARC> directly
to TV.
Once TV receives <Initiate ARC> it sets up ARC internally
and replies <Report ARC Initiated> to AVR.
Termination steps are almost same except for message name
(use Terminate instread of Initiation).
In order to implement the above steps, this change introduces
following classes.
RequestArcInitiation(Termination)Action:
handles <Request ARC Initiation> (<Request ARC Termination>)
RequestArcAction handles common logic of them.
SetArcTransmissionStateAction:
handles ARC set up, enabling/disabling ARC and
reports results to AVR.
<Initiate ARC> and <Terminate ARC> handles directly in
HdmiControlService
Along with this, this change has implmentation for
add&removeAction. To avoid synchronization issue
they are isolated to main thread.
Change-Id: I3c5cf7c777e6c1de50d63ce4643b191dfe15fe1f
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions