OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sensor
(Results
176 - 200
of
1103
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/browseable/BatchStepSensor/
AndroidManifest.xml
25
<!-- This sample requires at least Android KitKat for
sensor
batching support -->
32
<uses-feature android:name="android.hardware.
sensor
.stepcounter" />
33
<uses-feature android:name="android.hardware.
sensor
.stepdetector" />
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
40
#error "
Sensor
configuration ERROR: No
sensor
is defined."
64
{ "AK8975 3-axis Magnetic field
sensor
",
76
{ "AK8975 Orientation
sensor
",
88
{ "AK8975 Orientation
sensor
",
117
.name = "AKM
Sensor
module",
149
* which
sensor
is implemented in AKMD program.
282
SensorBase* const
sensor
(mSensors[i]);
283
if ((mPollFds[i].revents & POLLIN) || (
sensor
->hasPendingEvents())) {
284
int nb =
sensor
->readEvents(data, count)
[
all
...]
/pdk/apps/CameraITS/tests/inprog/
test_param_edge_mode.py
33
"android.
sensor
.frameDuration": 0,
34
"android.
sensor
.exposureTime": 30*1000*1000,
35
"android.
sensor
.sensitivity": 100
test_param_black_level_lock.py
40
"android.
sensor
.frameDuration": 0,
41
"android.
sensor
.exposureTime": 10*1000*1000
50
sens_range = props['android.
sensor
.info.sensitivityRange']
55
req["android.
sensor
.sensitivity"] = s
/cts/apps/CtsVerifier/res/values/
colors.xml
6
<!--
Sensor
tests log colors -->
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java
25
* A {@link ISensorOperation} used to verify that
sensor
events and
sensor
values are correct.
28
* depending on
sensor
type. When {{@link #execute()} is called, the
sensor
will collect the
/development/samples/wearable/JumpingJack/
_index.html
1
<p><b>About:</b> Uses the Gravity
sensor
to count how many jumping jacks you've performed.</p>
/device/moto/shamu/sepolicy/
sensors.te
1
# Integrated qualcomm
sensor
process
thermald.te
1
# Temperature
sensor
daemon (root process)
/external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_base.h
18
//
Sensor
data fetchers should derive from this base class and implement
25
// Starts updating the shared memory buffer with
sensor
data at
34
// Returns the shared memory handle of the device
sensor
data
67
// Returns the
sensor
sampling interval. In particular if this fetcher
inertial_sensor_consts.h
17
// Specifies the minimal interval between subsequent
sensor
data updates.
/frameworks/base/core/java/android/view/
OrientationEventListener.java
20
import android.hardware.
Sensor
;
38
private
Sensor
mSensor;
63
* @param rate at which
sensor
events are processed (see also
71
mSensor = mSensorManager.getDefaultSensor(
Sensor
.TYPE_ACCELEROMETER);
83
* Enables the OrientationEventListener so it will monitor the
sensor
and call
139
mOldListener.onSensorChanged(
Sensor
.TYPE_ACCELEROMETER, event.values);
147
public void onAccuracyChanged(
Sensor
sensor
, int accuracy) {
153
* Returns true if
sensor
is enabled and false otherwise
OrientationListener.java
53
* @param rate at which
sensor
events are processed (see also
79
* Enables the OrientationListener so it will monitor the
sensor
and call
93
public void onAccuracyChanged(int
sensor
, int accuracy) {
96
public void onSensorChanged(int
sensor
, float[] values) {
/frameworks/base/native/android/
Android.mk
16
sensor
.cpp \
/frameworks/base/policy/src/com/android/internal/policy/impl/
WakeGestureListener.java
21
import android.hardware.
Sensor
;
29
* Watches for wake gesture
sensor
events then invokes the listener.
40
private
Sensor
mSensor;
46
mSensor = mSensorManager.getDefaultSensor(
Sensor
.TYPE_WAKE_GESTURE);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java
24
import android.hardware.
Sensor
;
41
private
Sensor
mRotationVectorSensor;
55
// find the rotation-vector
sensor
57
Sensor
.TYPE_ROTATION_VECTOR);
171
// we received a
sensor
event. it is a good practice to check
174
if (event.
sensor
.getType() ==
Sensor
.TYPE_ROTATION_VECTOR) {
188
public void onAccuracyChanged(
Sensor
sensor
, int accuracy) {
/frameworks/native/libs/gui/
SensorManager.cpp
31
#include <gui/
Sensor
.h>
93
mSensorList = (
Sensor
const**)malloc(count * sizeof(
Sensor
*));
104
ssize_t SensorManager::getSensorList(
Sensor
const* const** list) const
115
Sensor
const* SensorManager::getDefaultSensor(int type)
120
// For the following
sensor
types, return a wake-up
sensor
. These types are by default
121
// defined as wake-up sensors. For the rest of the
sensor
types defined in sensors.h return
128
// For now we just return the first
sensor
of that type we find.
/pdk/apps/CameraITS/tests/scene0/
test_unified_timestamps.py
21
"""Test if image and motion
sensor
events are in the same time domain.
35
ts_image0 = cap['metadata']['android.
sensor
.timestamp']
38
print "Reading
sensor
measurements"
54
ts_image1 = cap['metadata']['android.
sensor
.timestamp']
/frameworks/base/docs/html/sdk/api_diff/18/changes/
android.hardware.Sensor.html
10
android.hardware.
Sensor
74
Class android.hardware.<A HREF="../../../../reference/android/hardware/
Sensor
.html" target="_top"><font size="+2"><code>
Sensor
</code></font></A>
87
<A NAME="android.hardware.
Sensor
.TYPE_GAME_ROTATION_VECTOR"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/hardware/
Sensor
.html#TYPE_GAME_ROTATION_VECTOR" target="_top"><code>TYPE_GAME_ROTATION_VECTOR</code></A></nobr>
94
<A NAME="android.hardware.
Sensor
.TYPE_GYROSCOPE_UNCALIBRATED"></A>
95
<nobr><code>int</code> <A HREF="../../../../reference/android/hardware/
Sensor
.html#TYPE_GYROSCOPE_UNCALIBRATED" target="_top"><code>TYPE_GYROSCOPE_UNCALIBRATED</code></A></nobr>
101
<A NAME="android.hardware.
Sensor
.TYPE_MAGNETIC_FIELD_UNCALIBRATED"></A>
102
<nobr><code>int</code> <A HREF="../../../../reference/android/hardware/
Sensor
.html#TYPE_MAGNETIC_FIELD_UNCALIBRATED" target="_top"><code>TYPE_MAGNETIC_FIELD_UNCALIBRATED</code></A></nobr>
108
<A NAME="android.hardware.
Sensor
.TYPE_SIGNIFICANT_MOTION"></A
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/9/changes/
android.hardware.Sensor.html
10
android.hardware.
Sensor
74
Class android.hardware.<A HREF="../../../../reference/android/hardware/
Sensor
.html" target="_top"><font size="+2"><code>
Sensor
</code></font></A>
86
<A NAME="android.hardware.
Sensor
.getMinDelay_added()"></A>
87
<nobr><code>int</code> <A HREF="../../../../reference/android/hardware/
Sensor
.html#getMinDelay()" target="_top"><code>getMinDelay</code></A>()</nobr>
102
<A NAME="android.hardware.
Sensor
.TYPE_GRAVITY"></A>
103
<nobr><code>int</code> <A HREF="../../../../reference/android/hardware/
Sensor
.html#TYPE_GRAVITY" target="_top"><code>TYPE_GRAVITY</code></A></nobr>
109
<A NAME="android.hardware.
Sensor
.TYPE_LINEAR_ACCELERATION"></A>
110
<nobr><code>int</code> <A HREF="../../../../reference/android/hardware/
Sensor
.html#TYPE_LINEAR_ACCELERATION" target="_top"><code>TYPE_LINEAR_ACCELERATION</code></A></nobr>
116
<A NAME="android.hardware.
Sensor
.TYPE_ROTATION_VECTOR"></A
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
AbstractSensorVerification.java
22
* Abstract class that deals with the synchronization of the
sensor
verifications.
51
* Used by implementing classes to add a
sensor
event.
MeanVerification.java
21
import android.hardware.
Sensor
;
57
* Get the default {@link MeanVerification} for a
sensor
.
60
* @return the verification or null if the verification does not apply to the
sensor
.
134
DEFAULTS.put(
Sensor
.TYPE_GYROSCOPE, new Object[]{
139
DEFAULTS.put(
Sensor
.TYPE_PRESSURE, new Object[]{
143
DEFAULTS.put(
Sensor
.TYPE_LINEAR_ACCELERATION, new Object[]{
147
DEFAULTS.put(
Sensor
.TYPE_GAME_ROTATION_VECTOR, new Object[]{
152
DEFAULTS.put(
Sensor
.TYPE_GYROSCOPE_UNCALIBRATED, new Object[]{
/cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java
21
import android.hardware.
Sensor
;
45
boolean hasSensor = (sm.getDefaultSensor(
Sensor
.TYPE_ACCELEROMETER) != null);
/device/asus/flo/sepolicy/
sensors.te
1
# Integrated qualcomm
sensor
process
30
# Access
sensor
nodes (/dev/msm_dsps)
/device/lge/hammerhead/libsensors/
sensors.h
35
#define PROXIMITY_DATA "Avago proximity
sensor
"
36
#define LIGHT_DATA "Avago light
sensor
"
Completed in 3457 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>