Home
last modified time | relevance | path

Searched defs:configs (Results 1 – 14 of 14) sorted by relevance

/system/libvintf/test/
DRuntimeInfo-fake.cpp59 std::map<std::string, std::string>&& configs) { in setNextFetchKernelInfo()
64 const std::map<std::string, std::string>& configs) { in setNextFetchKernelInfo()
DLibVintfTest.cpp805 const KernelConfigs configs { in TEST_F() local
1505 const auto& configs = pair.first.configs(); in TEST_F() local
1524 const auto& configs = pair.first.configs(); in TEST_F() local
1551 const auto& configs = pair.first.configs(); in TEST_F() local
2043 const auto& configs = pair.first.configs(); in TEST_P() local
/system/bt/gd/cert/
Dpts_base_test.py24 def __init__(self, configs): argument
Dgd_device.py66 def create(configs): argument
86 def get_instances_with_configs(configs): argument
/system/libvintf/
DKernelConfigParser.cpp38 std::map<std::string, std::string>& KernelConfigParser::configs() { in configs() function in android::vintf::KernelConfigParser
42 const std::map<std::string, std::string>& KernelConfigParser::configs() const { in configs() function in android::vintf::KernelConfigParser
DKernelInfo.cpp33 const std::map<std::string, std::string>& KernelInfo::configs() const { in configs() function in android::vintf::KernelInfo
DCompatibilityMatrix.cpp88 const auto& configs = kernel.configs(); in addKernel() local
/system/vold/
Dmain.cpp109 VoldConfigs configs = {}; in main() local
220 static int process_config(VolumeManager* vm, VoldConfigs* configs) { in process_config()
/system/libvintf/include/vintf/
DMatrixKernel.h53 const std::vector<KernelConfig> &configs() const { return mConfigs; } in configs() function
/system/bt/service/
Da2dp_source.cc72 const std::vector<A2dpCodecConfig>& configs) { in CodecConfigsToFluoride()
92 const std::vector<btav_a2dp_codec_config_t>& configs) { in FluorideCodecsToCodec()
/system/core/init/
Dueventd_parser.cpp223 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs) { in ParseConfig()
Dbuiltins.cpp1261 std::vector<std::string> configs; in parse_apex_configs() local
/system/extras/simpleperf/
DETMDecoder.cpp322 PacketToElement(MapLocator& map_locator, const std::unordered_map<uint8_t, EtmV4Config>& configs, in PacketToElement()
376 void DumpPackets(const std::unordered_map<uint8_t, EtmV4Config>& configs) { in DumpPackets()
500 void CheckConfigs(std::unordered_map<uint8_t, EtmV4Config>& configs) { in CheckConfigs()
/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp86 uint32_t *configs, size_t *numConfigs) in adf_getDisplayConfigs()