Home
last modified time | relevance | path

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

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