Home | History | Annotate | Download | only in jni

Lines Matching refs:getObjectFilePath

153     virtual MtpResponseCode         getObjectFilePath(MtpObjectHandle handle,
779 MtpResponseCode result = getObjectFilePath(handle, path, length, format);
843 if (getObjectFilePath(handle, path, length, format) == MTP_RESPONSE_OK
862 MtpResponseCode MyMtpDatabase::getObjectFilePath(MtpObjectHandle handle,
1202 method_getObjectFilePath = env->GetMethodID(clazz, "getObjectFilePath", "(I[C[J)I");
1204 ALOGE("Can't find getObjectFilePath");