OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCodeName
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
UpdateEngineErrorCodes.java
83
public static String
getCodeName
(int errorCode) {
/frameworks/av/media/mtp/
MtpDebug.cpp
372
static const char*
getCodeName
(uint16_t code, const CodeEntry* table) {
383
return
getCodeName
(code, sOperationCodes);
389
return
getCodeName
(code, sFormatCodes);
395
return
getCodeName
(code, sObjectPropCodes);
401
return
getCodeName
(code, sDevicePropCodes);
Completed in 305 milliseconds