Home
last modified time | relevance | path

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

123456789

/device/generic/vulkan-cereal/gl-host-common/opengl/
Demugl_config_unittest.cpp63 EmuglConfig config; in TEST() local
72 EmuglConfig config; in TEST() local
84 EmuglConfig config; in TEST() local
94 EmuglConfig config; in TEST() local
104 EmuglConfig config; in TEST() local
113 EmuglConfig config; in TEST() local
122 EmuglConfig config; in TEST() local
132 EmuglConfig config; in TEST() local
142 EmuglConfig config; in TEST() local
152 EmuglConfig config; in TEST() local
[all …]
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp49 CustomActionInstanceID config; in GetCustomActionInstanceIDFromJson() local
56 CustomShellActionConfig config; in GetCustomShellActionConfigFromJson() local
68 CustomActionServerConfig config; in GetCustomActionServerConfigFromJson() local
82 CustomDeviceStateActionConfig config; in GetCustomDeviceStateActionConfigFromJson() local
182 for (const auto& config : custom_action_configs) { in DefaultCustomActionConfig() local
194 const auto& config = CuttlefishConfig::Get(); in get_instance_order() local
206 INJECT(CustomActionConfigImpl(ConfigFlag& config)) : config_(config) { in INJECT()
343 for (const auto& config : custom_action_config_) { in Process() local
413 auto config = GetCustomShellActionConfigFromJson(custom_action); in AddJsonCustomActionConfigs() local
416 auto config = GetCustomActionServerConfigFromJson(custom_action); in AddJsonCustomActionConfigs() local
[all …]
Dkernel_args.cpp42 const CuttlefishConfig& config, in VmManagerKernelCmdline()
103 const CuttlefishConfig& config, in KernelCommandLineFromConfig()
/device/google/atv/audio_proxy/service/
DDeviceImpl.cpp120 bool checkAudioPortConfig(const AudioPortConfig& config) { in checkAudioPortConfig()
198 bool checkAudioPortConfig(const AudioPortConfig& config) { return true; } in checkAudioPortConfig()
237 Return<void> DeviceImpl::getInputBufferSize(const AudioConfig& config, in getInputBufferSize()
246 int32_t ioHandle, const DeviceAddress& device, const AudioConfig& config, in openOutputStreamImpl()
299 const AudioConfig& config, in openOutputStream()
309 const AudioConfig& config, in openInputStream()
319 const AudioConfig& config, in openOutputStream()
354 const AudioConfig& config, in openInputStream()
369 for (const auto& config : sources) { in createAudioPatch() local
376 for (const auto& config : sinks) { in createAudioPatch() local
[all …]
DServiceConfigTest.cpp23 auto config = in TEST() local
37 auto config = in TEST() local
57 auto config = in TEST() local
DAudioUtil.cpp20 int computeFrameSize(const AidlAudioConfig& config) { in computeFrameSize()
33 int64_t computeBufferSizeBytes(const AidlAudioConfig& config, in computeBufferSizeBytes()
DServiceConfig.cpp32 StreamConfig config; in parseStreamConfig() local
59 ServiceConfig config; in parseServiceConfigFromCommandLine() local
/device/google/trout/hal/sensors/2.0/
DSensor.cpp266 std::optional<std::vector<Configuration>> config) { in getOrientation()
274 std::optional<std::vector<Configuration>> config) { in getLocation()
281 static status_t checkOrientation(std::optional<std::vector<Configuration>> config) { in checkOrientation()
310 void HWSensorBase::setOrientation(std::optional<std::vector<Configuration>> config) { in setOrientation()
351 const std::optional<std::vector<Configuration>>& config) { in getSensorPlacement()
418 const std::optional<std::vector<Configuration>>& config) { in setAdditionalInfoFrames()
440 const std::optional<std::vector<Configuration>>& config) { in buildSensor()
455 const std::optional<std::vector<Configuration>>& config) in HWSensorBase()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp209 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, uint32_t * format) in getConfigNativePixelFormat()
578 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat()
/device/generic/goldfish/audio/
Dprimary_device.cpp85 Return<void> Device::getInputBufferSize(const AudioConfig& config, getInputBufferSize_cb _hidl_cb) { in getInputBufferSize()
105 const AudioConfig& config, in openOutputStream()
117 const AudioConfig& config, in openInputStream()
192 Return<Result> Device::setAudioPortConfig(const AudioPortConfig& config) { in setAudioPortConfig()
282 const AudioConfig& config, const hidl_vec<AudioInOutFlag>& flags, in openOutputStreamImpl()
312 const AudioConfig& config, const hidl_vec<AudioInOutFlag>& flags, in openInputStreamImpl()
342 const AudioConfig& config, const hidl_vec<AudioInOutFlag>& flags, in openOutputStream_7_1()
391 Return<void> PrimaryDevice::getInputBufferSize(const AudioConfig& config, in getInputBufferSize()
398 const AudioConfig& config, in openOutputStream()
407 const AudioConfig& config, in openInputStream()
[all …]
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc78 INJECT(InstanceLifecycle(const CuttlefishConfig& config, in INJECT()
113 const CuttlefishConfig* config, in runCvdComponent()
182 void ConfigureLogs(const CuttlefishConfig& config, in ConfigureLogs()
222 auto config = CF_EXPECT(FindConfigFromStdin()); in RunCvdMain() local
/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_common.h48 auto config = ChkAndGetConfig(); in ScreenCount() local
54 auto config = ChkAndGetConfig(); in ScreenHeight() local
61 auto config = ChkAndGetConfig(); in ScreenWidth() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc345 std::vector<ImagePartition> GetApCompositeDiskConfig(const CuttlefishConfig& config, in GetApCompositeDiskConfig()
382 DiskBuilder OsCompositeDiskBuilder(const CuttlefishConfig& config, in OsCompositeDiskBuilder()
395 DiskBuilder ApCompositeDiskBuilder(const CuttlefishConfig& config, in ApCompositeDiskBuilder()
473 KernelRamdiskRepacker(const CuttlefishConfig& config, in INJECT()
629 INJECT(Gem5ImageUnpacker(const CuttlefishConfig& config, in INJECT()
710 INJECT(GeneratePersistentBootconfig( in INJECT()
1049 INJECT(InitializeInstanceCompositeDisk( in INJECT()
1165 const FetcherConfig* fetcher, const CuttlefishConfig* config, in DiskChangesComponent()
1183 const FetcherConfig* fetcher, const CuttlefishConfig* config, in DiskChangesPerInstanceComponent()
1201 Result<void> DiskImageFlagsVectorization(CuttlefishConfig& config, const FetcherConfig& fetcher_con… in DiskImageFlagsVectorization()
[all …]
Dassemble_cvd.cc92 std::string GetLegacyConfigFilePath(const CuttlefishConfig& config) { in GetLegacyConfigFilePath()
199 auto config = CF_EXPECT( in InitFilesystemAndCreateConfig() local
311 auto config = CuttlefishConfig::Get(); in InitFilesystemAndCreateConfig() local
459 auto config = CF_EXPECT(InitFilesystemAndCreateConfig( in AssembleCvdMain() local
Dalloc.cc35 IfaceConfig config{}; in DefaultNetworkInterfaces() local
56 IfaceConfig config{}; in AllocateNetworkInterfaces() local
/device/google/cuttlefish/host/commands/stop/
Dmain.cc60 const CuttlefishConfig& config, in DirsForInstance()
136 int StopInstance(const CuttlefishConfig& config, in StopInstance()
153 Json::Value config; in ReleaseAllocdResources() local
203 auto config = CuttlefishConfig::Get(); in StopCvdMain() local
/device/generic/vulkan-cereal/stream-servers/gl/
DEmulatedEglWindowSurface.cpp38 EGLConfig config, in EmulatedEglWindowSurface()
52 EGLConfig config, in create()
243 EGLConfig config = 0; in onLoad() local
DEmulationGl.cpp88 EGLConfig config; in validateGles2Context() local
179 for (EGLConfig config : configs) { in getEmulationEglConfig() local
379 [](const EmulatedEglConfig& config) { in create()
674 EGLConfig config = emulatedEglConfig->getHostEglConfig(); in createEmulatedEglContext() local
719 EGLConfig config = emulatedEglConfig->getHostEglConfig(); in createEmulatedEglWindowSurface() local
DEmulatedEglContext.cpp33 EGLConfig config, in create()
42 EGLConfig config, in createImpl()
/device/google/cuttlefish/host/commands/health/
Dhealth.cpp26 std::string GetControlSocketPath(const cuttlefish::CuttlefishConfig& config) { in GetControlSocketPath()
85 auto config = cuttlefish::CuttlefishConfig::Get(); in main() local
/device/google/cuttlefish/guest/hals/health/
Dhealth-hidl.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/commands/modem_simulator/
Dcf_device_config.cpp29 auto config = cuttlefish::CuttlefishConfig::Get(); in host_id() local
38 auto config = cuttlefish::CuttlefishConfig::Get(); in PerInstancePath() local
/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.cpp77 INJECT(VmmCommands(const CuttlefishConfig& config, VmManager& vmm)) in INJECT()
103 const CuttlefishConfig::InstanceSpecific& instance) { in VmManagerComponent()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwmediumd_server.cpp38 INJECT(WmediumdServer(const CuttlefishConfig& config, in INJECT()
101 INJECT(ValidateWmediumdService( in INJECT()
/device/google/cuttlefish/host/libs/allocd/
Dalloc_utils.cpp86 EthernetNetworkConfig config{false, false, false}; in CreateEthernetIface() local
211 const EthernetNetworkConfig& config) { in CleanupEthernetIface()
355 GatewayConfig config{false, false, false}; in SetupBridgeGateway() local
384 const GatewayConfig& config) { in CleanupBridgeGateway()
488 GatewayConfig config{true, true, true}; in DestroyEthernetBridgeIface() local

123456789