Home
last modified time | relevance | path

Searched refs:GrantDisplayOwnership (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp120 void VrFlinger::GrantDisplayOwnership() { in GrantDisplayOwnership() function in android::dvr::VrFlinger
121 display_service_->GrantDisplayOwnership(); in GrantDisplayOwnership()
Ddisplay_service.h62 void GrantDisplayOwnership() { hardware_composer_.Enable(); } in GrantDisplayOwnership() function
/frameworks/native/libs/vr/libvrflinger/include/dvr/
Dvr_flinger.h37 void GrantDisplayOwnership();
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1588 mVrFlinger->GrantDisplayOwnership(); in updateVrFlinger()