Searched refs:beginCopyObject (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/media/jni/ |
H A D | android_mtp_MtpDatabase.cpp | 124 GET_METHOD_ID(beginCopyObject, mdb_class, "(III)I"); in initializeJavaIDs() 244 … virtual MtpResponseCode beginCopyObject(MtpObjectHandle handle, MtpObjectHandle newParent, 1077 MtpResponseCode MtpDatabase::beginCopyObject(MtpObjectHandle handle, MtpObjectHandle newParent, in beginCopyObject() function in MtpDatabase
|
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpStorageManagerTest.java | 946 int id = manager.beginCopyObject(fileObj, dirObj); in testCopyObjectSuccess() 974 int id = manager.beginCopyObject(fromObj, toObj); in testCopyObjectSuccessRecursive() 1018 int id = manager.beginCopyObject(fileObj, dirObj); in testCopyObjectFailed() 1041 int id = manager.beginCopyObject(fileObj, dirObj); in testCopyObjectFailedAdded() 1071 int id = manager.beginCopyObject(fileObj, dirObj); in testCopyObjectFailedDeleted()
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A D | MtpDatabase.java | 634 private int beginCopyObject(int handle, int newParent, int newStorage) { in beginCopyObject() method in MtpDatabase 640 return mManager.beginCopyObject(obj, parent); in beginCopyObject()
|
H A D | MtpStorageManager.java | 1126 public synchronized int beginCopyObject(MtpObject object, MtpObject newParent) { in beginCopyObject() method in MtpStorageManager
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 32151 Landroid/mtp/MtpDatabase;->beginCopyObject(III)I 32403 Landroid/mtp/MtpStorageManager;->beginCopyObject(Landroid/mtp/MtpStorageManager$MtpObject;Landroid/…
|