/device/google/cuttlefish_common/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.cpp | 67 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/ |
D | screen_region_view_test.cpp | 27 auto region = ScreenRegionView::GetInstance(vsoc::GetDomain().c_str()); in main() 29 auto region = ScreenRegionView::GetInstance(); in main()
|
D | typed_region_view.h | 66 static ViewType* GetInstance(const char* domain) { in GetInstance() function 87 static ViewType* GetInstance() {
|
/device/google/cuttlefish_common/host/vsoc/lib/ |
D | host_region_e2e_test.cpp | 63 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/ |
D | base_composer.cpp | 34 ScreenRegionView::GetInstance()->BroadcastNewFrame( in BroadcastFrameBufferChanged() 69 auto screen_view = ScreenRegionView::GetInstance(); in PostFrameBufferTarget() 107 int num_buffers = ScreenRegionView::GetInstance()->number_of_buffers(); in NextScreenBuffer()
|
D | vsoc_composer.cpp | 319 ScreenRegionView::GetInstance()->GetBuffer(buffer_idx)); in CompositeLayer() 347 auto screen_view = ScreenRegionView::GetInstance(); in CompositeLayer() 510 ScreenRegionView::GetInstance()->buffer_size()) {} in VSoCComposer()
|
D | hwcomposer.cpp | 372 auto screen_view = ScreenRegionView::GetInstance(); 439 int refreshRate = ScreenRegionView::GetInstance()->refresh_rate_hz();
|
D | stats_keeper.h | 176 vsoc::screen::ScreenRegionView::GetInstance() in BroadcastWithStats()
|
/device/google/cuttlefish_common/guest/vsoc/lib/ |
D | guest_region_e2e_test.cpp | 31 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()
|
D | vsoc_driver_test.cpp | 44 auto region = vsoc::E2EPrimaryRegionView::GetInstance(); in TEST()
|
/device/google/cuttlefish_common/common/libs/time/ |
D | monotonic_time.cpp | 20 MonotonicTimePointFactory* MonotonicTimePointFactory::GetInstance() { in GetInstance() function in cvd::time::MonotonicTimePointFactory
|
D | monotonic_time.h | 231 static MonotonicTimePointFactory* GetInstance();
|
/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/ |
D | dumpstate.cpp | 26 void dumpstate_board() { Dumpstate& ds = Dumpstate::GetInstance(); }; in dumpstate_board()
|
/device/google/cuttlefish_common/common/libs/utils/ |
D | simulated_buffer.h | 54 cvd::time::MonotonicTimePointFactory::GetInstance()) : 194 cvd::time::MonotonicTimePointFactory::GetInstance()) : 261 cvd::time::MonotonicTimePointFactory::GetInstance()) :
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
D | framebuffer.cpp | 84 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/ |
D | screen_region_handler.cc | 25 vsoc::screen::ScreenRegionView::GetInstance(vsoc::GetDomain().c_str()); in InitializeScreenRegion()
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/ |
D | hwcomposer.cpp | 184 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/ |
D | gralloc.cpp | 197 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/ |
D | main.cc | 48 AudioDataRegionView::GetInstance(vsoc::GetDomain().c_str()); in main()
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
D | screen_connector.cpp | 48 vsoc::screen::ScreenRegionView::GetInstance(vsoc::GetDomain().c_str());
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | goldfish_vulkan.cpp | 575 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/ |
D | main.cpp | 97 AudioDataRegionView::GetInstance(vsoc::GetDomain().c_str()); in Update()
|
/device/google/cuttlefish_common/host/libs/config/ |
D | cuttlefish_config.cpp | 903 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()
|
D | cuttlefish_config.h | 332 int GetInstance();
|
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/ |
D | main.cpp | 339 auto shm = SocketForwardRegionView::GetInstance( in GetShm()
|