Searched refs:getDevicePropCodeName (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/av/media/mtp/tests/MtpFuzzer/ |
H A D | MtpMockDatabase.cpp | 134 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in getDevicePropertyValue() 140 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in setDevicePropertyValue() 145 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in resetDeviceProperty() 290 ALOGD("MockDatabase %s: property=%s\n", __func__, MtpDebug::getDevicePropCodeName(property)); in getDevicePropertyDesc()
|
/aosp_15_r20/frameworks/av/media/mtp/ |
H A D | MtpDebug.h | 32 static const char* getDevicePropCodeName(MtpPropertyCode code);
|
H A D | MtpDebug.cpp | 398 const char* MtpDebug::getDevicePropCodeName(MtpPropertyCode code) { in getDevicePropCodeName() function in android::MtpDebug
|
H A D | MtpServer.cpp | 694 MtpDebug::getDevicePropCodeName(property)); in doGetDevicePropValue() 704 MtpDebug::getDevicePropCodeName(property)); in doSetDevicePropValue() 714 MtpDebug::getDevicePropCodeName(property)); in doResetDevicePropValue() 1362 ALOGV("GetDevicePropDesc %s\n", MtpDebug::getDevicePropCodeName(propCode)); in doGetDevicePropDesc()
|
H A D | MtpProperty.cpp | 356 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode); in print()
|