Searched refs:getStorageID (Results 1 – 5 of 5) sorted by relevance
44 inline MtpStorageID getStorageID() const { return mStorageID; } in getStorageID() function
110 MtpStorageID getStorageID(MtpObjectHandle handle);
139 sendStoreAdded(storage->getStorageID()); in addStorage()146 sendStoreRemoved(storage->getStorageID()); in removeStorage()155 if (storage->getStorageID() == id) in getStorage()534 mData.putUInt32(mStorages[i]->getStorageID()); in doGetStorageIDs()
563 MtpObjectHandle MtpDevice::getStorageID(MtpObjectHandle handle) { in getStorageID() function in android::MtpDevice
554 return static_cast<jint>(device->getStorageID(object_id)); in android_mtp_MtpDevice_get_storage_id()