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

  /frameworks/native/services/sensorservice/
SensorDevice.cpp 82 result.appendFormat("halVersion %d\n", getHalDeviceVersion());
167 const int halVersion = getHalDeviceVersion();
168 if (halVersion >= SENSORS_DEVICE_API_VERSION_1_1) {
218 const int halVersion = getHalDeviceVersion();
219 if (halVersion < SENSORS_DEVICE_API_VERSION_1_1 && maxBatchReportLatencyNs != 0) {
252 if (halVersion >= SENSORS_DEVICE_API_VERSION_1_1) {
SensorService.cpp 391 const int halVersion = device.getHalDeviceVersion();
470 if (halVersion < SENSORS_DEVICE_API_VERSION_1_0) {
    [all...]
  /frameworks/av/camera/
ICameraService.cpp 191 int halVersion,
199 data.writeInt32(halVersion);
477 int32_t halVersion = data.readInt32();
481 status_t status = connectLegacy(cameraClient, cameraId, halVersion,

Completed in 199 milliseconds