Searched refs:property_get (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | cutils_stub.cpp | 7 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 D | properties.h | 42 /* 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 D | os_misc.c | 157 * 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 D | platform_android.c | 1503 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 1605 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 2865 - util: Add property_get() fallback for android
|
Completed in 13 milliseconds