HomeSort by relevance Sort by last modified time
    Searched refs:vsoc (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /device/google/cuttlefish_common/common/vsoc/shm/
ril_layout.h 18 #include "common/vsoc/shm/base.h"
22 namespace vsoc { namespace
39 } // namespace vsoc
input_events_layout.h 18 #include "common/vsoc/shm/base.h"
19 #include "common/vsoc/shm/circqueue.h"
23 namespace vsoc { namespace
46 } // namespace vsoc
wifi_exchange_layout.h 18 #include "common/vsoc/shm/base.h"
19 #include "common/vsoc/shm/circqueue.h"
20 #include "common/vsoc/shm/lock.h"
23 namespace vsoc { namespace
47 } // namespace vsoc
  /device/google/cuttlefish_common/host/vsoc/lib/
host_region_e2e_test.cpp 18 * End-to-end test to ensure that mapping of vsoc regions works on the host.
22 #include "common/vsoc/lib/e2e_test_region_view.h"
63 vsoc::E2EPrimaryRegionView::GetInstance(vsoc::GetDomain().c_str());
66 vsoc::E2ESecondaryRegionView::GetInstance(vsoc::GetDomain().c_str());
86 primary->SendSignal(vsoc::layout::Sides::Peer,
98 secondary->SendSignal(vsoc::layout::Sides::Peer,
117 vsoc::E2EUnfindableRegionView::GetInstance(vsoc::GetDomain().c_str())
    [all...]
gralloc_buffer_region_view.cpp 17 #include "host/vsoc/lib/gralloc_buffer_region_view.h"
23 using vsoc::gralloc::GrallocBufferRegionView;
host_lock.cpp 16 #include "common/vsoc/shm/lock.h"
20 #include "common/vsoc/lib/compat.h"
21 #include "common/vsoc/lib/single_sided_signal.h"
23 namespace vsoc { namespace
51 } // namespace vsoc
  /device/google/cuttlefish_common/common/vsoc/lib/
e2e_test_region_view.h 21 #include "common/vsoc/lib/typed_region_view.h"
22 #include "common/vsoc/shm/e2e_test_region_layout.h"
24 namespace vsoc { namespace
26 class E2ERegionView : public vsoc::TypedRegionView<
86 void guest_status(vsoc::layout::e2e_test::E2ETestStage stage) {
90 void host_status(vsoc::layout::e2e_test::E2ETestStage stage) {
96 vsoc::E2ERegionView<layout::e2e_test::E2EPrimaryTestRegionLayout>;
99 vsoc::E2ERegionView<layout::e2e_test::E2ESecondaryTestRegionLayout>;
102 vsoc::E2ERegionView<layout::e2e_test::E2EUnfindableRegionLayout>;
104 } // namespace vsoc
    [all...]
e2e_test_region_layout.cpp 18 #include "common/vsoc/shm/e2e_test_region_layout.h"
20 namespace vsoc { namespace
47 } // namespace vsoc
region_signaling_interface.h 22 #include "common/vsoc/shm/base.h"
24 namespace vsoc { namespace
64 } // namespace vsoc
lock_test.cpp 16 #include "common/vsoc/shm/lock.h"
23 #include "common/vsoc/lib/region_view.h"
26 using MyLock = vsoc::layout::HostLock;
28 using MyLock = vsoc::layout::GuestLock;
single_sided_signal.h 27 namespace vsoc { namespace
50 } // namespace vsoc
lock_guard.h 19 #include "common/vsoc/shm/lock.h"
21 namespace vsoc { namespace
26 * Implements std::lock_guard like functionality for the vsoc locks.
55 class LockGuard<::vsoc::layout::GuestAndHostLock> {
56 using Lock = ::vsoc::layout::GuestAndHostLock;
84 } // namespace vsoc
lock_common.cpp 16 #include "common/vsoc/shm/lock.h"
19 #include "common/vsoc/lib/compat.h"
20 #include "common/vsoc/lib/region_view.h"
24 using vsoc::layout::Sides;
53 namespace vsoc { namespace
58 bool vsoc::layout::WaitingLockBase::TryLock(uint32_t tid,
102 layout::Sides vsoc::layout::WaitingLockBase::UnlockCommon(uint32_t tid) {
136 bool vsoc::layout::WaitingLockBase::RecoverSingleSided() {
180 } // namespace vsoc
mock_region_view.h 29 #include "common/vsoc/lib/region_signaling_interface.h"
31 namespace vsoc { namespace
41 class MockRegionView : public vsoc::RegionSignalingInterface {
56 virtual void SendSignal(vsoc::layout::Sides /* sides_to_signal */,
119 } // namespace vsoc
region_view.h 32 #include "common/vsoc/lib/lock_guard.h"
33 #include "common/vsoc/lib/region_control.h"
34 #include "common/vsoc/lib/region_signaling_interface.h"
35 #include "common/vsoc/shm/base.h"
38 namespace vsoc { namespace
66 * Base class to access a mapped region in VSoC shared memory.
174 LockGuard<::vsoc::layout::GuestAndHostLock> make_lock_guard(
175 ::vsoc::layout::GuestAndHostLock* l) {
176 return LockGuard<::vsoc::layout::GuestAndHostLock>(l, this);
214 } // namespace vsoc
    [all...]
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.h 19 #include "common/vsoc/lib/wifi_exchange_view.h"
29 using MacAddress = vsoc::wifi::WifiExchangeView::MacAddress;
50 vsoc::wifi::WifiExchangeView *wifiExchange);
58 vsoc::wifi::WifiExchangeView *wifiExchange);
69 vsoc::wifi::WifiExchangeView *mWifiExchange;
70 std::unique_ptr<vsoc::RegionWorker> mWifiWorker;
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_utils.h 25 #include "common/vsoc/lib/screen_region_view.h"
66 return sizeof(vsoc::screen::ScreenRegionView::Pixel);
71 return vsoc::screen::ScreenRegionView::GetInstance(
72 vsoc::GetDomain().c_str())
78 return vsoc::screen::ScreenRegionView::GetInstance(
79 vsoc::GetDomain().c_str())
virtual_inputs.h 24 #include "common/vsoc/lib/input_events_region_view.h"
38 vsoc::input_events::InputEventsRegionView* input_events_region_view_{};
  /device/google/cuttlefish_common/host/commands/launch/
wifi_region_handler.cc 21 #include "common/vsoc/lib/wifi_exchange_view.h"
25 using vsoc::wifi::WifiExchangeView;
28 auto region = WifiExchangeView::GetInstance(vsoc::GetDomain().c_str());
29 auto config = vsoc::CuttlefishConfig::Get();
  /device/google/cuttlefish_common/guest/vsoc/lib/
manager_region_view.h 19 #include "common/vsoc/lib/typed_region_view.h"
21 namespace vsoc { namespace
58 } // namespace vsoc
guest_region_e2e_test.cpp 18 * End-to-end test to ensure that mapping of vsoc regions works on the guest.
21 #include "common/vsoc/lib/e2e_test_region_view.h"
23 #include "guest/vsoc/lib/manager_region_view.h"
30 using vsoc::layout::e2e_test::E2EManagedTestRegionLayout;
31 using vsoc::layout::e2e_test::E2EManagerTestRegionLayout;
88 auto primary = vsoc::E2EPrimaryRegionView::GetInstance();
89 auto secondary = vsoc::E2ESecondaryRegionView::GetInstance();
115 primary->SendSignal(vsoc::layout::Sides::Peer,
127 secondary->SendSignal(vsoc::layout::Sides::Peer,
149 EXPECT_EXIT(DeathTestView<vsoc::E2EUnfindableRegionView>()
    [all...]
guest_lock.cpp 16 #include "common/vsoc/shm/lock.h"
18 #include "common/vsoc/lib/compat.h"
19 #include "common/vsoc/lib/single_sided_signal.h"
21 namespace vsoc { namespace
49 } // namespace vsoc
  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
vsoc_input_service.cpp 26 #include "common/vsoc/lib/screen_region_view.h"
27 #include "common/vsoc/lib/input_events_region_view.h"
29 using vsoc::screen::ScreenRegionView;
30 using vsoc::input_events::InputEvent;
31 using vsoc::input_events::InputEventsRegionView;
  /device/google/cuttlefish/shared/config/
Android.mk 22 LOCAL_MODULE := wpa_supplicant.vsoc.conf
  /device/google/cuttlefish/shared/
device.mk 67 wpa_supplicant.vsoc.conf \
107 device/google/cuttlefish/shared/config/init.vsoc.rc:root/init.vsoc.rc \
112 device/google/cuttlefish/shared/config/fstab.vsoc:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.vsoc \
145 device/google/cuttlefish/shared/config/init.hardware.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.vsoc.usb.rc
153 hwcomposer.vsoc \
162 gralloc.vsoc \
178 audio.primary.vsoc \
200 camera.vsoc \
    [all...]

Completed in 307 milliseconds

12 3 4 5