Searched defs:getObjectFilePath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java754 Log.e(TAG, "RemoteException in getObjectFilePath", e);
925 private int getObjectFilePath(int handle, char[] outFilePath, long[] outFileLengthFormat) { method in class:MtpDatabase
951 Log.e(TAG, "RemoteException in getObjectFilePath", e);
971 Log.e(TAG, "RemoteException in getObjectFilePath", e);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp156 virtual MtpResponseCode getObjectFilePath(MtpObjectHandle handle,
210 // Needs to be long enough to hold a file path for getObjectFilePath()
790 MtpResponseCode result = getObjectFilePath(handle, path, length, format);
858 if (getObjectFilePath(handle, path, length, format) == MTP_RESPONSE_OK
877 MtpResponseCode MyMtpDatabase::getObjectFilePath(MtpObjectHandle handle, function in class:MyMtpDatabase
1261 method_getObjectFilePath = env->GetMethodID(clazz, "getObjectFilePath", "(I[C[J)I");
1263 ALOGE("Can't find getObjectFilePath");

Completed in 87 milliseconds