Home
last modified time | relevance | path

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

/device/huawei/angler/power/
Dmetadata-parser.c37 char *attribute, int attribute_size, char *value, int value_size) in parse_metadata() argument
49 attribute[0] = value[0] = '\0'; in parse_metadata()
55 strncpy(attribute, attribute_string, in parse_metadata()
57 attribute[bytes_to_copy] = '\0'; in parse_metadata()
59 bytes_to_copy = MIN(strlen(attribute_string) - strlen(attribute) - 1, in parse_metadata()
72 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local
77 attribute, sizeof(attribute), value, sizeof(value))) == METADATA_PARSING_CONTINUE) { in parse_video_encode_metadata()
78 if (strlen(attribute) == strlen("hint_id") && in parse_video_encode_metadata()
79 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) { in parse_video_encode_metadata()
85 if (strlen(attribute) == strlen("state") && in parse_video_encode_metadata()
[all …]
Dmetadata-defs.h50 char *attribute, int attribute_size, char *value, int value_size);
/device/lge/bullhead/power/
Dmetadata-parser.c37 char *attribute, int attribute_size, char *value, int value_size) in parse_metadata() argument
49 attribute[0] = value[0] = '\0'; in parse_metadata()
55 strncpy(attribute, attribute_string, in parse_metadata()
57 attribute[bytes_to_copy] = '\0'; in parse_metadata()
59 bytes_to_copy = MIN(strlen(attribute_string) - strlen(attribute) - 1, in parse_metadata()
72 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local
77 attribute, sizeof(attribute), value, sizeof(value))) == METADATA_PARSING_CONTINUE) { in parse_video_encode_metadata()
78 if (strlen(attribute) == strlen("hint_id") && in parse_video_encode_metadata()
79 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) { in parse_video_encode_metadata()
85 if (strlen(attribute) == strlen("state") && in parse_video_encode_metadata()
[all …]
Dmetadata-defs.h50 char *attribute, int attribute_size, char *value, int value_size);
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl.cpp349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() argument
351 if (s_needEncode && attribute == EGL_RENDERABLE_TYPE) { in eglGetConfigAttrib()
355 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib()
407 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() argument
409 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value); in eglQuerySurface()
410 if (res && attribute == EGL_RENDERABLE_TYPE) { in eglQuerySurface()
441 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() argument
443 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
570 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() argument
574 if (attribute == EGL_CONTEXT_CLIENT_VERSION) { in eglQueryContext()
[all …]
/device/generic/goldfish/opengl/system/egl/
Degl.cpp602 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() argument
607 if (s_display.getConfigAttrib(config, attribute, value)) in eglGetConfigAttrib()
730 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface() argument
737 switch (attribute) { in eglQuerySurface()
772 ALOGE("eglQuerySurface %x EGL_BAD_ATTRIBUTE", attribute); in eglQuerySurface()
818 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() argument
833 switch (attribute) { in eglSurfaceAttrib()
840 ALOGW("%s: attr=0x%x not implemented", __FUNCTION__, attribute); in eglSurfaceAttrib()
1106 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() argument
1114 switch (attribute) { in eglQueryContext()
[all …]
/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/moto/shamu/sepolicy/
Dcnd.te7 # associate netdomain as an attribute of cnd domain
/device/google/dragon/sepolicy/
Ddump_bq25892.te19 # write and set world readable attribute on /data/misc/fw_logs/bq25892.txt log file