Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libdisplay/
H A DAndroid.bp29 "vsync_service.cpp",
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp443 sp<IVsyncService> vsync_service = interface_cast<IVsyncService>( in setVsyncEnabled() local
446 if (vsync_service == nullptr) { in setVsyncEnabled()
454 status_t result = vsync_service->registerCallback(vsync_callback_); in setVsyncEnabled()
463 status_t result = vsync_service->unregisterCallback(vsync_callback_); in setVsyncEnabled()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h387 void SetVsyncService(const sp<VsyncService>& vsync_service);
H A Dhardware_composer.cpp1192 const sp<VsyncService>& vsync_service) { in SetVsyncService() argument
1194 vsync_service_ = vsync_service; in SetVsyncService()