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