Home
last modified time | relevance | path

Searched refs:getDevicePropDesc (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
DMtpDevice.h95 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpDevice.cpp223 MtpProperty* property = getDevicePropDesc(propCode); in initialize()
248 MtpProperty* property = getDevicePropDesc(propCode); in print()
553 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc() function in android::MtpDevice