Searched refs:property_get (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dcutils_stub.cpp7 property_get(const char *key, char *value, const char *default_value) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/include/android_stub/cutils/
H A Dproperties.h42 /* property_get: returns the length of the value which will never be
49 int property_get(const char* key, char* value, const char* default_value);
116 #define __property_get_err_str "property_get() called with too small of a buffer"
123 int property_get(const char* key, char* value, const char* default_value)
132 __asm__(__USER_LABEL_PREFIX__ "property_get");
136 int property_get(const char *key, char *value, const char *default_value) { function in typeref:typename:__BIONIC_FORTIFY_INLINE int
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_misc.c157 * 2) Avoid leaking memory. Because property_get() returns the
192 int len = property_get(key, value, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1503 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1605 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2865 - util: Add property_get() fallback for android

Completed in 13 milliseconds