HomeSort by relevance Sort by last modified time
    Searched refs:mNewData (Results 1 - 5 of 5) 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/libsensors/
MPLSensor.h 90 int mNewData; //flag indicating that the MPL calculated new output values
MPLSensor.cpp 145 mNewData(0),
585 mNewData = 1;
998 if (!mNewData) {
1002 mNewData = 0;
    [all...]
  /hardware/invensense/libsensors_iio/
MPLSensor.h 220 int mNewData; // flag indicating that the MPL calculated new output values
MPLSensor.cpp 155 mNewData(0),
    [all...]

Completed in 39 milliseconds