Lines Matching full:compass
39 # warning "Invensense compass cal with YAS53x IIO on secondary bus"
43 # warning "Invensense compass cal with AK8975 on primary bus"
47 # warning "Invensense compass cal with compass IIO on secondary bus"
51 # warning "third party compass cal HAL"
69 LOGE("Error Instantiating Compass\n");
93 "HAL:compass mounting matrix: "
107 LOGE("HAL:Couldn't read compass mounting matrix");
147 LOGE_IF(res < 0, "HAL:enable compass failed");
172 LOGE("HAL:Compass update delay error");
188 /* use for Invensense compass calibration */
246 LOGE("HAL:no compass events read");
261 LOGE("HAL:Compass Sensor: unknown event (type=%d, code=%d)",
284 const char *compass = COMPASS_NAME;
286 if (compass) {
287 if(!strcmp(compass, "INV_COMPASS")) {
297 if(!strcmp(compass, "compass")
298 || !strcmp(compass, "INV_AK8975") ) {
305 if(!strcmp(compass, "INV_YAS530")) {
312 if(!strcmp(compass, "INV_AMI306")) {
321 LOGE("HAL:unknown compass id %s -- "
323 compass);