Home
last modified time | relevance | path

Searched refs:GetInstance (Results 1 – 25 of 27) sorted by relevance

12

/device/google/cuttlefish_common/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp67 auto screen_view = ScreenRegionView::GetInstance(); in SetUpDevices()
83 auto input_events_rv = InputEventsRegionView::GetInstance(); in ProcessEvents()
91 return InputEventsRegionView::GetInstance()->GetScreenEventsOrWait( in ProcessEvents()
97 return InputEventsRegionView::GetInstance()->GetKeyboardEventsOrWait( in ProcessEvents()
104 return InputEventsRegionView::GetInstance() in ProcessEvents()
/device/google/cuttlefish_common/common/vsoc/lib/
Dscreen_region_view_test.cpp27 auto region = ScreenRegionView::GetInstance(vsoc::GetDomain().c_str()); in main()
29 auto region = ScreenRegionView::GetInstance(); in main()
Dtyped_region_view.h66 static ViewType* GetInstance(const char* domain) { in GetInstance() function
87 static ViewType* GetInstance() {
/device/google/cuttlefish_common/host/vsoc/lib/
Dhost_region_e2e_test.cpp63 vsoc::E2EPrimaryRegionView::GetInstance(vsoc::GetDomain().c_str()); in TEST()
66 vsoc::E2ESecondaryRegionView::GetInstance(vsoc::GetDomain().c_str()); in TEST()
117 vsoc::E2EUnfindableRegionView::GetInstance(vsoc::GetDomain().c_str()), in TEST()
126 vsoc::E2EPrimaryRegionView::GetInstance(vsoc::GetDomain().c_str()); in main()
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dbase_composer.cpp34 ScreenRegionView::GetInstance()->BroadcastNewFrame( in BroadcastFrameBufferChanged()
69 auto screen_view = ScreenRegionView::GetInstance(); in PostFrameBufferTarget()
107 int num_buffers = ScreenRegionView::GetInstance()->number_of_buffers(); in NextScreenBuffer()
Dvsoc_composer.cpp319 ScreenRegionView::GetInstance()->GetBuffer(buffer_idx)); in CompositeLayer()
347 auto screen_view = ScreenRegionView::GetInstance(); in CompositeLayer()
510 ScreenRegionView::GetInstance()->buffer_size()) {} in VSoCComposer()
Dhwcomposer.cpp372 auto screen_view = ScreenRegionView::GetInstance();
439 int refreshRate = ScreenRegionView::GetInstance()->refresh_rate_hz();
Dstats_keeper.h176 vsoc::screen::ScreenRegionView::GetInstance() in BroadcastWithStats()
/device/google/cuttlefish_common/guest/vsoc/lib/
Dguest_region_e2e_test.cpp31 EXPECT_FALSE(!!View::GetInstance()); in DeathTestView()
71 auto primary = vsoc::E2EPrimaryRegionView::GetInstance(); in TEST()
72 auto secondary = vsoc::E2ESecondaryRegionView::GetInstance(); in TEST()
149 auto region = vsoc::E2EPrimaryRegionView::GetInstance(); in main()
Dvsoc_driver_test.cpp44 auto region = vsoc::E2EPrimaryRegionView::GetInstance(); in TEST()
/device/google/cuttlefish_common/common/libs/time/
Dmonotonic_time.cpp20 MonotonicTimePointFactory* MonotonicTimePointFactory::GetInstance() { in GetInstance() function in cvd::time::MonotonicTimePointFactory
Dmonotonic_time.h231 static MonotonicTimePointFactory* GetInstance();
/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
Ddumpstate.cpp26 void dumpstate_board() { Dumpstate& ds = Dumpstate::GetInstance(); }; in dumpstate_board()
/device/google/cuttlefish_common/common/libs/utils/
Dsimulated_buffer.h54 cvd::time::MonotonicTimePointFactory::GetInstance()) :
194 cvd::time::MonotonicTimePointFactory::GetInstance()) :
261 cvd::time::MonotonicTimePointFactory::GetInstance()) :
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dframebuffer.cpp84 auto screen_view = ScreenRegionView::GetInstance(); in fb_post()
136 auto screen_view = ScreenRegionView::GetInstance(); in fb_device_open()
/device/google/cuttlefish_common/host/commands/launch/
Dscreen_region_handler.cc25 vsoc::screen::ScreenRegionView::GetInstance(vsoc::GetDomain().c_str()); in InitializeScreenRegion()
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
Dhwcomposer.cpp184 ScreenRegionView::GetInstance()->BroadcastNewFrame( in hwc_set()
252 auto screen_view = ScreenRegionView::GetInstance(); in vsoc_hwc_attribute()
336 if (!ScreenRegionView::GetInstance()) { in hwc_open()
/device/google/cuttlefish_common/guest/hals/gralloc/
Dgralloc.cpp197 fd = GrallocRegionView::GetInstance()->AllocateBuffer(size, &offset); in gralloc_alloc()
283 if (!GrallocRegionView::GetInstance()) { in gralloc_device_open()
/device/google/cuttlefish_common/host/commands/record_audio/
Dmain.cc48 AudioDataRegionView::GetInstance(vsoc::GetDomain().c_str()); in main()
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dscreen_connector.cpp48 vsoc::screen::ScreenRegionView::GetInstance(vsoc::GetDomain().c_str());
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp575 static VulkanDevice& GetInstance() { in GetInstance() function in __anon5a99c8090111::VulkanDevice
587 return VulkanDevice::GetInstance().GetInstanceProcAddr(instance, name); in vk_icdGetInstanceProcAddr()
/device/google/cuttlefish_common/host/frontend/stream_audio/
Dmain.cpp97 AudioDataRegionView::GetInstance(vsoc::GetDomain().c_str()); in Update()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp903 int GetInstance() { in GetInstance() function
918 stream << prefix << std::setfill('0') << std::setw(2) << GetInstance(); in GetPerInstanceDefault()
921 int GetPerInstanceDefault(int base) { return base + GetInstance() - 1; } in GetPerInstanceDefault()
Dcuttlefish_config.h332 int GetInstance();
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
Dmain.cpp339 auto shm = SocketForwardRegionView::GetInstance( in GetShm()

12