OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MtpDevicePropertyList
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/mtp/
MtpDeviceInfo.h
35
MtpDevicePropertyList
* mDeviceProperties;
MtpTypes.h
68
typedef UInt16List
MtpDevicePropertyList
;
MtpDatabase.h
61
virtual
MtpDevicePropertyList
* getSupportedDeviceProperties() = 0;
MtpServer.cpp
428
MtpDevicePropertyList
* deviceProperties = mDatabase->getSupportedDeviceProperties();
[
all
...]
/frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp
121
virtual
MtpDevicePropertyList
* getSupportedDeviceProperties();
335
MtpDevicePropertyList
* MyMtpDatabase::getSupportedDeviceProperties() {
341
MtpDevicePropertyList
* list = new
MtpDevicePropertyList
();
[
all
...]
Completed in 27 milliseconds