Searched refs:sname (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2754 android::String8 sname; in enable() local 2761 sname = "Step Counter"; in enable() 2763 sname.string(), handle, in enable() 2770 sname = "StepDetector"; in enable() 2772 sname.string(), handle, in enable() 2785 sname = "Significant Motion"; in enable() 2787 sname.string(), handle, in enable() 2794 sname = "Screen Orientation"; in enable() 2796 sname.string(), handle, in enable() 2804 sname = "Accelerometer"; in enable() [all …]
|
D | MPLSensor.h | 208 void getHandle(int32_t handle, int &what, android::String8 &sname);
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 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"; [all …]
|
D | MPLSensor.h | 193 void getHandle(int32_t handle, int &what, android::String8 &sname);
|