History log of /frameworks/native/services/vr/hardware_composer/impl/vr_composer_client.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29e146b284b74ae65670a3a4f3698cd9ee155f1d 30-Jan-2018 Chia-I Wu <olv@google.com> fakehwc, libvr_hwc-hal: ComposerClient is moved

ComposerClient is moved to another library with some changes. This
allows us to kill the has-a relation between VrComposerClient and
ComposerClientImpl in VR.

Test: builds
Change-Id: I0c32386f7d62f33e2e4d1271be42953f6880fd75
/frameworks/native/services/vr/hardware_composer/impl/vr_composer_client.cpp
69f8fb7e5c8cb3ec4cb77ee3354231c5e6703026 30-Jan-2018 Chia-I Wu <olv@google.com> libvr_hwc-hal: ComposerClient::CommandReader is replaced

ComposerClient::CommandReader is replaced by ComposerCommandEngine.

Test: builds
Change-Id: Iad513a6fe643757626e91982f273d00c41dd1293
/frameworks/native/services/vr/hardware_composer/impl/vr_composer_client.cpp
8fc9822f3b20f6547c3398c55e8b70c4f3940db9 10-Aug-2017 Daniel Nicoara <dnicoara@google.com> Signal display refresh when a VR_HWC client is registered

In steady state, SurfaceFlinger will not update the surfaces. If the
observer is registered after steady state, the client will not receive
any updates. This forces SurfaceFlinger to update the display surfaces

Bug: 64207223
Test: Updated unittest
Change-Id: Ied7ffcaaacec25d36dafb948489538155a0c865f
/frameworks/native/services/vr/hardware_composer/impl/vr_composer_client.cpp
a50abc2fbbc1ab4ac00aa5d3b41d77b24048f81b 15-May-2017 Daniel Nicoara <dnicoara@google.com> Use IVrComposerClient interface to expose the VR HWC client

Since the VR HWC implements the IVrComposerClient make sure the
implementation inherits from the correct interface.

Bug: 36564122
Test: Ran on device
Change-Id: I5481ab5505f824034944b4df34fb51ee1b86082b
/frameworks/native/services/vr/hardware_composer/impl/vr_composer_client.cpp
4251e92b6dacb5653aa9528d88484085ee333e3b 13-Apr-2017 Daniel Nicoara <dnicoara@google.com> Move VR HWC HAL impl to vr/hardware_composer and cleanup deps

VR HWC is no longer built into VR WM, but in VR HWC, so update its
location. Also cleanup dead code.

Bug: 36051907
Test: Compiled
Change-Id: I15763234fa93bf3b95b8df6461428fe65fd5f611
/frameworks/native/services/vr/hardware_composer/impl/vr_composer_client.cpp