Home
last modified time | relevance | path

Searched refs:converter (Results 1 – 8 of 8) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.cc93 base::JSONValueConverter<DeviceProperties> converter; in DeviceProperties() local
95 if (!converter.Convert(properties_dictionary, this)) in DeviceProperties()
100 void DeviceProperties::RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter)… in RegisterJSONConverter() argument
103 converter->RegisterCustomField<uint8_t>(field_name, &DeviceProperties::field, &ParseUint8t); in RegisterJSONConverter()
105 converter->RegisterCustomField<uint16_t>(field_name, &DeviceProperties::field, &ParseUint16t); in RegisterJSONConverter()
Ddevice_properties.h297 static void RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter);
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp33 std::optional<T> readObject(const std::string& path, const XmlConverter<T>& converter) { in readObject() argument
42 if (!converter(&ret.value(), xml, &error)) { in readObject()
/system/libvintf/
Dutils.h35 const XmlConverter<T>& converter, T* outObject, std::string* error) { in fetchAllInformation() argument
49 bool success = converter(outObject, info, error); in fetchAllInformation()
DAssembleVintf.cpp648 AssembleStatus tryAssemble(const XmlConverter<Schema>& converter, const std::string& schemaName, in tryAssemble() argument
653 if (!converter(&schema, read(mInFiles.front().stream()), error)) { in tryAssemble()
663 if (!converter(&additionalSchema, read(it->stream()), error)) { in tryAssemble()
Dcheck_vintf.cpp193 const XmlConverter<T>& converter) { in readObject() argument
203 if (!converter(ret.get(), xml, &error)) { in readObject()
/system/media/camera/docs/
DREADME.md13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h326 sp<Converter> converter = new Converter(halInterface); in _castFromHalBaseAndConvert() local
327 if (converter) { in _castFromHalBaseAndConvert()
328 mBase = converter; in _castFromHalBaseAndConvert()