Searched refs:getDevicePropCodeName (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | MtpMockDatabase.cpp | 133 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in getDevicePropertyValue() 139 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in setDevicePropertyValue() 144 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in resetDeviceProperty() 289 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in getDevicePropertyDesc()
|
/frameworks/av/media/mtp/ |
D | MtpDebug.h | 32 static const char* getDevicePropCodeName(MtpPropertyCode code);
|
D | MtpDebug.cpp | 398 const char* MtpDebug::getDevicePropCodeName(MtpPropertyCode code) { in getDevicePropCodeName() function in android::MtpDebug
|
D | MtpServer.cpp | 690 MtpDebug::getDevicePropCodeName(property)); in doGetDevicePropValue() 700 MtpDebug::getDevicePropCodeName(property)); in doSetDevicePropValue() 710 MtpDebug::getDevicePropCodeName(property)); in doResetDevicePropValue() 1358 ALOGV("GetDevicePropDesc %s\n", MtpDebug::getDevicePropCodeName(propCode)); in doGetDevicePropDesc()
|
D | MtpProperty.cpp | 356 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print()
|