OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSensorInfo
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/sensorservice/
SensorEventConnection.h
78
// Increment mPendingFlushEventsToSend in
mSensorInfo
. These flush complete events will be sent
154
KeyedVector<int, FlushInfo>
mSensorInfo
;
/device/google/contexthub/firmware/src/drivers/hall/
hall.c
126
static const struct SensorInfo
mSensorInfo
=
210
mTask.sensorHandle = sensorRegister(&
mSensorInfo
, &mSensorOps, NULL, true);
/device/google/contexthub/firmware/src/drivers/vsync/
vsync.c
140
static const struct SensorInfo
mSensorInfo
=
198
mTask.sensorHandle = sensorRegister(&
mSensorInfo
, &mSensorOps, NULL, true);
/device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c
143
static const struct SensorInfo
mSensorInfo
=
226
mTask.sensorHandle = sensorRegister(&
mSensorInfo
, &mSensorOps, NULL, true);
/device/google/dragon/sensor_hub/
cros_ec_sensors.h
118
struct cros_ec_sensor_info *
mSensorInfo
;
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c
660
static const struct SensorInfo
mSensorInfo
[NUM_OF_SENSOR] =
1068
EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(
mSensorInfo
[i].sensorType));
[
all
...]
Completed in 194 milliseconds