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

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp515 jbyte* lpValue = NULL; local
542 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
543 if (lpValue == NULL) {
552 memcpy(p->data + voffset, lpValue, vsize);
567 if (lpValue != NULL) {
568 env->ReleasePrimitiveArrayCritical(pJavaValue, lpValue, 0);
579 jbyte* lpValue = NULL; local
605 lpValue = (jbyte *) env->GetPrimitiveArrayCritical(pJavaValue, NULL);
606 if (lpValue == NULL) {
621 memcpy(lpValue,
[all...]

Completed in 197 milliseconds