OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperationCodeName
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/mtp/
MtpDebug.h
29
static const char*
getOperationCodeName
(MtpOperationCode code);
MtpDebug.cpp
380
const char* MtpDebug::
getOperationCodeName
(MtpOperationCode code) {
MtpServer.cpp
171
ALOGV("operation: %s", MtpDebug::
getOperationCodeName
(operation));
411
ALOGE("got unsupported command %s", MtpDebug::
getOperationCodeName
(operation));
[
all
...]
MtpDevice.cpp
768
ALOGV("sendRequest: %s\n", MtpDebug::
getOperationCodeName
(operation));
Completed in 3530 milliseconds