Home
last modified time | relevance | path

Searched refs:finalError (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java641 final int finalError = errorCode; in sendCommand()
642 if (finalError != SendMessageResult.SUCCESS) { in sendCommand()
643 Slog.w(TAG, "Failed to send " + cecMessage + " with errorCode=" + finalError); in sendCommand()
652 finalError in sendCommand()
655 callback.onSendCompleted(finalError); in sendCommand()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp8157 status_t finalError = OK; in setVendorParameters() local
8245 if (finalError == OK) { in setVendorParameters()
8246 finalError = err; in setVendorParameters()
8256 return finalError; in setVendorParameters()