OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getReportingMode
(Results
1 - 22
of
22
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/
SensorAdditionalInfoTest.java
59
s.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT ||
60
s.
getReportingMode
() == Sensor.REPORTING_MODE_ON_CHANGE) {
SensorTest.java
335
if (s.
getReportingMode
() == Sensor.REPORTING_MODE_CONTINUOUS) {
371
if (s.
getReportingMode
() == Sensor.REPORTING_MODE_CONTINUOUS) {
406
if (sensor.
getReportingMode
() == Sensor.REPORTING_MODE_CONTINUOUS) {
449
if (sensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
484
if (sensor.
getReportingMode
() != Sensor.REPORTING_MODE_CONTINUOUS) {
523
if (sensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
588
int sensorReportingMode = mEnvironment.getSensor().
getReportingMode
();
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
BatchArrivalVerification.java
59
if (environment.getSensor().
getReportingMode
() != Sensor.REPORTING_MODE_CONTINUOUS) {
EventGapVerification.java
58
if (environment.getSensor().
getReportingMode
() != Sensor.REPORTING_MODE_CONTINUOUS) {
EventOrderingVerification.java
51
int reportingMode = environment.getSensor().
getReportingMode
();
FifoLengthVerification.java
63
if (environment.getSensor().
getReportingMode
() != Sensor.REPORTING_MODE_CONTINUOUS) {
FrequencyVerification.java
69
if (sensor.
getReportingMode
() != Sensor.REPORTING_MODE_CONTINUOUS) {
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SensorDeviceInfo.java
64
store.addResult(REPORTING_MODE, sensor.
getReportingMode
());
/frameworks/native/include/gui/
Sensor.h
91
int32_t
getReportingMode
() const;
/frameworks/base/core/java/android/hardware/
SystemSensorManager.java
138
if (sensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
175
if (sensor != null && sensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
203
if (sensor.
getReportingMode
() != Sensor.REPORTING_MODE_ONE_SHOT) return false;
228
if (sensor != null && sensor.
getReportingMode
() != Sensor.REPORTING_MODE_ONE_SHOT) {
309
if (sensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
Sensor.java
767
public int
getReportingMode
() {
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEnvironment.java
339
int sensorReportingMode = mSensor.
getReportingMode
();
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCProximitySensor.java
165
info.append(", reporting mode: " + proximitySensor.
getReportingMode
());
/frameworks/native/services/sensorservice/
SensorList.cpp
136
const int reportingMode = s.
getReportingMode
();
SensorService.cpp
484
si->getSensor().
getReportingMode
() == AREPORTING_MODE_ONE_SHOT) {
[
all
...]
SensorEventConnection.cpp
125
if (si != nullptr && si->getSensor().
getReportingMode
() == AREPORTING_MODE_ONE_SHOT) {
/frameworks/base/native/android/
sensor.cpp
207
return static_cast<Sensor const*>(sensor)->
getReportingMode
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java
243
if (sensor.
getReportingMode
() == Sensor.REPORTING_MODE_CONTINUOUS) {
/frameworks/native/libs/gui/
Sensor.cpp
403
int32_t Sensor::
getReportingMode
() const {
/frameworks/base/services/core/java/com/android/server/
DeviceIdleController.java
439
if (mMotionSensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
454
if (mMotionSensor.
getReportingMode
() == Sensor.REPORTING_MODE_ONE_SHOT) {
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 330 milliseconds