OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStorageID
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/mtp/
MtpStorage.h
45
inline MtpStorageID
getStorageID
() const { return mStorageID; }
MtpDevice.h
103
MtpObjectHandle
getStorageID
(MtpObjectHandle handle);
MtpServer.cpp
123
sendStoreAdded(storage->
getStorageID
());
132
sendStoreRemoved(storage->
getStorageID
());
143
if (storage->
getStorageID
() == id)
526
mData.putUInt32(mStorages[i]->
getStorageID
());
[
all
...]
MtpDevice.cpp
556
MtpObjectHandle MtpDevice::
getStorageID
(MtpObjectHandle handle) {
/frameworks/base/media/jni/
android_mtp_MtpDevice.cpp
551
return static_cast<jint>(device->
getStorageID
(object_id));
[
all
...]
Completed in 78 milliseconds