Home
last modified time | relevance | path

Searched refs:getConfigStoreBool (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/sm8150/media/libplatformconfig/
DConfigStore.cpp39 uint32_t getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function
51 err = Platform::Config::getConfigStoreBool(area, config, *value, defaultValue); in getConfigStoreBool()
DConfigStore.h44 uint32_t getConfigStoreBool(const char *area, const char *config,
DPlatformConfig.h120 static ConfigError_t getConfigStoreBool(const char *area,
DPlatformConfig.cpp88 ConfigError_t Config::getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function in Platform::Config
/hardware/qcom/sm7250/media/libplatformconfig/
DConfigStore.cpp39 uint32_t getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function
51 err = Platform::Config::getConfigStoreBool(area, config, *value, defaultValue); in getConfigStoreBool()
DConfigStore.h44 uint32_t getConfigStoreBool(const char *area, const char *config,
DPlatformConfig.h130 static ConfigError_t getConfigStoreBool(const char *area,
DPlatformConfig.cpp88 ConfigError_t Config::getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function in Platform::Config
/hardware/qcom/sm8150/media/mm-core/src/common/
Dqc_omx_core.c478 getConfigStoreBool("vpp", "enable", &isVppEnabled, false); in OMX_GetHandle()
/hardware/qcom/sm7250/media/mm-core/src/common/
Dqc_omx_core.c468 getConfigStoreBool("vpp", "enable", &isVppEnabled, false); in OMX_GetHandle()