Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/tests/MtpFuzzer/
DMtpMockDatabase.h80 MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
DMtpMockDatabase.cpp144 MtpResponseCode MtpMockDatabase::resetDeviceProperty(MtpDeviceProperty property) { in resetDeviceProperty() function in android::MtpMockDatabase
/frameworks/av/media/mtp/
DIMtpDatabase.h77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;
DMtpServer.cpp716 return mDatabase->resetDeviceProperty(property); in doResetDevicePropValue()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp204 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
720 MtpResponseCode MtpDatabase::resetDeviceProperty(MtpDeviceProperty /*property*/) { in resetDeviceProperty() function in MtpDatabase