HomeSort by relevance Sort by last modified time
    Searched defs:halVersion (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorDevice.cpp 187 const int halVersion = getHalDeviceVersion();
188 if (halVersion >= SENSORS_DEVICE_API_VERSION_1_1) {
243 const int halVersion = getHalDeviceVersion();
244 if (halVersion < SENSORS_DEVICE_API_VERSION_1_1 && maxBatchReportLatencyNs != 0) {
277 if (halVersion >= SENSORS_DEVICE_API_VERSION_1_1) {
350 const int halVersion = getHalDeviceVersion();
359 if (halVersion > SENSORS_DEVICE_API_VERSION_1_0) {
373 if (halVersion <= SENSORS_DEVICE_API_VERSION_1_0) {
SensorService.cpp 491 const int halVersion = device.getHalDeviceVersion();
575 if (halVersion < SENSORS_DEVICE_API_VERSION_1_0) {
    [all...]

Completed in 132 milliseconds