OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNewData
(Results
1 - 7
of
7
) 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
MPLSensor.cpp
145
mNewData
(0),
585
mNewData
= 1;
998
if (!
mNewData
) {
1002
mNewData
= 0;
[
all
...]
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
220
int
mNewData
; // flag indicating that the MPL calculated new output values
MPLSensor.cpp
155
mNewData
(0),
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
326
int
mNewData
; // flag indicating that the MPL calculated new output values
MPLSensor.cpp
206
mNewData
(0),
[
all
...]
Completed in 126 milliseconds