Searched refs:chip_ID (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/60xx/libsensors_iio/ |
D | MPLSensor.h | 268 char chip_ID[MAX_CHIP_ID_LEN]; variable
|
D | MPLSensor.cpp | 208 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() 2498 if(chip_ID == NULL) { in populateSensorList() 2501 fillGyro(chip_ID, list); in populateSensorList() 2502 fillAccel(chip_ID, list); in populateSensorList() 2779 return !strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050"); in isMpu3050()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 417 char chip_ID[MAX_CHIP_ID_LEN]; variable
|
D | MPLSensor.cpp | 273 if (inv_get_chip_name(chip_ID) != INV_SUCCESS) { in MPLSensor() 276 LOGV_IF(PROCESS_VERBOSE, "HAL:Chip ID= %s\n", chip_ID); in MPLSensor() 4448 if(chip_ID == NULL) { in populateSensorList() 4451 fillGyro(chip_ID, list); in populateSensorList() 4452 fillAccel(chip_ID, list); in populateSensorList() 4845 if (!strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050")) in isMpuNonDmp()
|