Home
last modified time | relevance | path

Searched refs:beginCopyObject (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp124 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 DMtpStorageManagerTest.java946 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 DMtpDatabase.java634 private int beginCopyObject(int handle, int newParent, int newStorage) { in beginCopyObject() method in MtpDatabase
640 return mManager.beginCopyObject(obj, parent); in beginCopyObject()
H A DMtpStorageManager.java1126 public synchronized int beginCopyObject(MtpObject object, MtpObject newParent) { in beginCopyObject() method in MtpStorageManager
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32151 Landroid/mtp/MtpDatabase;->beginCopyObject(III)I
32403 Landroid/mtp/MtpStorageManager;->beginCopyObject(Landroid/mtp/MtpStorageManager$MtpObject;Landroid/…