Home
last modified time | relevance | path

Searched refs:INV_ERROR_INVALID_CONFIGURATION (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/mlsdk/platform/include/
Dmltypes.h156 #define INV_ERROR_INVALID_CONFIGURATION (17) macro
222 #define ML_ERROR_INVALID_CONFIGURATION INV_ERROR_INVALID_CONFIGURATION
/hardware/invensense/mlsdk/mllite/
Dcompass.c273 LOG_RESULT_LOCATION(INV_ERROR_INVALID_CONFIGURATION); in inv_get_compass_data()
274 return INV_ERROR_INVALID_CONFIGURATION; in inv_get_compass_data()
347 return INV_ERROR_INVALID_CONFIGURATION; in inv_get_compass_data()
/hardware/invensense/libsensors_iio/software/core/driver/include/
Dmltypes.h172 #define INV_ERROR_INVALID_CONFIGURATION (INV_ERROR_BASE + 17) macro