Home | History | Annotate | Download | only in mtp

Lines Matching refs:mStepSize

166             if (!readValue(packet, mStepSize)) return false;
211 writeValue(packet, mStepSize);
245 mStepSize.u.i8 = step;
250 mStepSize.u.u8 = step;
255 mStepSize.u.i16 = step;
260 mStepSize.u.u16 = step;
265 mStepSize.u.i32 = step;
270 mStepSize.u.u32 = step;
275 mStepSize.u.i64 = step;
280 mStepSize.u.u64 = step;
358 print(mStepSize, buffer);