Home | History | Annotate | Download | only in jni

Lines Matching refs:methodId

1191     jmethodID methodId = 0;
1194 methodId = env->GetMethodID(filtparam, "getClientIf", "()I");
1195 filt_params.client_if = env->CallIntMethod(params, methodId);;
1199 methodId = env->GetMethodID(filtparam, "getFiltIndex", "()I");
1200 filt_params.filt_index = env->CallIntMethod(params, methodId);;
1202 methodId = env->GetMethodID(filtparam, "getFeatSeln", "()I");
1203 filt_params.feat_seln = env->CallIntMethod(params, methodId);;
1205 methodId = env->GetMethodID(filtparam, "getListLogicType", "()I");
1206 filt_params.list_logic_type = env->CallIntMethod(params, methodId);
1208 methodId = env->GetMethodID(filtparam, "getFiltLogicType", "()I");
1209 filt_params.filt_logic_type = env->CallIntMethod(params, methodId);
1211 methodId = env->GetMethodID(filtparam, "getDelyMode", "()I");
1212 filt_params.dely_mode = env->CallIntMethod(params, methodId);
1214 methodId = env->GetMethodID(filtparam, "getFoundTimeout", "()I");
1215 filt_params.found_timeout = env->CallIntMethod(params, methodId);
1217 methodId = env->GetMethodID(filtparam, "getLostTimeout", "()I");
1218 filt_params.lost_timeout = env->CallIntMethod(params, methodId);
1220 methodId = env->GetMethodID(filtparam, "getFoundTimeOutCnt", "()I");
1221 filt_params.found_timeout_cnt = env->CallIntMethod(params, methodId);
1223 methodId = env->GetMethodID(filtparam, "getNumOfTrackEntries", "()I");
1224 filt_params.num_of_tracking_entries = env->CallIntMethod(params, methodId);
1226 methodId = env->GetMethodID(filtparam, "getRSSIHighValue", "()I");
1227 filt_params.rssi_high_thres = env->CallIntMethod(params, methodId);
1229 methodId = env->GetMethodID(filtparam, "getRSSILowValue", "()I");
1230 filt_params.rssi_low_thres = env->CallIntMethod(params, methodId);