Searched refs:ConfigError_t (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm8150/media/libplatformconfig/ |
D | ConfigStore.cpp | 42 using Platform::ConfigError_t; in getConfigStoreBool() 44 ConfigError_t err = ConfigError_t::OK; in getConfigStoreBool() 47 err = ConfigError_t::FAIL; in getConfigStoreBool() 50 if (err == ConfigError_t::OK) { in getConfigStoreBool()
|
D | PlatformConfig.h | 59 } ConfigError_t; typedef 114 static ConfigError_t getInt32(Config_t config, int32_t *value, 118 static ConfigError_t getConfigStoreBool(const char *area,
|
D | PlatformConfig.cpp | 61 ConfigError_t Config::getInt32(Config_t config, int32_t *value, in getInt32() 88 ConfigError_t Config::getConfigStoreBool(const char *area, const char *config, in getConfigStoreBool()
|
/hardware/qcom/sdm845/media/libplatformconfig/ |
D | PlatformConfig.h | 50 } ConfigError_t; typedef 91 static ConfigError_t getInt32(Config_t config, int32_t *value,
|
D | PlatformConfig.cpp | 56 ConfigError_t Config::getInt32(Config_t config, int32_t *value, in getInt32()
|