OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SENSORS_DEVICE_API_VERSION_1_0
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/gui/
Sensor.cpp
59
if (halVersion >
SENSORS_DEVICE_API_VERSION_1_0
) {
209
if (halVersion >
SENSORS_DEVICE_API_VERSION_1_0
&& hwSensor->stringType) {
212
if (halVersion >
SENSORS_DEVICE_API_VERSION_1_0
&& hwSensor->requiredPermission) {
/hardware/libhardware/include/hardware/
sensors.h
34
#define
SENSORS_DEVICE_API_VERSION_1_0
HARDWARE_DEVICE_API_VERSION_2(1, 0, SENSORS_HEADER_VERSION)
69
* Availability:
SENSORS_DEVICE_API_VERSION_1_0
[
all
...]
/hardware/libhardware/modules/sensors/
multihal.cpp
347
if (version >=
SENSORS_DEVICE_API_VERSION_1_0
&& local_handle >= 0 && v1) {
360
if (version >=
SENSORS_DEVICE_API_VERSION_1_0
&& local_handle >= 0 && v1) {
/device/samsung/manta/libsensors/
sensors.cpp
373
dev->device.common.version =
SENSORS_DEVICE_API_VERSION_1_0
;
/device/lge/hammerhead/libsensors/
sensors.cpp
449
dev->device.common.version =
SENSORS_DEVICE_API_VERSION_1_0
;
/hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp
428
dev->device.common.version =
SENSORS_DEVICE_API_VERSION_1_0
;
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
398
dev->device.common.version =
SENSORS_DEVICE_API_VERSION_1_0
;
/device/generic/goldfish/sensors/
sensors_qemu.c
610
dev->device.common.version =
SENSORS_DEVICE_API_VERSION_1_0
;
/frameworks/native/services/sensorservice/
SensorService.cpp
480
if (halVersion <
SENSORS_DEVICE_API_VERSION_1_0
) {
[
all
...]
Completed in 449 milliseconds