Searched refs:converter (Results 1 – 8 of 8) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | device_properties.cc | 93 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()
|
D | device_properties.h | 297 static void RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter);
|
/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/libvintf/ |
D | utils.h | 35 const XmlConverter<T>& converter, T* outObject, std::string* error) { in fetchAllInformation() argument 49 bool success = converter(outObject, info, error); in fetchAllInformation()
|
D | AssembleVintf.cpp | 648 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()
|
D | check_vintf.cpp | 193 const XmlConverter<T>& converter) { in readObject() argument 203 if (!converter(ret.get(), 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()
|