Searched refs:converter (Results 1 – 8 of 8) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | device_properties.cc | 86 base::JSONValueConverter<DeviceProperties> converter; in DeviceProperties() local 88 if (!converter.Convert(properties_dictionary, this)) in DeviceProperties() 93 void DeviceProperties::RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter)… in RegisterJSONConverter() argument 96 converter->RegisterCustomField<uint8_t>(field_name, &DeviceProperties::field, &ParseUint8t); in RegisterJSONConverter() 98 converter->RegisterCustomField<uint16_t>(field_name, &DeviceProperties::field, &ParseUint16t); in RegisterJSONConverter()
|
D | device_properties.h | 246 static void RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter);
|
/system/libvintf/ |
D | utils.h | 35 const XmlConverter<T>& converter, T* outObject, std::string* error) { in fetchAllInformation() argument 43 bool success = converter(outObject, info, error); in fetchAllInformation()
|
D | check_vintf.cpp | 108 const XmlConverter<T>& converter) { in readObject() argument 118 if (!converter(ret.get(), xml, &error)) { in readObject()
|
D | AssembleVintf.cpp | 608 AssembleStatus tryAssemble(const XmlConverter<Schema>& converter, const std::string& schemaName, in tryAssemble() argument 612 if (!converter(&schema, read(mInFiles.front().stream()), error)) { in tryAssemble() 621 if (!converter(&additionalSchema, read(it->stream()), error)) { in tryAssemble()
|
/system/libvintf/analyze_matrix/ |
D | analyze_matrix.cpp | 33 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/media/camera/docs/ |
D | README.md | 13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 326 sp<Converter> converter = new Converter(halInterface); in _castFromHalBaseAndConvert() local 327 if (converter) { in _castFromHalBaseAndConvert() 328 mBase = converter; in _castFromHalBaseAndConvert()
|