Searched defs:notifyError (Results 1 – 4 of 4) sorted by relevance
48 void notifyError(ErrorCode errorCode, in String message); in notifyError() method
222 private fun notifyError(displayText: String?) { in notifyError() method in com.android.virtualization.terminal.InstallerService
754 void StreamCallback::notifyError(std::string msg) { in notifyError() function in android::automotive::computepipe::runner::engine::StreamCallback
2326 fn notifyError(&self, error_code: ErrorCode, message: &str) -> binder::Result<()> { in notifyError() method