Searched refs:queueError (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 237 queueError("PrebuiltGraph", error, false); in DispatchGraphTerminationMessage() 534 this->queueError(source, m, false); in populateStreamManagers() 596 this->queueError(source, "", false); in populateInputManagers() 719 void DefaultEngine::queueError(std::string source, std::string msg, bool fatal) { in queueError() function in android::automotive::computepipe::runner::engine::DefaultEngine
|
D | DefaultEngine.h | 223 void queueError(std::string source, std::string msg, bool fatal);
|