Searched refs:getStorageID (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpStorage.h44 inline MtpStorageID getStorageID() const { return mStorageID; } function in class:android::MtpStorage
H A DMtpDevice.h110 MtpStorageID getStorageID(MtpObjectHandle handle);
H A DMtpServer.cpp138 sendStoreAdded(storage->getStorageID());
145 sendStoreRemoved(storage->getStorageID());
154 if (storage->getStorageID() == id)
525 mData.putUInt32(mStorages[i]->getStorageID());
H A DMtpDevice.cpp563 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) { function in class:android::MtpDevice
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp554 return static_cast<jint>(device->getStorageID(object_id));

Completed in 836 milliseconds