Home
last modified time | relevance | path

Searched defs:getCodeName (Results 1 – 2 of 2) sorted by relevance

/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
H A DUpdateEngineErrorCodes.java83 public static String getCodeName(int errorCode) { in getCodeName() method in UpdateEngineErrorCodes
/aosp12/frameworks/av/media/mtp/
H A DMtpDebug.cpp372 static const char* getCodeName(uint16_t code, const CodeEntry* table) { in getCodeName() function