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

1 2 3 45

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 25 namespace vsoc { namespace
182 } // namespace vsoc
cuttlefish_config.cpp 32 vsoc::GetDefaultPerInstanceDir() + "/cuttlefish_config.json",
42 static constexpr char kVsocUserPrefix[] = "vsoc-";
109 namespace vsoc { namespace
433 } // namespace vsoc
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 101 vsoc::wifi::WifiExchangeView *wifiExchange)
409 vsoc::wifi::WifiExchangeView *wifiExchange) {
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h 24 #include "common/vsoc/lib/region_signaling_interface.h"
25 #include "common/vsoc/shm/circqueue.h"
33 namespace vsoc { namespace
234 } // namespace vsoc
socket_forward_region_view.h 22 #include "common/vsoc/lib/typed_region_view.h"
23 #include "common/vsoc/shm/socket_forward_layout.h"
25 namespace vsoc { namespace
234 } // namespace vsoc
vsoc_memory.cpp 17 #include "common/vsoc/lib/vsoc_memory.h"
27 #include "common/vsoc/shm/audio_data_layout.h"
28 #include "common/vsoc/shm/base.h"
29 #include "common/vsoc/shm/e2e_test_region_layout.h"
30 #include "common/vsoc/shm/gralloc_layout.h"
31 #include "common/vsoc/shm/input_events_layout.h"
32 #include "common/vsoc/shm/ril_layout.h"
33 #include "common/vsoc/shm/screen_layout.h"
34 #include "common/vsoc/shm/socket_forward_layout.h"
35 #include "common/vsoc/shm/wifi_exchange_layout.h
66 namespace vsoc { namespace
    [all...]
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp 25 #include "guest/vsoc/lib/gralloc_region_view.h"
27 using vsoc::gralloc::GrallocRegionView;
309 .name = "VSoC X86 Graphics Memory Allocator Module",
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 25 #include "common/vsoc/lib/screen_region_view.h"
29 // multisided vsoc hwcomposer for cuttlefish.
31 using vsoc::screen::ScreenRegionView;
299 ALOGI("Opening vsoc hwcomposer device: %s", __FUNCTION__);
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
hwcomposer.cpp 56 #include "common/vsoc/lib/screen_region_view.h"
66 using vsoc::screen::ScreenRegionView;
551 "VSOC hwcomposer module",
vsoc_composer.cpp 30 #include "common/vsoc/lib/screen_region_view.h"
35 using vsoc::screen::ScreenRegionView;
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.cpp 44 using vsoc::screen::ScreenRegionView;
515 // TODO(jemoreira): Implement when vsoc sensor hal is updated
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 32 #include "common/vsoc/lib/ril_region_view.h"
35 #define VSOC_RIL_VERSION_STRING "Android VSoC RIL 1.0"
189 auto ril_region_view = vsoc::ril::RilRegionView::GetInstance();
305 ALOGE("Non-IPv4 connections are not supported by VSOC RIL.");
317 auto ril_region_view = vsoc::ril::RilRegionView::GetInstance();
    [all...]

Completed in 200 milliseconds

1 2 3 45