HomeSort by relevance Sort by last modified time
    Searched refs:getOperationCodeName (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/mtp/
MtpDebug.h 29 static const char* getOperationCodeName(MtpOperationCode code);
MtpDebug.cpp 380 const char* MtpDebug::getOperationCodeName(MtpOperationCode code) {
MtpServer.cpp 171 LOGV("operation: %s", MtpDebug::getOperationCodeName(operation));
411 LOGE("got unsupported command %s", MtpDebug::getOperationCodeName(operation));
    [all...]
MtpDevice.cpp 768 LOGV("sendRequest: %s\n", MtpDebug::getOperationCodeName(operation));

Completed in 31 milliseconds