Searched refs:jshaper (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_VolumeShaper.h | 107 JNIEnv *env, const fields_t &fields, jobject jshaper) { in convertJobjectToConfiguration() 111 (VolumeShaper::Configuration::Type)env->GetIntField(jshaper, fields.coTypeId)); in convertJobjectToConfiguration() 113 (int)env->GetIntField(jshaper, fields.coIdId)); in convertJobjectToConfiguration() 117 env->GetIntField(jshaper, fields.coOptionFlagsId)); in convertJobjectToConfiguration() 119 (double)env->GetDoubleField(jshaper, fields.coDurationMsId)); in convertJobjectToConfiguration() 122 env->GetIntField(jshaper, fields.coInterpolatorTypeId)); in convertJobjectToConfiguration() 125 jobject xobj = env->GetObjectField(jshaper, fields.coTimesId); in convertJobjectToConfiguration() 130 jobject yobj = env->GetObjectField(jshaper, fields.coVolumesId); in convertJobjectToConfiguration() 177 jobject jshaper = env->NewObjectA(fields.coClazz, fields.coConstructId, args); in convertVolumeShaperToJobject() local 178 return jshaper; in convertVolumeShaperToJobject()
|