Home
last modified time | relevance | path

Searched refs:notifyInputError (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp203 mEngine->notifyInputError(); in decoderThreadFunction()
312 mEngine->notifyInputError(); in readDecodedFrame()
/packages/services/Car/cpp/computepipe/runner/input_manager/include/
DInputEngineInterface.h37 virtual void notifyInputError() = 0;
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.h324 void notifyInputError() override;
DDefaultEngine.cpp741 void InputCallback::notifyInputError() { in notifyInputError() function in android::automotive::computepipe::runner::engine::InputCallback