/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/ |
D | current.txt | 2 package android.audio.policy.engine.configuration { 6 …method @Nullable public java.util.List<android.audio.policy.engine.configuration.AttributesType> g… 7 … method @Nullable public android.audio.policy.engine.configuration.BundleType getBundle_optional(); 8 …method @Nullable public android.audio.policy.engine.configuration.ContentTypeType getContentType_o… 9 method @Nullable public android.audio.policy.engine.configuration.FlagsType getFlags_optional(); 10 … method @Nullable public android.audio.policy.engine.configuration.SourceType getSource_optional(); 11 method @Nullable public android.audio.policy.engine.configuration.Stream getStreamType(); 12 method @Nullable public android.audio.policy.engine.configuration.UsageType getUsage_optional(); 14 …method public void setBundle_optional(@Nullable android.audio.policy.engine.configuration.BundleTy… 15 …method public void setContentType_optional(@Nullable android.audio.policy.engine.configuration.Con… [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | 00-radv-defaults.conf | 12 <!ELEMENT device (application | engine)+> 22 <!ELEMENT engine (option+)> 24 <!-- engine_name_match: A regexp matching the engine name --> 28 <!ATTLIST engine engine_name_match CDATA #REQUIRED 39 <engine engine_name_match="vkd3d"> 43 </engine> 45 <engine engine_name_match="DXVK"> 47 </engine> 49 <engine engine_name_match="Quantic Dream Engine"> 53 </engine> [all …]
|
D | driconf_static.py | 79 for engine in xml.findall('engine'): 80 self.engines.append(Engine(engine))
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/drirc_configdir/ |
D | 00-test.conf | 4 <!ELEMENT device (application | engine)+> 13 <!ELEMENT engine (option+)> 15 <!-- engine_name_match: A regexp matching the engine name --> 19 <!ATTLIST engine engine_name_match CDATA #REQUIRED 45 <engine engine_name_match="Versioned Engine.*" engine_versions="0:1"> 47 </engine> 48 <engine engine_name_match="Versioned Engine.*" engine_versions="2:3"> 50 </engine>
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | EngineConfigXmlConverter.h | 33 : mConverter(configFilePath, &::android::audio::policy::engine::configuration::read) { in EngineConfigXmlConverter() 45 const std::optional<::android::audio::policy::engine::configuration::Configuration>& 53 const ::android::audio::policy::engine::configuration::AttributesType& 57 const ::android::audio::policy::engine::configuration::AttributesGroup& 60 convertProductStrategyToAidl(const ::android::audio::policy::engine::configuration:: 66 const ::android::audio::policy::engine::configuration::Volume& xsdcVolumeCurve); 69 const ::android::audio::policy::engine::configuration::VolumeGroupsType::VolumeGroup& 73 XmlConverter<::android::audio::policy::engine::configuration::Configuration> mConverter; 75 ::android::audio::policy::engine::configuration::AttributesRefType> 77 std::unordered_map<std::string, ::android::audio::policy::engine::configuration::VolumeRef>
|
D | XsdcConversion.h | 20 const ::android::audio::policy::engine::configuration::CriterionType& xsdcCriterion); 23 const ::android::audio::policy::engine::configuration::CriterionTypeType&
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/ |
D | wsi.adoc | 10 and the presentation engine, without transitioning the image's layout after 14 engine is only required to update to the latest contents of a shared 18 However, the presentation engine may: update from it at any time. 20 presentation engine will automatically present the latest contents of a 23 fname:vkQueuePresentKHR, after which the presentation engine will update 29 The presentation engine may: access a shared presentable image at any time 32 presentation engine. 33 This requires presentation engine timing information through 35 made available during the portion of the presentation engine's refresh cycle 42 functionality for determining the timing of the presentation engine's [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglValidate.cpp | 107 bool EglValidate::engine(EGLint engine) { in engine() argument 108 return engine == EGL_CORE_NATIVE_ENGINE; in engine()
|
D | EglValidate.h | 66 static bool engine(EGLint engine);
|
D | EglWindowSurface.cpp | 41 EglOS::Engine* engine = EglGlobalInfo::getInstance()->getOsEngine(); in EglWindowSurface() local 42 m_native = engine->createWindowSurface(config->nativeFormat(), win); in EglWindowSurface()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_GOOGLE_display_timing.adoc | 21 presentation engine's display, to obtain timing information about each 30 presentation engine's display. 33 Applications also need to tell the presentation engine to display an image
|
D | VK_KHR_incremental_present.adoc | 31 the presentation engine to avoid wasting time presenting parts of the 73 The presentation engine may use such a hint and not update any pixels for 86 It is the responsibility of the presentation engine to transform the 88 This matches the behavior of the Android presentation engine, which set the
|
D | VK_EXT_physical_device_drm.adoc | 32 rendering engine), or may have neither (e.g. if it is a software rendering 33 engine without a display subsystem).
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/ |
D | SwapchainPresentFenceInfo.adoc | 22 as well as operations performed by the presentation engine access the 31 when all such queue operations have completed and the presentation engine 36 wait semaphores imported by the presentation engine using the equivalent of 40 the presentation engine.
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | xmlconfig.cpp | 36 const char *engine, int enginever); 192 const char *engine, int enginever) in drirc_init() argument 215 engine, enginever); in drirc_init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/ |
D | queries.adoc | 10 presentation engine's display. 25 presentation engine's display. 28 Applications also need to tell the presentation engine to display an image 35 The presentation engine's display typically refreshes the pixels that are 38 In many cases, the presentation engine is associated with fixed refresh rate 40 In some cases, the presentation engine is associated with variable refresh 47 To query the duration of a refresh cycle (RC) for the presentation engine's 100 presentation engine to not present images any sooner than every 33.33ms. 121 Because of the asynchronous nature of the presentation engine, the timing 129 To asynchronously query the presentation engine, for newly-available timing [all …]
|
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/ |
D | Android.bp | 14 package_name: "android.audio.policy.engine.configuration",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | swapchain_counters.adoc | 36 the associated swapchain is processed by the presentation engine. 56 processed by the presentation engine
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffectsFactory.hal | 40 * Creates an effect engine of the specified type. To release the effect 41 * engine, it is necessary to release references to the returned effect
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffectsFactory.hal | 40 * Creates an effect engine of the specified type. To release the effect 41 * engine, it is necessary to release references to the returned effect
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffectsFactory.hal | 40 * Creates an effect engine of the specified type. To release the effect 41 * engine, it is necessary to release references to the returned effect
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_iface_util.cpp | 119 std::default_random_engine engine(rd()); in createRandomMacAddress() local 123 address[i] = dist(engine); in createRandomMacAddress()
|
/hardware/interfaces/audio/effect/7.0/ |
D | IEffectsFactory.hal | 40 * Creates an effect engine of the specified type. To release the effect 41 * engine, it is necessary to release references to the returned effect
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEffectsFactory.hal | 40 * Creates an effect engine of the specified type. To release the effect 41 * engine, it is necessary to release references to the returned effect
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/ |
D | wsi.adoc | 11 This is an optimization hint that a presentation engine may: use to only 14 contain the desired values, in case the presentation engine ignores this 66 The presentation engine will apply the pname:preTransform transformation
|