Searched defs:notifyError (Results 1 – 3 of 3) sorted by relevance
46 void notifyError(ErrorCode errorCode, in String message); in notifyError() method
754 void StreamCallback::notifyError(std::string msg) { in notifyError() function in android::automotive::computepipe::runner::engine::StreamCallback
1170 fn notifyError(&self, error_code: ErrorCode, message: &str) -> binder::Result<()> { in notifyError() method