Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 88) sorted by relevance

1234

/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc41 std::string GetAdbConnectorVsockArg(const vsoc::CuttlefishConfig& config) { in GetAdbConnectorVsockArg()
47 bool AdbModeEnabled(const vsoc::CuttlefishConfig& config, const char* mode) { in AdbModeEnabled()
51 bool AdbTunnelEnabled(const vsoc::CuttlefishConfig& config) { in AdbTunnelEnabled()
55 bool AdbVsockTunnelEnabled(const vsoc::CuttlefishConfig& config) { in AdbVsockTunnelEnabled()
60 bool AdbVsockHalfTunnelEnabled(const vsoc::CuttlefishConfig& config) { in AdbVsockHalfTunnelEnabled()
65 bool AdbTcpConnectorEnabled(const vsoc::CuttlefishConfig& config) { in AdbTcpConnectorEnabled()
73 bool AdbVsockConnectorEnabled(const vsoc::CuttlefishConfig& config) { in AdbVsockConnectorEnabled()
79 const vsoc::CuttlefishConfig& config) { in GetOnSubprocessExitCallback()
93 bool LogcatReceiverEnabled(const vsoc::CuttlefishConfig& config) { in LogcatReceiverEnabled()
97 bool AdbUsbEnabled(const vsoc::CuttlefishConfig& config) { in AdbUsbEnabled()
[all …]
Dmain.cc69 const vsoc::CuttlefishConfig& config) { in GetOnSubprocessExitCallback()
185 const vsoc::CuttlefishConfig& config) { in LaunchE2eTestIfEnabled()
199 bool WriteCuttlefishEnvironment(const vsoc::CuttlefishConfig& config) { in WriteCuttlefishEnvironment()
221 cvd::SharedFD DaemonizeLauncher(const vsoc::CuttlefishConfig& config) { in DaemonizeLauncher()
351 auto config = InitFilesystemAndCreateConfig(&argc, &argv); in main() local
Dpre_launch_initializers.h31 static void Initialize(const vsoc::CuttlefishConfig& config) { in Initialize()
Dscreen_region_handler.cc23 void InitializeScreenRegion(const vsoc::CuttlefishConfig& config) { in InitializeScreenRegion()
Dflags.cc641 auto config = vsoc::CuttlefishConfig::Get(); in InitFilesystemAndCreateConfig() local
687 std::string GetConfigFilePath(const vsoc::CuttlefishConfig& config) { in GetConfigFilePath()
Ddata_image.cc77 bool ApplyDataImagePolicy(const vsoc::CuttlefishConfig& config) { in ApplyDataImagePolicy()
/device/google/cuttlefish_common/host/libs/vm_manager/
Dvm_manager.cpp30 VmManager::VmManager(const vsoc::CuttlefishConfig* config) in VmManager()
35 VmManager* GetManagerSingleton(const vsoc::CuttlefishConfig* config) { in GetManagerSingleton()
71 const vsoc::CuttlefishConfig* config) { in Get()
88 void VmManager::ConfigureBootDevices(vsoc::CuttlefishConfig* config) { in ConfigureBootDevices()
Dqemu_manager.cpp45 std::string GetMonitorPath(const vsoc::CuttlefishConfig* config) { in GetMonitorPath()
58 void QemuManager::ConfigureBootDevices(vsoc::CuttlefishConfig* config) { in ConfigureBootDevices()
65 QemuManager::QemuManager(const vsoc::CuttlefishConfig* config) in QemuManager()
Dcrosvm_manager.cpp33 std::string GetControlSocketPath(const vsoc::CuttlefishConfig* config) { in GetControlSocketPath()
56 void CrosvmManager::ConfigureBootDevices(vsoc::CuttlefishConfig* config) { in ConfigureBootDevices()
63 CrosvmManager::CrosvmManager(const vsoc::CuttlefishConfig* config) in CrosvmManager()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp207 EGLConfig config = (EGLConfig)i; in processConfigs() local
456 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue()
470 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib()
501 void eglDisplay::dumpConfig(EGLConfig config) in dumpConfig()
514 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue()
525 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib()
542 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat()
578 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat()
Degl.cpp198 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m… in EGLContext_t()
277 EGLConfig config; member
328 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
383 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
425 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
612 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
696 EGLConfig config, EGLint surfType, int32_t w, int32_t h, in create()
1016 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
1032 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
1062 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dconfig.py379 def __init__(self, config): argument
472 def configure_custom(self, config): argument
641 def configure_formatter(self, config): argument
663 def configure_filter(self, config): argument
680 def configure_handler(self, config): argument
741 def common_logger_config(self, logger, config, incremental=False): argument
759 def configure_logger(self, name, config, incremental=False): argument
767 def configure_root(self, config, incremental=False): argument
774 def dictConfig(config): argument
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_entry.cpp68 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
74 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) in eglCreatePbufferSurface()
80 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
86 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
104 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value) in eglGetConfigAttrib()
236 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer()
/device/google/cuttlefish_common/host/commands/ivserver/
Dmain.cpp41 auto config = vsoc::CuttlefishConfig::Get(); in main() local
/device/google/cuttlefish_common/guest/hals/audio/legacy/
Dvsoc_audio_input_stream.cpp52 cvd::GceAudio* dev, audio_devices_t devices, const audio_config& config) in GceAudioInputStream()
109 const audio_config& config, in Open()
Dvsoc_audio.cpp99 audio_config *config, in OpenInputStream()
147 audio_config *config, in OpenOutputStream()
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dscreen_connector.cpp55 SocketBasedScreenConnector(vsoc::CuttlefishConfig* config) : config_(config) { in SocketBasedScreenConnector()
151 auto config = vsoc::CuttlefishConfig::Get(); in Get() local
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/
Dmain.cc37 auto config = vsoc::CuttlefishConfig::Get(); in main() local
/device/google/cuttlefish_common/host/commands/logcat_receiver/
Dmain.cpp32 auto config = vsoc::CuttlefishConfig::Get(); in main() local
/device/linaro/hikey/uefi-tools/
Dparse-platforms.py65 config = ConfigParser.ConfigParser() variable
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py198 def __init__(self, config): argument
381 def __init__(self, source_files, config): argument
417 def __init__(self, source_files, config): argument
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglConfig.h91 EGLConfig config; member
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp313 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
323 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
335 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
400 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer()
425 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
/device/google/cuttlefish_common/host/commands/kernel_log_monitor/
Dmain.cc74 auto config = vsoc::CuttlefishConfig::Get(); in main() local
/device/google/cuttlefish_common/host/commands/stop_cvd/
Dmain.cc103 auto config = vsoc::CuttlefishConfig::Get(); in main() local

1234