Searched refs:notifyError (Results 1 – 9 of 9) sorted by relevance
30 ON_CALL(*this, notifyError).WillByDefault([this](std::string msg) { mFake->notifyError(msg); }); in delegateToFake()
34 MOCK_METHOD(void, notifyError, (std::string msg), (override));
242 mEngine->notifyError(std::string(__func__) + ":" + std::to_string(__LINE__) + in queuePacket()
46 virtual void notifyError(std::string msg) = 0;
421 notifyError(TvInputManager.RECORDING_ERROR_UNKNOWN); in onTune()423 notifyError(TvInputManager.RECORDING_ERROR_RESOURCE_BUSY); in onTune()
131 notifyError(reason); in onError()
305 void notifyError(std::string msg) override;
754 void StreamCallback::notifyError(std::string msg) { in notifyError() function in android::automotive::computepipe::runner::engine::StreamCallback