Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp225 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);
629 if (!getDevicePropertyInfo(property, type)) in getDevicePropertyValue()
694 if (!getDevicePropertyInfo(property, type)) in setDevicePropertyValue()
1149 bool MtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo() function in MtpDatabase