Home
last modified time | relevance | path

Searched refs:jshaper (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_VolumeShaper.h105 JNIEnv *env, const fields_t &fields, jobject jshaper) { in convertJobjectToConfiguration()
109 (VolumeShaper::Configuration::Type)env->GetIntField(jshaper, fields.coTypeId)); in convertJobjectToConfiguration()
111 (int)env->GetIntField(jshaper, fields.coIdId)); in convertJobjectToConfiguration()
115 env->GetIntField(jshaper, fields.coOptionFlagsId)); in convertJobjectToConfiguration()
117 (double)env->GetDoubleField(jshaper, fields.coDurationMsId)); in convertJobjectToConfiguration()
120 env->GetIntField(jshaper, fields.coInterpolatorTypeId)); in convertJobjectToConfiguration()
123 jobject xobj = env->GetObjectField(jshaper, fields.coTimesId); in convertJobjectToConfiguration()
128 jobject yobj = env->GetObjectField(jshaper, fields.coVolumesId); in convertJobjectToConfiguration()
175 jobject jshaper = env->NewObjectA(fields.coClazz, fields.coConstructId, args); in convertVolumeShaperToJobject() local
176 return jshaper; in convertVolumeShaperToJobject()