Home
last modified time | relevance | path

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

123

/device/mediatek/wembley-sepolicy/r_non_plat/
Dattributes6 attribute mtk_core_property_type;
10 #attribute mtk_hal_lbs;
11 #attribute mtk_hal_lbs_client;
12 #attribute mtk_hal_lbs_server;
16 attribute hal_imsa;
17 attribute hal_imsa_client;
18 attribute hal_imsa_server;
20 # attribute that represents all MTK IMS types. It should be used by AP side module only.
21 attribute mtkimsapdomain;
23 # # attribute that represents all MTK IMS types. It should be used by MD side module only.
[all …]
/device/mediatek/wembley-sepolicy/non_plat/
Dattributes6 attribute mtk_core_property_type;
10 #attribute mtk_hal_lbs;
11 #attribute mtk_hal_lbs_client;
12 #attribute mtk_hal_lbs_server;
16 attribute hal_imsa;
17 attribute hal_imsa_client;
18 attribute hal_imsa_server;
20 # attribute that represents all MTK IMS types. It should be used by AP side module only.
21 attribute mtkimsapdomain;
23 # # attribute that represents all MTK IMS types. It should be used by MD side module only.
[all …]
/device/mediatek/wembley-sepolicy/plat_public/
Dattributes7 attribute hal_gpu;
8 attribute hal_gpu_client;
9 attribute hal_gpu_server;
13 attribute mtk_hal_lbs;
14 attribute mtk_hal_lbs_client;
15 attribute mtk_hal_lbs_server;
19 attribute mtk_hal_md_dbfilter;
20 attribute mtk_hal_md_dbfilter_client;
24 attribute mtk_hal_em;
25 attribute mtk_hal_em_client;
[all …]
/device/linaro/poplar/wifi/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 …]
/device/google/redbull-sepolicy/vendor/qcom/common/
Dattributes1 attribute vendor_persist_type;
2 attribute hal_display_color;
3 attribute hal_qseecom;
4 attribute hal_qseecom_client;
5 attribute hal_qseecom_server;
6 attribute hal_qspmhal;
7 attribute hal_qspmhal_client;
8 attribute hal_qspmhal_server;
/device/google/sunfish-sepolicy/vendor/qcom/common/
Dattributes1 attribute vendor_persist_type;
2 attribute hal_display_color;
3 attribute hal_qseecom;
4 attribute hal_qseecom_client;
5 attribute hal_qseecom_server;
/device/google/coral-sepolicy/vendor/qcom/common/
Dattributes1 attribute vendor_persist_type;
2 attribute hal_display_color;
3 attribute hal_qseecom;
4 attribute hal_qseecom_client;
5 attribute hal_qseecom_server;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DBastion.py82 attribute = self._get_(name)
83 self.__dict__[name] = attribute
84 return attribute
120 attribute = getattr(object, name)
121 if type(attribute) == MethodType:
122 return attribute
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_errno.py29 for attribute in errno.__dict__.iterkeys():
30 if attribute.isupper():
31 self.assertIn(getattr(errno, attribute), errno.errorcode,
32 'no %s attr in errno.errorcode' % attribute)
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.h37 bool addAttribute(int attribute, const T& value) { in addAttribute() argument
38 return nla_put(mMessage, attribute, sizeof(T), &value) == 0; in addAttribute()
42 bool addAttribute(int attribute, T data, size_t numElements) { in addAttribute() argument
44 attribute, in addAttribute()
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute
151 …RYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
225 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribNV (EGLSyncNV sync, EGLint attribute, EGLint *value);
232 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGLint attribute, EGLi…
307 EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute,…
309 …QUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);
358 …LAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
359 …LAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
360 …ENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *v…
364 …P PFNEGLSTREAMATTRIBKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
[all …]
Degl.h263 EGLint attribute, EGLint *value);
275 EGLint attribute, EGLint *value);
289 EGLint attribute, EGLint value);
308 EGLint attribute, EGLint *value);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp313 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() argument
315 if (s_needEncode && attribute == EGL_RENDERABLE_TYPE) { in eglGetConfigAttrib()
319 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib()
371 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() argument
373 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value); in eglQuerySurface()
374 if (res && attribute == EGL_RENDERABLE_TYPE) { in eglQuerySurface()
405 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() argument
407 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
534 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() argument
538 if (attribute == EGL_CONTEXT_CLIENT_VERSION) { in eglQueryContext()
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries16 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
25 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
27 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
35 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
Degl_extensions.entries8 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dattributes2 attribute vendor_persist_type;
/device/google/bonito-sepolicy/vendor/qcom/common/
Dattributes2 attribute vendor_persist_type;
/device/google/redbull/power/
Dmetadata-defs.h50 char *attribute, int attribute_size, char *value, int value_size);
/device/google/sunfish/power/
Dmetadata-defs.h50 char *attribute, int attribute_size, char *value, int value_size);
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME30 with their attribute values.
38 attribute, next for each config there are 'numAttribs' integer values
39 holding the attribute values for that config, the values are specified
40 in the same order as the attribute vector.
45 attribs - a list of attribute names followed by the desired values, terminated by EGL_NONE
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1018 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() argument
1023 if (s_display.getConfigAttrib(config, attribute, value)) in eglGetConfigAttrib()
1029 ALOGD("%s: bad attrib 0x%x", __FUNCTION__, attribute); in eglGetConfigAttrib()
1169 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface() argument
1179 switch (attribute) { in eglQuerySurface()
1269 attribute, surface->getSurfaceType()); in eglQuerySurface()
1287 ALOGE("eglQuerySurface %x EGL_BAD_ATTRIBUTE", attribute); in eglQuerySurface()
1366 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() argument
1382 switch (attribute) { in eglSurfaceAttrib()
1410 ALOGW("%s: attr=0x%x not implemented", __FUNCTION__, attribute); in eglSurfaceAttrib()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
DREADME23 handle XHTML's 'id' attribute.
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DDtPlatformHii.vfr32attribute = EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE, // EFI variable attribut…
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h204 HWC2::Attribute attribute, int32_t* outValue);
298 void setAttribute(HWC2::Attribute attribute, int32_t value);
299 int32_t getAttribute(HWC2::Attribute attribute) const;
492 auto attribute = static_cast<HWC2::Attribute>(intAttribute); in getDisplayAttributeHook() local
494 config, attribute, outValue); in getDisplayAttributeHook()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp458 const uint32_t attribute) { in cvd_hwc_attribute() argument
459 switch (attribute) { in cvd_hwc_attribute()
475 ALOGE("unknown display attribute %u", attribute); in cvd_hwc_attribute()

123