Home
last modified time | relevance | path

Searched refs:chip_ID (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.h268 char chip_ID[MAX_CHIP_ID_LEN]; variable
DMPLSensor.cpp208 if (inv_get_chip_name(chip_ID) != INV_SUCCESS) { in MPLSensor()
211 LOGV_IF(PROCESS_VERBOSE, "HAL:Chip ID= %s\n", chip_ID); in MPLSensor()
2493 if(chip_ID == NULL) { in populateSensorList()
2496 fillGyro(chip_ID, list); in populateSensorList()
2497 fillAccel(chip_ID, list); in populateSensorList()
2774 return !strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050"); in isMpu3050()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h406 char chip_ID[MAX_CHIP_ID_LEN]; variable
DMPLSensor.cpp160 if (inv_get_chip_name(chip_ID) != INV_SUCCESS) { in MPLSensor()
163 LOGV_IF(PROCESS_VERBOSE, "HAL:Chip ID= %s\n", chip_ID); in MPLSensor()
4777 if(chip_ID == NULL) {
4780 fillGyro(chip_ID, list);
4781 fillAccel(chip_ID, list);
5214 if (!strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050"))
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h427 char chip_ID[MAX_CHIP_ID_LEN]; variable
DMPLSensor.cpp281 if (inv_get_chip_name(chip_ID) != INV_SUCCESS) { in MPLSensor()
284 LOGV_IF(PROCESS_VERBOSE, "HAL:Chip ID= %s\n", chip_ID); in MPLSensor()
4734 if(chip_ID == NULL) { in populateSensorList()
4737 fillGyro(chip_ID, list); in populateSensorList()
4738 fillAccel(chip_ID, list); in populateSensorList()
5168 if (!strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050")) in isMpuNonDmp()