Home
last modified time | relevance | path

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

1234

/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc22 std::string GetAdbConnectorTcpArg(const cuttlefish::CuttlefishConfig& config) { in GetAdbConnectorTcpArg()
27 std::string GetAdbConnectorVsockArg(const cuttlefish::CuttlefishConfig& config) { in GetAdbConnectorVsockArg()
33 bool AdbModeEnabled(const cuttlefish::CuttlefishConfig& config, cuttlefish::AdbMode mode) { in AdbModeEnabled()
37 bool AdbVsockTunnelEnabled(const cuttlefish::CuttlefishConfig& config) { in AdbVsockTunnelEnabled()
43 bool AdbVsockHalfTunnelEnabled(const cuttlefish::CuttlefishConfig& config) { in AdbVsockHalfTunnelEnabled()
49 bool AdbTcpConnectorEnabled(const cuttlefish::CuttlefishConfig& config) { in AdbTcpConnectorEnabled()
55 bool AdbVsockConnectorEnabled(const cuttlefish::CuttlefishConfig& config) { in AdbVsockConnectorEnabled()
61 const cuttlefish::CuttlefishConfig& config) { in GetOnSubprocessExitCallback()
82 cuttlefish::Command* cmd, const cuttlefish::CuttlefishConfig& config) { in CreateStreamerServers()
132 const cuttlefish::CuttlefishConfig& config, cuttlefish::ProcessMonitor* process_monitor, in LaunchKernelLogMonitor()
[all …]
Dmain.cc69 const cuttlefish::CuttlefishConfig& config) { in GetOnSubprocessExitCallback()
157 bool WriteCuttlefishEnvironment(const cuttlefish::CuttlefishConfig& config) { in WriteCuttlefishEnvironment()
174 cuttlefish::SharedFD DaemonizeLauncher(const cuttlefish::CuttlefishConfig& config) { in DaemonizeLauncher()
262 auto config = cuttlefish::CuttlefishConfig::Get(); in PowerwashFiles() local
351 auto config = cuttlefish::CuttlefishConfig::Get(); in ServerLoop() local
383 std::string GetConfigFilePath(const cuttlefish::CuttlefishConfig& config) { in GetConfigFilePath()
428 auto config = cuttlefish::CuttlefishConfig::Get(); in main() local
Dpre_launch_initializers.h31 static void Initialize(const cuttlefish::CuttlefishConfig& config) { in Initialize()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp210 EGLConfig config = getConfigAtIndex(i); in processConfigs() local
442 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue()
472 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib()
503 void eglDisplay::dumpConfig(EGLConfig config) in dumpConfig()
516 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue()
527 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib()
544 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat()
580 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat()
Degl.cpp205 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m… in EGLContext_t()
284 EGLConfig config; member
335 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
390 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
432 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
723 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
807 EGLConfig config, EGLint surfType, int32_t w, int32_t h, in create()
1128 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
1144 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
1174 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
[all …]
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc34 cuttlefish::FetcherConfig config; in AvailableFilesReport() local
48 cuttlefish::FetcherConfig config; in AvailableFilesReport() local
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp46 std::string GetMonitorPath(const cuttlefish::CuttlefishConfig* config) { in GetMonitorPath()
57 auto config = cuttlefish::CuttlefishConfig::Get(); in Stop() local
111 QemuManager::QemuManager(const cuttlefish::CuttlefishConfig* config) in QemuManager()
Dcrosvm_manager.cpp41 std::string GetControlSocketPath(const cuttlefish::CuttlefishConfig* config) { in GetControlSocketPath()
79 auto config = cuttlefish::CuttlefishConfig::Get(); in Stop() local
144 CrosvmManager::CrosvmManager(const cuttlefish::CuttlefishConfig* config) in CrosvmManager()
Dvm_manager.cpp32 VmManager::VmManager(const cuttlefish::CuttlefishConfig* config) in VmManager()
37 VmManager* GetManagerSingleton(const cuttlefish::CuttlefishConfig* config) { in GetManagerSingleton()
67 const cuttlefish::CuttlefishConfig* config) { in Get()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc270 std::string GetLegacyConfigFilePath(const cuttlefish::CuttlefishConfig& config) { in GetLegacyConfigFilePath()
796 bool CleanPriorFiles(const cuttlefish::CuttlefishConfig& config, const std::set<std::string>& prese… in CleanPriorFiles()
812 void ValidateAdbModeFlag(const cuttlefish::CuttlefishConfig& config) { in ValidateAdbModeFlag()
861 auto config = InitializeCuttlefishConfiguration(*boot_img_unpacker, fetcher_config); in InitFilesystemAndCreateConfig() local
957 auto config = cuttlefish::CuttlefishConfig::Get(); in InitFilesystemAndCreateConfig() local
970 std::string GetConfigFilePath(const cuttlefish::CuttlefishConfig& config) { in GetConfigFilePath()
Dboot_config.cc35 size_t WriteEnvironment(const cuttlefish::CuttlefishConfig& config, in WriteEnvironment()
61 bool InitBootloaderEnvPartition(const cuttlefish::CuttlefishConfig& config, in InitBootloaderEnvPartition()
Ddisk_flags.cc226 bool ShouldCreateCompositeDisk(const cuttlefish::CuttlefishConfig& config) { in ShouldCreateCompositeDisk()
262 bool CreateCompositeDisk(const cuttlefish::CuttlefishConfig& config) { in CreateCompositeDisk()
305 const cuttlefish::CuttlefishConfig* config, in CreateDynamicDiskFiles()
/device/google/cuttlefish/host/commands/modem_simulator/
Dcf_device_config.cpp29 auto config = cuttlefish::CuttlefishConfig::Get(); in host_port() local
39 auto config = cuttlefish::CuttlefishConfig::Get(); in PerInstancePath() local
Dnvram_config.h67 InstanceSpecific(const NvramConfig* config, const std::string& id) in InstanceSpecific()
/device/google/cuttlefish/common/libs/device_config/
Dhost_device_config.cpp142 auto config = CuttlefishConfig::Get(); in Get() local
153 const CuttlefishConfig& config) { in InitializeNetworkConfiguration()
187 const CuttlefishConfig& config) { in InitializeScreenConfiguration()
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc83 std::set<std::string> PathsForInstance(const cuttlefish::CuttlefishConfig& config, in PathsForInstance()
196 int StopInstance(const cuttlefish::CuttlefishConfig& config, in StopInstance()
211 auto config = cuttlefish::CuttlefishConfig::Get(); in main() local
/device/google/cuttlefish/guest/hals/health/
Dhealth.cpp47 HealthImpl(std::unique_ptr<healthd_config>&& config) in HealthImpl()
109 auto config = std::make_unique<healthd_config>(); in HIDL_FETCH_IHealth() local
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h344 InstanceSpecific(const CuttlefishConfig* config, const std::string& id) in InstanceSpecific()
441 MutableInstanceSpecific(CuttlefishConfig* config, const std::string& id) in MutableInstanceSpecific()
Dlogging.cpp30 auto config = cuttlefish::CuttlefishConfig::Get(); in DefaultSubprocessLogging() local
/device/generic/goldfish/audio/
Dprimary_device.cpp79 Return<void> PrimaryDevice::getInputBufferSize(const AudioConfig& config, in getInputBufferSize()
99 const AudioConfig& config, in openOutputStream()
126 const AudioConfig& config, in openInputStream()
189 Return<Result> PrimaryDevice::setAudioPortConfig(const AudioPortConfig& config) { in setAudioPortConfig()
/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector.cpp28 auto config = cuttlefish::CuttlefishConfig::Get(); in Get() local
/device/google/cuttlefish/host/commands/metrics/
Dmetrics.cc30 auto config = cuttlefish::CuttlefishConfig::Get(); in main() local
/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/host/commands/log_tee/
Dlog_tee.cpp33 auto config = cuttlefish::CuttlefishConfig::Get(); in main() local
/device/google/coral/health/
DHealth.cpp161 HealthImpl(std::unique_ptr<healthd_config>&& config) in HealthImpl()
216 auto config = std::make_unique<healthd_config>(); in HIDL_FETCH_IHealth() local

1234