/device/google/cuttlefish_common/common/vsoc/lib/ |
vsoc_memory.h | 22 namespace vsoc { namespace 69 } // namespace vsoc
|
screen_region_view.cpp | 17 #include "common/vsoc/lib/screen_region_view.h" 22 #include "common/vsoc/lib/lock_guard.h" 24 using vsoc::layout::screen::CompositionStats; 25 using vsoc::screen::ScreenRegionView;
|
input_events_region_view.cpp | 16 #include "common/vsoc/lib/input_events_region_view.h" 21 #include "common/vsoc/lib/circqueue_impl.h" 23 using vsoc::layout::input_events::InputEventsLayout; 25 namespace vsoc { namespace 100 } // namespace vsoc
|
socket_forward_region_view.cpp | 19 #include "common/vsoc/lib/circqueue_impl.h" 20 #include "common/vsoc/lib/lock_guard.h" 21 #include "common/vsoc/lib/socket_forward_region_view.h" 22 #include "common/vsoc/shm/lock.h" 23 #include "common/vsoc/shm/socket_forward_layout.h" 25 using vsoc::layout::socket_forward::Queue; 26 using vsoc::layout::socket_forward::QueuePair; 27 using vsoc::layout::socket_forward::QueueState; 58 using vsoc::socket_forward::SocketForwardRegionView; 110 using vsoc::layout::socket_forward::Queue [all...] |
region_control.h | 24 namespace vsoc { namespace 30 * of VSoC shared memory. Most other users will want to use TypedRegions with 111 } // namespace vsoc
|
typed_region_view.h | 21 #include "common/vsoc/lib/region_view.h" 27 namespace vsoc { namespace 34 * Layout should be VSoC shared memory compatible, defined in common/vsoc/shm, 104 } // namespace vsoc
|
/device/google/cuttlefish_common/guest/hals/gatekeeper/ |
Android.mk | 27 LOCAL_MODULE := gatekeeper.vsoc
|
/device/google/cuttlefish_common/guest/vsoc/lib/ |
vsoc_driver_test.cpp | 18 * Stand-alone tests for the ioctls in the vsoc driver. 24 #include "common/vsoc/lib/e2e_test_region_view.h" 25 #include "guest/vsoc/lib/manager_region_view.h" 30 void BasicWaitForSignal(vsoc::E2EPrimaryRegionView* region, 44 auto region = vsoc::E2EPrimaryRegionView::GetInstance();
|
region_control.cpp | 16 #include "common/vsoc/lib/region_view.h" 35 class GuestRegionControl : public vsoc::RegionControl { 152 std::shared_ptr<vsoc::RegionControl> vsoc::RegionControl::Open( 167 return std::shared_ptr<vsoc::RegionControl>(new GuestRegionControl(fd, desc));
|
/device/google/cuttlefish_common/common/vsoc/shm/ |
base.h | 29 // 'ShmTypeValidator<vsoc::layout::myclass::ClassName>' 45 namespace vsoc { namespace 82 } // namespace vsoc
|
gralloc_layout.h | 18 #include "common/vsoc/shm/base.h" 19 #include "common/vsoc/shm/graphics.h" 20 #include "common/vsoc/shm/lock.h" 24 namespace vsoc { namespace 75 } // namespace vsoc
|
screen_layout.h | 18 #include "common/vsoc/shm/base.h" 19 #include "common/vsoc/shm/lock.h" 23 namespace vsoc { namespace 76 } // namespace vsoc
|
e2e_test_region_layout.h | 20 #include "common/vsoc/shm/base.h" 37 namespace vsoc { namespace 101 class E2ETestRegionLayout : public ::vsoc::layout::RegionLayout { 185 } // namespace vsoc
|
graphics.h | 21 // The vsoc::layout namespace indicates that these are shared memory structure 27 #include "common/vsoc/shm/base.h" 29 namespace vsoc { namespace 31 // The enumerations for VSoC pixel formats are laid out so that hardware to 59 // Contains all of the pixel formats currently supported by this VSoC. The 138 // VSoC memory layout for a register that accepts a single pixel format. 169 } // vsoc
|
lock.h | 21 // The vsoc::layout namespace indicates that these are shared memory structure 31 #include "common/vsoc/shm/base.h" 40 namespace vsoc { namespace 246 } // namespace vsoc
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
Android.mk | 15 # Temporary, should be removed once vsoc hals are in usable state 32 LOCAL_MODULE := gralloc.vsoc
|
gralloc_vsoc_priv.h | 31 #include "common/vsoc/lib/screen_region_view.h" 287 out->ystride = vsoc::screen::ScreenRegionView::align(width, 16); 289 vsoc::screen::ScreenRegionView::align(out->ystride / 2, 16); 326 vsoc::screen::ScreenRegionView::kSwiftShaderPadding); 333 w16 = vsoc::screen::ScreenRegionView::align(w, 16); 334 h16 = vsoc::screen::ScreenRegionView::align(h, 16); 336 vsoc::screen::ScreenRegionView::kSwiftShaderPadding;
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/ |
Android.mk | 24 LOCAL_MODULE := hwcomposer.vsoc-deprecated 36 LOCAL_MODULE := hwcomposer.vsoc
|
stats_keeper.h | 25 #include "common/vsoc/lib/screen_region_view.h" 97 void GetLastCompositionStats(vsoc::layout::screen::CompositionStats* stats_p); 174 vsoc::layout::screen::CompositionStats stats; 176 vsoc::screen::ScreenRegionView::GetInstance()
|
/device/google/cuttlefish_common/host/libs/ivserver/ |
vsocsharedmem.cc | 32 #include "common/vsoc/lib/vsoc_memory.h" 79 vsoc::VSoCMemoryLayout::Get()->GetMemoryFileSize()); 96 auto mmap_length = vsoc::VSoCMemoryLayout::Get()->GetMemoryFileSize(); 101 vsoc::VSoCMemoryLayout::Get()->WriteLayout(mmap_addr); 120 auto device_layout = vsoc::VSoCMemoryLayout::Get();
|
/device/google/cuttlefish_common/common/commands/wifi_relay/ |
wifi_relay.cpp | 54 vsoc::wifi::WifiExchangeView::GetInstance(vsoc::GetDomain().c_str()) 56 vsoc::wifi::WifiExchangeView::GetInstance() 235 auto wifi_view = vsoc::wifi::WifiExchangeView::GetInstance( 237 vsoc::GetDomain().c_str()
|
/device/google/cuttlefish_common/host/commands/launch/ |
main.cc | 38 #include "common/vsoc/lib/vsoc_memory.h" 39 #include "common/vsoc/shm/screen_layout.h" 65 using vsoc::GetPerInstanceDefault; 110 DEFINE_string(instance_dir, vsoc::GetDefaultPerInstanceDir(), 152 DEFINE_string(uuid, vsoc::GetPerInstanceDefault(kDefaultUuidPrefix).c_str(), 212 vsoc::GetDomain())) {} 397 return vsoc::CuttlefishConfig::Get()->PerInstancePath( 411 std::to_string(vsoc::GetPerInstanceDefault(kFirstHostPort)); 525 auto& memory_layout = *vsoc::VSoCMemoryLayout::Get(); 526 auto config = vsoc::CuttlefishConfig::Get() [all...] |
ril_region_handler.cc | 25 #include "common/vsoc/lib/ril_region_view.h" 126 auto config = vsoc::CuttlefishConfig::Get(); 133 vsoc::ril::RilRegionView::GetInstance(vsoc::GetDomain().c_str());
|
/device/google/cuttlefish_common/host/commands/record_audio/ |
main.cc | 17 #include "common/vsoc/lib/audio_data_region_view.h" 18 #include "common/vsoc/lib/circqueue_impl.h" 19 #include "common/vsoc/lib/vsoc_audio_message.h" 29 using AudioDataRegionView = vsoc::audio_data::AudioDataRegionView; 48 AudioDataRegionView::GetInstance(vsoc::GetDomain().c_str());
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
simulated_hw_composer.cpp | 21 #include "common/vsoc/lib/screen_region_view.h" 24 using vsoc::screen::ScreenRegionView; 77 auto screen_view = ScreenRegionView::GetInstance(vsoc::GetDomain().c_str());
|