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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java 34 private byte[] mNewData;
48 mNewData = new byte[mOldData.length];
49 ByteBuffer bb = ByteBuffer.wrap(mNewData);
60 property.setValue(mNewData);
  /hardware/invensense/60xx/libsensors/
MPLSensor.h 90 int mNewData; //flag indicating that the MPL calculated new output values
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 220 int mNewData; // flag indicating that the MPL calculated new output values
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 326 int mNewData; // flag indicating that the MPL calculated new output values

Completed in 53 milliseconds