Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDevice.h114 MtpProperty* getDevicePropDesc(MtpDeviceProperty code);
DMtpDevice.cpp263 MtpProperty* property = getDevicePropDesc(propCode); in initialize()
290 MtpProperty* property = getDevicePropDesc(propCode); in print()
591 MtpProperty* MtpDevice::getDevicePropDesc(MtpDeviceProperty code) { in getDevicePropDesc() function in android::MtpDevice
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_device_fuzzer.cpp177 [&]() { mtpDevice.getDevicePropDesc(fdp.ConsumeIntegral<uint16_t>() /* code */); }, in LLVMFuzzerTestOneInput()