Home | History | Annotate | Download | only in jni

Lines Matching refs:getObjectFilePath

149     virtual MtpResponseCode         getObjectFilePath(MtpObjectHandle handle,
789 if (getObjectFilePath(handle, path, length, format) == MTP_RESPONSE_OK) {
821 if (getObjectFilePath(handle, path, length, format) == MTP_RESPONSE_OK
845 MtpResponseCode MyMtpDatabase::getObjectFilePath(MtpObjectHandle handle,
1185 method_getObjectFilePath = env->GetMethodID(clazz, "getObjectFilePath", "(I[C[J)I");
1187 LOGE("Can't find getObjectFilePath");