Lines Matching refs:Operation
38 // VolumeShaper.Operation
70 lclazz = env->FindClass("android/media/VolumeShaper$Operation");
179 static sp<VolumeShaper::Operation> convertJobjectToOperation(
181 VolumeShaper::Operation::Flag flags =
182 (VolumeShaper::Operation::Flag)env->GetIntField(joperation, fields.opFlagsId);
186 sp<VolumeShaper::Operation> operation =
187 new VolumeShaper::Operation(flags, replaceId, xOffset);
188 return operation;
192 JNIEnv *env, const fields_t &fields, const sp<VolumeShaper::Operation> &operation) {
195 args[0].i = (jint)operation->getFlags();
196 args[1].i = (jint)operation->getReplaceId();
197 args[2].f = (jfloat)operation->getXOffset();