OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iio_trigger_name
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp
145
char
iio_trigger_name
[MAX_CHIP_ID_LEN], iio_device_node[MAX_CHIP_ID_LEN];
local
158
if (fscanf(tempFp, "%s",
iio_trigger_name
) < 0) {
166
iio_trigger_name
, compassSysFs.current_trigger, getTimestamp());
171
if (fprintf(tempFp, "%s",
iio_trigger_name
) < 0 || fclose(tempFp) < 0) {
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
373
char
iio_trigger_name
[MAX_CHIP_ID_LEN], iio_device_node[MAX_CHIP_ID_LEN];
local
386
if (fscanf(tempFp, "%s",
iio_trigger_name
) < 0) {
393
iio_trigger_name
, mpu.current_trigger, getTimestamp());
398
if (fprintf(tempFp, "%s",
iio_trigger_name
) < 0 || fclose(tempFp) < 0) {
399
LOGE("HAL:could not write current trigger %s err=%d",
iio_trigger_name
, errno);
[
all
...]
Completed in 140 milliseconds