Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DIMtpDatabase.h77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;
DMtpServer.cpp710 return mDatabase->resetDeviceProperty(property); in doResetDevicePropValue()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp152 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
667 MtpResponseCode MtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() function in MtpDatabase