Searched refs:getConfigStoreBool (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm8150/media/libplatformconfig/ |
D | ConfigStore.cpp | 39 uint32_t getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function 51 err = Platform::Config::getConfigStoreBool(area, config, *value, defaultValue); in getConfigStoreBool()
|
D | ConfigStore.h | 44 uint32_t getConfigStoreBool(const char *area, const char *config,
|
D | PlatformConfig.h | 120 static ConfigError_t getConfigStoreBool(const char *area,
|
D | PlatformConfig.cpp | 88 ConfigError_t Config::getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function in Platform::Config
|
/hardware/qcom/sm7250/media/libplatformconfig/ |
D | ConfigStore.cpp | 39 uint32_t getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function 51 err = Platform::Config::getConfigStoreBool(area, config, *value, defaultValue); in getConfigStoreBool()
|
D | ConfigStore.h | 44 uint32_t getConfigStoreBool(const char *area, const char *config,
|
D | PlatformConfig.h | 130 static ConfigError_t getConfigStoreBool(const char *area,
|
D | PlatformConfig.cpp | 88 ConfigError_t Config::getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool() function in Platform::Config
|
/hardware/qcom/sm8150/media/mm-core/src/common/ |
D | qc_omx_core.c | 478 getConfigStoreBool("vpp", "enable", &isVppEnabled, false); in OMX_GetHandle()
|
/hardware/qcom/sm7250/media/mm-core/src/common/ |
D | qc_omx_core.c | 468 getConfigStoreBool("vpp", "enable", &isVppEnabled, false); in OMX_GetHandle()
|