Searched refs:HalPropError (Results 1 – 10 of 10) sorted by relevance
34 struct HalPropError { struct52 virtual void onPropertySetError(const std::vector<HalPropError>& errors) = 0; argument
48 [[maybe_unused]] const std::vector<android::frameworks::automotive::vhal::HalPropError>& in onPropertySetError()
306 std::vector<HalPropError> halPropErrors; in onPropertySetError()307 halPropErrors.push_back(HalPropError{ in onPropertySetError()
644 std::vector<HalPropError> halPropErrors; in onPropertySetError()646 halPropErrors.push_back(HalPropError{ in onPropertySetError()
132 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError()136 std::vector<HalPropError> getErrors() { return mErrors; } in getErrors()140 std::vector<HalPropError> mErrors;
233 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError()237 std::vector<HalPropError> getErrors() { return mErrors; } in getErrors()241 std::vector<HalPropError> mErrors;
78 void onPropertySetError(const std::vector<android::frameworks::automotive::vhal::HalPropError>&
76 using ::android::frameworks::automotive::vhal::HalPropError;166 [[maybe_unused]] const std::vector<HalPropError>& errors) { in onPropertySetError()
233 const std::vector<android::frameworks::automotive::vhal::HalPropError>& errors)
80 using ::android::frameworks::automotive::vhal::HalPropError;1419 const std::vector<HalPropError>& errors) { in onPropertySetError()