HomeSort by relevance Sort by last modified time
    Searched full:vrflinger (Results 1 - 9 of 9) sorted by null

  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 31 std::unique_ptr<VrFlinger> VrFlinger::Create(
34 std::unique_ptr<VrFlinger> vr_flinger(new VrFlinger);
41 VrFlinger::VrFlinger() {}
43 VrFlinger::~VrFlinger() {
59 bool VrFlinger::Init(Hwc2::Composer* hidl,
67 ALOGI("Starting up VrFlinger...")
    [all...]
display_service.h 25 // DisplayService implements the display service component of VrFlinger.
display_surface.h 94 // handler runs on the VrFlinger message dispatch thread.
hardware_composer.cpp 606 "HardwareComposer::MapConfigBuffer: Failed to map vrflinger config "
    [all...]
  /frameworks/native/libs/vr/libvrflinger/include/dvr/
vr_flinger.h 26 class VrFlinger {
29 static std::unique_ptr<VrFlinger> Create(
33 ~VrFlinger();
44 VrFlinger();
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_display_types.h 20 // VrFlinger display manager surface state snapshots per surface flags
35 // Surface attribute keys. VrFlinger defines keys in the negative integer space.
46 // Interpreted by VrFlinger only on direct surfaces to order the corresponding
51 // Interpreted by VrFlinger only on direct surfaces to determine whether a
58 // VrFlinger ingores any keys with this value or greater, passing them to the
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_protocol.h 18 // RPC protocol definitions for DVR display services (VrFlinger).
118 // Keys in the negative integer space are interpreted by VrFlinger for
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 114 class VrFlinger;
749 * VrFlinger
    [all...]
SurfaceFlinger.cpp 704 mVrFlinger = dvr::VrFlinger::Create(getBE().mHwc->getComposer(),
708 ALOGE("Failed to start vrflinger");
    [all...]

Completed in 172 milliseconds