Searched refs:chip_ID (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 427 char chip_ID[MAX_CHIP_ID_LEN]; variable
|
D | MPLSensor.cpp | 277 if (inv_get_chip_name(chip_ID) != INV_SUCCESS) { in MPLSensor() 280 LOGV_IF(PROCESS_VERBOSE, "HAL:Chip ID= %s\n", chip_ID); in MPLSensor() 4717 fillGyro(chip_ID, list); in populateSensorList() 4718 fillAccel(chip_ID, list); in populateSensorList() 5142 if (!strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050")) in isMpuNonDmp()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 412 char chip_ID[MAX_CHIP_ID_LEN]; variable
|
D | MPLSensor.cpp | 188 if (inv_get_chip_name(chip_ID) != INV_SUCCESS) { in MPLSensor() 191 LOGV_IF(PROCESS_VERBOSE, "HAL:Chip ID= %s\n", chip_ID); in MPLSensor() 5078 if(chip_ID == NULL) { 5081 fillGyro(chip_ID, list); 5082 fillAccel(chip_ID, list); 5508 if (!strcmp(chip_ID, "mpu3050") || !strcmp(chip_ID, "MPU3050"))
|