Lines Matching refs:sname

3057     android::String8 sname;  local
3075 sname = "Step Counter";
3077 sname.string(), handle,
3092 sname = "StepDetector";
3094 sname.string(), handle,
3114 sname = "Significant Motion";
3116 sname.string(), handle,
3127 sname = "Screen Orientation";
3129 sname.string(), handle,
3137 sname = "Accelerometer";
3141 sname = "MagneticField";
3145 sname = "MagneticField Uncalibrated";
3149 sname = "Orientation";
3153 sname = "Gyro";
3157 sname = "Gyro Uncalibrated";
3161 sname = "Gravity";
3165 sname = "RotationVector";
3169 sname = "GameRotationVector";
3173 sname = "LinearAccel";
3177 sname = "GeomagneticRotationVector";
3182 sname = "Pressure";
3187 sname = "Others";
3195 sname.string(), handle,
3199 "HAL:%s sensor state change what=%d", sname.string(), what);
3336 void MPLSensor::getHandle(int32_t handle, int &what, android::String8 &sname) argument
3345 sname = "StepDetector";
3349 sname = "StepCounter";
3353 sname = "SignificantMotion";
3357 sname = "ScreenOrienation";
3361 sname = "Accelerometer";
3365 sname = "MagneticField";
3369 sname = "MagneticField Uncalibrated";
3373 sname = "Orientation";
3377 sname = "Gyro";
3381 sname = "Gyro Uncalibrated";
3385 sname = "Gravity";
3389 sname = "RotationVector";
3393 sname = "GameRotationVector";
3397 sname = "LinearAccel";
3402 sname = "Pressure";
3407 sname = "Others";
3411 LOGI_IF(EXTRA_VERBOSE, "HAL:getHandle - what=%d, sname=%s", what, sname.string());
3419 android::String8 sname; local
3437 getHandle(handle, what, sname);
5882 android::String8 sname; local
5904 getHandle(handle, what, sname);
6245 android::String8 sname; local
6248 getHandle(handle, what, sname);
6254 LOGV_IF(PROCESS_VERBOSE, "HAL: flush - select sensor %s (handle %d)", sname.string(), handle);
6259 LOGV_IF(ENG_VERBOSE, "HAL: flush - sensor %s not enabled", sname.string());
6264 …S_VERBOSE, "HAL:flush - batch mode not enabled for sensor %s (handle %d)", sname.string(), handle);