Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8909/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/qcom/sdm845/display/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/qcom/sm8150/display/include/
Ddisplay_properties.h38 #define DISPLAY_PROP(prop_name) DISP_PROP_PREFIX prop_name argument
39 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
40 #define RO_DISPLAY_PROP(prop_name) RO_DISP_PROP_PREFIX prop_name argument
41 #define PERSIST_DISPLAY_PROP(prop_name) PERSIST_DISP_PROP_PREFIX prop_name argument
/hardware/libhardware/
Dhardware.c204 char prop_name[PATH_MAX] = {0}; in hw_get_module_by_class() local
/hardware/qcom/display/msm8909/gralloc/
Dgralloc_priv.h27 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
/hardware/qcom/sdm845/display/gralloc/
Dgralloc_priv.h28 #define GRALLOC_PROP(prop_name) GRALLOC_PROP_PREFIX prop_name argument
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session_services.cpp713 Return<void> HWCSession::getDebugProperty(const hidl_string &prop_name, in getDebugProperty()