Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/vsoc/shm/
Dmanaged_e2e_test_region_layout.h35 struct E2EManagerTestRegionLayout : public RegionLayout { struct
42 ASSERT_SHM_COMPATIBLE(E2EManagerTestRegionLayout); argument
/device/google/cuttlefish_common/guest/vsoc/lib/
Dmanaged_region_e2e_test.cpp25 using vsoc::layout::e2e_test::E2EManagerTestRegionLayout;
39 E2EManagerTestRegionLayout> {
42 E2EManagerTestRegionView, E2EManagerTestRegionLayout>::Open;
/device/google/cuttlefish_common/common/vsoc/lib/
Dmanaged_e2e_test_region_layout.cpp25 const char* E2EManagerTestRegionLayout::region_name = "e2e_manager";
Dvsoc_memory.cpp179 ValidateAndBuildLayout<layout::e2e_test::E2EManagerTestRegionLayout>(1, in Get()