Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 192) sorted by relevance

12345678

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcpp_bindings.h82 nlattr *get_attribute(int attribute) { in get_attribute() argument
83 return mAttributes[attribute]; in get_attribute()
86 uint8_t get_u8(int attribute) { in get_u8() argument
87 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
90 uint16_t get_u16(int attribute) { in get_u16() argument
91 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
94 uint32_t get_u32(int attribute) { in get_u32() argument
95 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
98 uint64_t get_u64(int attribute) { in get_u64() argument
99 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
[all …]
Dcpp_bindings.cpp171 const char *attributeToString(int attribute) in attributeToString() argument
173 switch (attribute) { in attributeToString()
846 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() argument
848 return mMsg.put_u8(attribute, value); in put_u8()
851 wifi_error WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() argument
853 return mMsg.put_u16(attribute, value); in put_u16()
856 wifi_error WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() argument
858 return mMsg.put_u32(attribute, value); in put_u32()
861 wifi_error WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64() argument
863 return mMsg.put_u64(attribute, value); in put_u64()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcpp_bindings.h76 nlattr *get_attribute(int attribute) { in get_attribute() argument
77 return mAttributes[attribute]; in get_attribute()
80 uint8_t get_u8(int attribute) { in get_u8() argument
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
84 uint16_t get_u16(int attribute) { in get_u16() argument
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
88 uint32_t get_u32(int attribute) { in get_u32() argument
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
92 uint64_t get_u64(int attribute) { in get_u64() argument
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
[all …]
Dcpp_bindings.cpp165 const char *attributeToString(int attribute) in attributeToString() argument
167 switch (attribute) { in attributeToString()
840 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() argument
842 return mMsg.put_u8(attribute, value); in put_u8()
845 wifi_error WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() argument
847 return mMsg.put_u16(attribute, value); in put_u16()
850 wifi_error WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() argument
852 return mMsg.put_u32(attribute, value); in put_u32()
855 wifi_error WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64() argument
857 return mMsg.put_u64(attribute, value); in put_u64()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcpp_bindings.h76 nlattr *get_attribute(int attribute) { in get_attribute() argument
77 return mAttributes[attribute]; in get_attribute()
80 uint8_t get_u8(int attribute) { in get_u8() argument
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
84 uint16_t get_u16(int attribute) { in get_u16() argument
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
88 uint32_t get_u32(int attribute) { in get_u32() argument
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
92 uint64_t get_u64(int attribute) { in get_u64() argument
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h76 nlattr *get_attribute(int attribute) { in get_attribute() argument
77 return mAttributes[attribute]; in get_attribute()
80 uint8_t get_u8(int attribute) { in get_u8() argument
81 return mAttributes[attribute] ? nla_get_u8(mAttributes[attribute]) : 0; in get_u8()
84 uint16_t get_u16(int attribute) { in get_u16() argument
85 return mAttributes[attribute] ? nla_get_u16(mAttributes[attribute]) : 0; in get_u16()
88 uint32_t get_u32(int attribute) { in get_u32() argument
89 return mAttributes[attribute] ? nla_get_u32(mAttributes[attribute]) : 0; in get_u32()
92 uint64_t get_u64(int attribute) { in get_u64() argument
93 return mAttributes[attribute] ? nla_get_u64(mAttributes[attribute]) : 0; in get_u64()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc43 attribute name { text } ,
44 attribute protect { text } ,
59 attribute name { text } ,
60 attribute author { text } ,
61 attribute contact { text }
76 # api - matches a <feature> api attribute, if present
150 attribute api { text } ? ,
151 attribute alias { text } ? ,
152 attribute requires { text } ? ,
153 attribute bitvalues { text } ? ,
[all …]
Dgenerate-core-block.rb17 extension_enum_offset = 1000000000 + ((extension.attribute('number').content.to_i - 1) * 1000)
22 if require.attribute('extension')
24 if require.attribute('extension').content == dependency
33 … puts "Extension interaction with " + require.attribute('extension').content + " needs addressing!"
42 if /.+_EXTENSION_NAME/.match(element.attribute('name').content) == nil &&
43 /.+_SPEC_VERSION/.match(element.attribute('name').content) == nil
49 … attributes['value'] = element.attribute('offset').content.to_i + extension_enum_offset
67 if /.+_EXTENSION_NAME/.match(element.attribute('name').content) ||
68 /.+_SPEC_VERSION/.match(element.attribute('name').content)
71 old_name = element.attribute('name').content
/hardware/google/graphics/gs101/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplayModule.cpp43 int32_t /*hwc2_attribute_t*/ __unused attribute, int32_t* __unused outValue) in getDisplayAttribute()
45 switch(attribute) { in getDisplayAttribute()
47 ALOGE("unknown display attribute %u", attribute); in getDisplayAttribute()
/hardware/google/pixel-sepolicy/common/vendor/
Dattributes1 attribute pixel_battery_domain;
2 attribute pixel_battery_service_type;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_nested_command_buffer.adoc30 `cmdbufferlevel` attribute in `vk.xml` for the command, and it is currently
31 not possible to modify this attribute based on whether an extension is
33 For this extension we want the `cmdbufferlevel` attribute for
37 *RESOLVED*: The `cmdbufferlevel` attribute for flink:vkCmdExecuteCommands
DVK_EXT_vertex_attribute_divisor.adoc30 attribute fetching by pname:firstInstance while computing vertex attribute
36 A zero divisor means the vertex attribute is repeated for all instances.
42 rendering and the same attribute is used for every 4 draw instances, an
/hardware/google/gfxstream/common/opengl/include/EGL/
Deglext.h127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
155 …RYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
160 …EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
263 …FNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *v…
265 …IENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *v…
349 … PFNEGLSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
350 … PFNEGLQUERYSTREAMKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
351 …EGLQUERYSTREAMU64KHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *v…
355 …APIENTRY eglStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
[all …]
/hardware/google/pixel/usb/
DUsbDpUtils.cpp432 Status UsbDp::readDisplayPortAttribute(string attribute, string usb_path, string *value) { in readDisplayPortAttribute() argument
435 if (!strncmp(attribute.c_str(), "hpd", strlen("hpd")) || in readDisplayPortAttribute()
436 !strncmp(attribute.c_str(), "pin_assignment", strlen("pin_assignment"))) { in readDisplayPortAttribute()
437 attrPath = usb_path + attribute; in readDisplayPortAttribute()
438 } else if (!strncmp(attribute.c_str(), "link_status", strlen("link_status"))) { in readDisplayPortAttribute()
440 } else if (!strncmp(attribute.c_str(), "vdo", strlen("vdo"))) { in readDisplayPortAttribute()
452 ALOGE("usbdp: Failed to read Type-C attribute %s", attribute.c_str()); in readDisplayPortAttribute()
470 Status UsbDp::writeDisplayPortAttribute(string attribute, string usb_path) { in writeDisplayPortAttribute() argument
474 attrDrmPath = mDrmPath + attribute; in writeDisplayPortAttribute()
478 ALOGE("usbdp: Failed to open or read Type-C attribute %s", attribute.c_str()); in writeDisplayPortAttribute()
[all …]
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglext.h108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
136 …RYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
141 …EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
244 …FNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *v…
246 …IENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *v…
330 … PFNEGLSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
331 … PFNEGLQUERYSTREAMKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
332 …EGLQUERYSTREAMU64KHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *v…
336 …APIENTRY eglStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
[all …]
Degl.h114 …RYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
123 …PIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
125 …TRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
139 …EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
150 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute
176 …TRYP PFNEGLSURFACEATTRIBPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
181 … EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
317 …PIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *valu…
328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGL…
/hardware/google/pixel/usb/include/pixelusb/
DUsbDpUtils.h99 Status writeDisplayPortAttribute(string attribute, string usb_path);
129 Status readDisplayPortAttribute(string attribute, string usb_path, string *value);
130 Status writeHpdOverride(string attribute, string value);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc23 Vertex input attribute and vertex input binding descriptions also contain
37 attribute number using the code:location layout qualifier.
39 input variable with components of a vertex input attribute.
52 attribute number using the code:Location decoration.
54 variable with components of a vertex input attribute.
91 The code:Location decoration specifies which vertex input attribute is used
96 the components of the input attribute specified with the corresponding
113 .Input attribute components accessed by 16-bit and 32-bit input variables
130 which are sourced from the same attribute, and if used, are either filled
162 which are sourced from the same attribute, and if used, are either filled
[all …]
/hardware/qcom/audio/hal/
Dplatform_info.c656 const char *attribute = attr[index++]; in process_microphone_characteristic() local
659 if (strcmp(attribute, "device_id") == 0) { in process_microphone_characteristic()
666 } else if (strcmp(attribute, "type") == 0) { in process_microphone_characteristic()
674 } else if (strcmp(attribute, "address") == 0) { in process_microphone_characteristic()
689 } else if (strcmp(attribute, "location") == 0) { in process_microphone_characteristic()
697 } else if (strcmp(attribute, "group") == 0) { in process_microphone_characteristic()
700 } else if (strcmp(attribute, "index_in_the_group") == 0) { in process_microphone_characteristic()
703 } else if (strcmp(attribute, "directionality") == 0) { in process_microphone_characteristic()
711 } else if (strcmp(attribute, "num_frequency_responses") == 0) { in process_microphone_characteristic()
718 } else if (strcmp(attribute, "frequencies") == 0) { in process_microphone_characteristic()
[all …]
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglxext.h93 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
101 typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i…
105 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
111 int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
119 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
123 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
303 typedef int ( *PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, int…
309 int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
472 typedef Bool ( *PFNGLXQUERYCURRENTRENDERERINTEGERMESAPROC) (int attribute, unsigned int *value);
473 typedef const char *( *PFNGLXQUERYCURRENTRENDERERSTRINGMESAPROC) (int attribute);
[all …]
Dglx.h241 int attribute, int *value );
264 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
276 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
288 typedef int (* PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
296 typedef void (* PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i…
301 typedef int (* PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglx.h246 int attribute, int *value );
269 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
281 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
293 typedef int (* PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
301 typedef void (* PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i…
306 typedef int (* PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
Dglxext.h530 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
538 extern void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
543 extern int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
549 typedef int ( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int …
557 typedef void ( * PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned …
562 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
667 extern int glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value);
673 typedef int ( * PFNGLXQUERYCONTEXTINFOEXTPROC) (Display *dpy, GLXContext context, int attribute, in…
682 extern int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *valu…
689 …PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
[all …]
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h166 for (const DrmMetricGroup::Attribute& attribute : metric.attributes) { in ValidateMetricAttributeAndValue() local
167 if (attribute.name == attributeName && in ValidateMetricAttributeAndValue()
168 ValueEquals(attribute.type, attributeValue, attribute)) { in ValidateMetricAttributeAndValue()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc21 :attribute-missing: warn
244 The attr:api attribute of the tag:feature tag and the attr:supported
245 attribute of the tag:extensions tag must be comma-separated lists of one or
253 If present, the attribute value must be a comma-separated list of one or
462 In some cases, additional attribute and embedded type information is used to
482 attribute.
514 There is no need to set the attr:noautovalidity attribute on the `pNext`
527 The valid contents depend on the attr:category attribute.
533 The value of the attr:name attribute must be provided and must match the
534 attr:name attribute of a <<tag-enums,tag:enums>> tag.
[all …]

12345678