Home
last modified time | relevance | path

Searched refs:getDevicePropCodeName (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
DMtpDebug.h32 static const char* getDevicePropCodeName(MtpPropertyCode code);
DMtpDebug.cpp397 const char* MtpDebug::getDevicePropCodeName(MtpPropertyCode code) { in getDevicePropCodeName() function in android::MtpDebug
DMtpServer.cpp678 MtpDebug::getDevicePropCodeName(property)); in doGetDevicePropValue()
688 MtpDebug::getDevicePropCodeName(property)); in doSetDevicePropValue()
698 MtpDebug::getDevicePropCodeName(property)); in doResetDevicePropValue()
1171 ALOGV("GetDevicePropDesc %s\n", MtpDebug::getDevicePropCodeName(propCode)); in doGetDevicePropDesc()
DMtpProperty.cpp342 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print()