Home
last modified time | relevance | path

Searched refs:dname (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c754 char dname[19]; in pcm_open() local
780 strlcpy(dname, "/dev/snd/pcmC", sizeof(dname)); in pcm_open()
782 strlcat(dname, tmp, (2+strlen(dname))) ; in pcm_open()
784 strlcat(dname, "D", (sizeof("D")+strlen(dname))); in pcm_open()
789 strlcat(dname, tmp, (3+strlen(dname))); in pcm_open()
791 strlcat(dname, tmp, (2+strlen(dname))); in pcm_open()
792 strlcat(dname, "c", (sizeof("c")+strlen(dname))); in pcm_open()
794 strlcpy(dname, "/dev/snd/pcmC", sizeof(dname)); in pcm_open()
796 strlcat(dname, tmp, (2+strlen(dname))) ; in pcm_open()
798 strlcat(dname, "D", (sizeof("D")+strlen(dname))); in pcm_open()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dboilerplate.adoc72 dname:VKAPI_ATTR is a macro placed before the return type in Vulkan API
80 dname:VKAPI_CALL is a macro placed after the return type in Vulkan API
87 dname:VKAPI_PTR is a macro placed between the '(' and '*' in Vulkan API
90 definition as dname:VKAPI_ATTR or dname:VKAPI_CALL, depending on the
114 If the dname:VK_NO_STDINT_H macro is defined by the application at compile
118 If dname:VK_NO_STDINT_H is not defined, the system `<stdint.h>` is used to
126 If the dname:VK_NO_STDDEF_H macro is defined by the application at compile
129 If dname:VK_NO_STDDEF_H is not defined, the system `<stddef.h>` is used to
156 dname:VK_HEADER_VERSION is the version number of the `{core_header}` header.
165 dname:VK_HEADER_VERSION_COMPLETE is the complete version number of the
[all …]
/hardware/google/aemu/base/include/aemu/base/files/
DTarStream.h106 bool addDirectoryEntry(std::string dname);
107 bool addDirectory(std::string dname);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc150 dname:VK_API_VERSION_VARIANT extracts the API variant number from a packed
158 dname:VK_API_VERSION_MAJOR extracts the API major version number from a
167 dname:VK_VERSION_MAJOR extracts the API major version number from a packed
176 dname:VK_API_VERSION_MINOR extracts the API minor version number from a
185 dname:VK_VERSION_MINOR extracts the API minor version number from a packed
194 dname:VK_API_VERSION_PATCH extracts the API patch version number from a
203 dname:VK_VERSION_PATCH extracts the API patch version number from a packed
212 dname:VK_MAKE_API_VERSION constructs an API version number.
225 dname:VK_MAKE_VERSION constructs an API version number.
237 dname:VK_API_VERSION_1_0 returns the API version number for Vulkan 1.0.0.
[all …]
Dvideo_extensions.adoc1702 dname:VK_NULL_HANDLE, then it will be used as a template for constructing
1723 dname:VK_NULL_HANDLE, then each code:StdVideoH264SequenceParameterSet
1735 dname:VK_NULL_HANDLE, then each code:StdVideoH264PictureParameterSet
1756 dname:VK_NULL_HANDLE, then each code:StdVideoH265VideoParameterSet
1768 dname:VK_NULL_HANDLE, then each code:StdVideoH265SequenceParameterSet
1781 dname:VK_NULL_HANDLE, then each code:StdVideoH265PictureParameterSet
1821 * pname:videoSessionParametersTemplate is dname:VK_NULL_HANDLE or a valid
1841 ** If pname:videoSessionParametersTemplate is not dname:VK_NULL_HANDLE,
1855 ** If pname:videoSessionParametersTemplate is not dname:VK_NULL_HANDLE,
1872 ** If pname:videoSessionParametersTemplate is not dname:VK_NULL_HANDLE,
[all …]
Dinitialization.adoc701 dname:VKSC_API_VARIANT, then it must: be greater than or equal to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/spec-macros/
Dextension.rb251 match /dname:(\w+)/
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc94 handles>> which may be `NULL` or dname:VK_NULL_HANDLE, respectively
Dmarkup.adoc708 | dname{cl} | Formats the macro argument like dlink{cl}. Does not
769 Only use the fname{cl}, sname{cl}, tname{cl}, and dname{cl} macros if no
Dwriting.adoc177 dname:VK_NULL_HANDLE.
373 and the reserved value dname:VK_NULL_HANDLE may: be used for
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4538 * Fix an error in the definition of dname:VK_NULL_HANDLE which caused a
4541 dname:VK_VERSION_1_0 block of `vk.xml` (public merge request 1504).
4599 macros is introduced: dname:VK_API_VERSION_VARIANT,
4600 dname:VK_API_VERSION_MAJOR, dname:VK_API_VERSION_MINOR, and
4601 dname:VK_API_VERSION_PATCH (internal issue 2531).
4627 dname:VK_DEFINE_NON_DISPATCHABLE_HANDLE and dname:VK_NULL_HANDLE. This
4629 explicitly would prevent definition of dname:VK_NULL_HANDLE (internal
4654 * Add a common header macro dname:VK_USE_64_BIT_PTR_DEFINES to specify at
5034 * Add dname:VK_NO_STDDEF_H to allow apps to prevent including
11904 * Update style guide regarding use of code:NULL and dname:VK_NULL_HANDLE
[all …]