Home
last modified time | relevance | path

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

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