Home
last modified time | relevance | path

Searched refs:generateDiagnosticBytes (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.h61 hidl_vec<uint8_t> generateDiagnosticBytes(const VehiclePropValue::RawValue& diagnosticValue);
DJsonFakeValueGenerator.cpp157 value.bytes = generateDiagnosticBytes(value); in parseFakeValueJson()
196 hidl_vec<uint8_t> JsonFakeValueGenerator::generateDiagnosticBytes( in generateDiagnosticBytes() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator