OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CW_ACCELERATION
(Results
1 - 2
of
2
) sorted by null
/device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h
34
CW_ACCELERATION
= 0,
CwMcuSensor.cpp
276
mPendingEvents[
CW_ACCELERATION
].version = sizeof(sensors_event_t);
277
mPendingEvents[
CW_ACCELERATION
].sensor = ID_A;
278
mPendingEvents[
CW_ACCELERATION
].type = SENSOR_TYPE_ACCELEROMETER;
279
mPendingEvents[
CW_ACCELERATION
].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
529
rc = cw_read_calibrator_file(
CW_ACCELERATION
, SAVE_PATH_ACC, gs_temp_data);
535
cw_save_calibrator_file(
CW_ACCELERATION
, fixed_sysfs_path, gs_temp_data);
570
case
CW_ACCELERATION
:
662
what =
CW_ACCELERATION
;
[
all
...]
Completed in 34 milliseconds