OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDmpStarted
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
146
mDmpStarted
(false),
332
//ALOGV(" setPowerStates: %d dmp_started: %d", enabled_sensors,
mDmpStarted
);
373
bool restart = (!
mDmpStarted
) && (sen_mask != 0);
379
if (
mDmpStarted
) {
382
mDmpStarted
= false;
407
if (!
mDmpStarted
) {
418
mDmpStarted
= true;
423
if (
mDmpStarted
&& (sen_mask == 0)) {
433
mDmpStarted
= false;
984
if (
mDmpStarted
) {
[
all
...]
MPLSensor.h
91
int
mDmpStarted
;
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
221
int
mDmpStarted
;
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
327
int
mDmpStarted
;
Completed in 29 milliseconds