OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halVersion
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/gui/
Sensor.h
56
Sensor(struct sensor_t const* hwSensor, int
halVersion
= 0);
/frameworks/native/services/sensorservice/
SensorDevice.cpp
160
const int
halVersion
= getHalDeviceVersion();
161
if (
halVersion
>= SENSORS_DEVICE_API_VERSION_1_1) {
211
const int
halVersion
= getHalDeviceVersion();
212
if (
halVersion
>= SENSORS_DEVICE_API_VERSION_1_1) {
260
if (
halVersion
>= SENSORS_DEVICE_API_VERSION_1_1) {
SensorService.cpp
333
const int
halVersion
= device.getHalDeviceVersion();
395
if (
halVersion
< SENSORS_DEVICE_API_VERSION_1_0) {
[
all
...]
/frameworks/native/libs/gui/
Sensor.cpp
39
Sensor::Sensor(struct sensor_t const* hwSensor, int
halVersion
)
53
if (
halVersion
>= SENSORS_DEVICE_API_VERSION_1_1) {
Completed in 697 milliseconds