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

1 2 34 5

  /device/google/cuttlefish_common/common/vsoc/shm/
socket_forward_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
103 } // namespace vsoc
circqueue.h 23 #include "common/vsoc/shm/base.h"
24 #include "common/vsoc/shm/lock.h"
28 namespace vsoc { namespace
203 } // namespace vsoc
  /device/google/cuttlefish_common/host/commands/stop_cvd/
main.cc 65 auto config = vsoc::CuttlefishConfig::Get();
  /device/google/cuttlefish_common/guest/hals/audio/
Android.mk 62 LOCAL_MODULE := audio.primary.vsoc
vsoc_audio.h 24 #include "common/vsoc/lib/audio_data_region_view.h"
25 #include "common/vsoc/lib/vsoc_audio_message.h"
269 using AudioDataRegionView = vsoc::audio_data::AudioDataRegionView;
271 std::unique_ptr<vsoc::RegionWorker> audio_worker_;
  /device/google/cuttlefish_common/guest/hals/audio/policy/
Android.mk 42 LOCAL_MODULE := audio_policy.vsoc
  /device/google/cuttlefish_common/guest/hals/gps/
Android.mk 31 LOCAL_MODULE := gps.vsoc
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
Android.mk 19 LOCAL_MODULE := hwcomposer.vsoc-future
  /device/google/cuttlefish_common/guest/hals/lights/
Android.mk 32 LOCAL_MODULE := lights.vsoc
33 LOCAL_CFLAGS += -DLIGHT_BACKLIGHT -DLOG_TAG=\"VSoC-lights\" $(VSOC_VERSION_CFLAGS)
  /device/google/cuttlefish_common/guest/hals/power/
Android.mk 35 LOCAL_MODULE := power.vsoc
  /device/google/cuttlefish/shared/
BoardConfig.mk 57 BOARD_KERNEL_CMDLINE += androidboot.hardware=vsoc
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_test.cpp 21 #include "common/vsoc/lib/circqueue_impl.h"
22 #include "common/vsoc/lib/mock_region_view.h"
36 struct CircQueueTestRegionLayout : public vsoc::layout::RegionLayout {
37 vsoc::layout::CircularByteQueue<kQueueSizeLog2> byte_queue;
38 vsoc::layout::CircularPacketQueue<kQueueSizeLog2, kMaxPacketSize> packet_queue;
41 typedef vsoc::test::MockRegionView<CircQueueTestRegionLayout> CircQueueRegionView;
wifi_exchange_view.cpp 16 #include "common/vsoc/lib/wifi_exchange_view.h"
22 #include "common/vsoc/lib/circqueue_impl.h"
24 namespace vsoc { namespace
118 } // namespace vsoc
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
base_composer.cpp 24 #include "common/vsoc/lib/screen_region_view.h"
27 using vsoc::screen::ScreenRegionView;
stats_keeper.cpp 34 using vsoc::layout::screen::TimeSpec;
35 using vsoc::layout::screen::CompositionStats;
  /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp 33 #include "common/vsoc/lib/socket_forward_region_view.h"
40 using vsoc::socket_forward::Packet;
41 using vsoc::socket_forward::SocketForwardRegionView;
243 vsoc::GetDomain().c_str()
  /device/google/cuttlefish_common/host/vsoc/lib/
region_control.cpp 16 #include "common/vsoc/lib/region_view.h"
18 #define LOG_TAG "vsoc: region_host"
43 class HostRegionControl : public vsoc::RegionControl {
190 std::shared_ptr<vsoc::RegionControl> vsoc::RegionControl::Open(
  /device/google/cuttlefish_common/guest/hals/camera/
Android.mk 127 LOCAL_MODULE := camera.vsoc
178 LOCAL_MODULE := camera.vsoc.jpeg
  /device/google/cuttlefish_common/host/frontend/vnc_server/
virtual_inputs.cpp 26 using vsoc::input_events::InputEventsRegionView;
221 vsoc::input_events::InputEventsRegionView::GetInstance(
222 vsoc::GetDomain().c_str())} {
  /device/google/cuttlefish_common/guest/hals/gralloc/
Android.mk 19 LOCAL_MODULE := gralloc.vsoc-future
  /device/google/cuttlefish_common/guest/hals/sensors/
Android.mk 45 LOCAL_CFLAGS := -DLOG_TAG=\"VSoC-Sensors\" \
59 LOCAL_MODULE := sensors.vsoc
  /device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
Android.mk 21 LOCAL_CFLAGS := $(VSOC_VERSION_CFLAGS) -DLOG_TAG=\"VSoC-dumpstate\"
23 LOCAL_MODULE := libdumpstate.vsoc
41 LOCAL_CFLAGS := $(VSOC_VERSION_CFLAGS) -DLOG_TAG=\"VSoC-dumpstate\"
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 263 auto config = vsoc::CuttlefishConfig::Get();
316 vsoc::GetInstance(), 1);
356 auto config = vsoc::CuttlefishConfig::Get();
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
framebuffer.cpp 47 #include "common/vsoc/lib/screen_region_view.h"
49 using vsoc::screen::ScreenRegionView;
gralloc.cpp 40 #include "common/vsoc/lib/screen_region_view.h"
44 using vsoc::screen::ScreenRegionView;
188 VSOC_STATIC_INITIALIZER(name) "VSOC X86 Graphics Memory Allocator Module",

Completed in 361 milliseconds

1 2 34 5