OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSensors
(Results
1 - 9
of
9
) sorted by null
/device/samsung/manta/libsensors/
sensors.cpp
137
SensorBase*
mSensors
[numSensorDrivers];
172
memset(
mSensors
, 0, sizeof(
mSensors
));
180
mSensors
[mpl] = p_mplsen;
181
mPollFds[mpl].fd =
mSensors
[mpl]->getFd();
185
mSensors
[compass] = p_mplsen;
186
mPollFds[compass].fd = ((MPLSensor*)
mSensors
[mpl])->getCompassFd();
191
mPollFds[dmpOrient].fd = ((MPLSensor*)
mSensors
[mpl])->getDmpOrientFd();
195
mSensors
[light] = new LightSensor();
196
mPollFds[light].fd =
mSensors
[light]->getFd()
[
all
...]
/frameworks/native/libs/gui/
SensorManager.cpp
59
mSensors
.clear();
91
mSensors
= mSensorServer->getSensorList();
92
size_t count =
mSensors
.size();
95
mSensorList[i] =
mSensors
.array() + i;
112
return
mSensors
.size();
122
for (size_t i=0 ; i<
mSensors
.size() ; i++) {
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
146
SensorBase*
mSensors
[numSensorDrivers];
161
mSensors
[acc] = new AdxlSensor();
164
mSensors
[acc] = new KionixSensor();
166
mPollFds[acc].fd =
mSensors
[acc]->getFd();
170
mSensors
[akm] = new AkmSensor();
171
mPollFds[akm].fd =
mSensors
[akm]->getFd();
189
delete
mSensors
[i];
218
mSensors
[handleToDriver(ID_A)]->setEnable(ID_A, enabled);
219
mSensors
[handleToDriver(ID_M)]->setEnable(ID_M, enabled);
225
err =
mSensors
[drv]->setEnable(handle, enabled)
[
all
...]
/frameworks/base/core/java/android/hardware/
LegacySensorManager.java
208
private int
mSensors
;
213
mSensors
= 0;
217
if ((
mSensors
& legacyType) != 0) {
220
boolean alreadyHasOrientationSensor = hasOrientationSensor(
mSensors
);
221
mSensors
|= legacyType;
229
if ((
mSensors
& legacyType) == 0) {
232
mSensors
&= ~legacyType;
233
if (hasOrientationSensor(legacyType) && hasOrientationSensor(
mSensors
)) {
240
return
mSensors
!= 0;
266
if ((
mSensors
& SensorManager.SENSOR_ORIENTATION_RAW)!=0)
[
all
...]
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java
36
private List<MonitoredSensor>
mSensors
;
210
mSensors
= new ArrayList<MonitoredSensor>();
225
mSensors
.add(to_add);
239
for (int n = 0; n <
mSensors
.size(); n++) {
240
if (
mSensors
.get(n).getType() == type) {
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java
58
private final List<MonitoredSensor>
mSensors
= new ArrayList<MonitoredSensor>();
99
mSensors
.add(to_add);
115
return
mSensors
;
182
for (MonitoredSensor sensor :
mSensors
) {
247
for (MonitoredSensor sensor :
mSensors
) {
268
for (MonitoredSensor sensor :
mSensors
) {
284
for (MonitoredSensor sensor :
mSensors
) {
293
for (MonitoredSensor sensor :
mSensors
) {
310
for (MonitoredSensor sensor :
mSensors
) {
326
for (MonitoredSensor sensor :
mSensors
) {
[
all
...]
/frameworks/native/include/gui/
SensorManager.h
68
mutable Vector<Sensor>
mSensors
;
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
Completed in 57 milliseconds