Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDatabase.h77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;
DMtpServer.cpp714 return mDatabase->resetDeviceProperty(property); in doResetDevicePropValue()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp150 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
679 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() function in MyMtpDatabase