Home
last modified time | relevance | path

Searched defs:getDeviceProperty (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp68 InputProperty* InputPropertyMap::getDeviceProperty(const char* key) const { in getDeviceProperty() function in android::InputPropertyMap
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java679 private int getDeviceProperty(int property, long[] outIntValue, char[] outStringValue) { in getDeviceProperty() method in MtpDatabase