HomeSort by relevance Sort by last modified time
    Searched defs:mWeight (Results 1 - 3 of 3) sorted by null

  /frameworks/base/voip/jni/rtp/
EchoSuppressor.h 55 float mWeight;
  /sdk/traceview/src/com/android/traceview/
MethodData.java 62 private double mWeight;
89 mWeight += weight;
93 mWeight = weight;
95 return mWeight;
99 mWeight = 0;
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 141 mWeight(weight) {}
158 && ( 0 == mRight ) && ( 0 == mWeight ));
163 return mWeight;
192 size_t mWeight;
    [all...]

Completed in 312 milliseconds