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

/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp311 jmethodID constructorId = NULL; local
312 constructorId = env->GetMethodID(localRef, "<init>", "()V");
313 if (NULL != constructorId) {
315 metadata = env->NewObject(localRef, constructorId);
487 jmethodID constructorId local
489 jobject processedData = env->NewObject(clazz, constructorId, dataArray,
493 constructorId
497 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
660 jmethodID constructorId = env->GetMethodID(localRef, "<init>", "(I[BI)V"); local
662 = env->NewObject(localRef, constructorId,
[all...]

Completed in 83 milliseconds