/device/huawei/angler/camera/QCamera2/ |
QCamera2Factory.h | 54 const char* id, uint32_t halVersion, struct hw_device_t** device); 65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
QCamera2Factory.cpp | 174 * @halVersion: Based on camera_module_t.common.module_api_version 180 const char* id, uint32_t halVersion, struct hw_device_t** device) 191 return gQCamera2Factory->openLegacy(atoi(id), halVersion, device); 392 * @halVersion: Based on camera_module_t.common.module_api_version 399 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) 403 ALOGI(":%s openLegacy halVersion: %d", __func__, halVersion); 408 switch(halVersion) 426 __func__, halVersion, cameraId);
|
/device/lge/bullhead/camera/QCamera2/ |
QCamera2Factory.h | 54 const char* id, uint32_t halVersion, struct hw_device_t** device); 65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
QCamera2Factory.cpp | 174 * @halVersion: Based on camera_module_t.common.module_api_version 180 const char* id, uint32_t halVersion, struct hw_device_t** device) 191 return gQCamera2Factory->openLegacy(atoi(id), halVersion, device); 392 * @halVersion: Based on camera_module_t.common.module_api_version 399 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) 403 ALOGI(":%s openLegacy halVersion: %d", __func__, halVersion); 408 switch(halVersion) 426 __func__, halVersion, cameraId);
|
/hardware/qcom/camera/QCamera2/ |
QCamera2Factory.h | 53 const char* id, uint32_t halVersion, struct hw_device_t** device); 65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
QCamera2Factory.cpp | 232 * @halVersion: Based on camera_module_t.common.module_api_version 238 const char* id, uint32_t halVersion, struct hw_device_t** device) 251 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); 253 rc = gQCamera2Factory->openLegacy(atoi(id), halVersion, device); 466 * @halVersion: Based on camera_module_t.common.module_api_version 473 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) 477 LOGI("openLegacy halVersion: %d", halVersion); 482 switch(halVersion) 500 halVersion, cameraId) [all...] |
/frameworks/native/libs/gui/ |
Sensor.cpp | 44 Sensor::Sensor(struct sensor_t const* hwSensor, int halVersion) : 45 Sensor(*hwSensor, uuid_t(), halVersion) { 48 Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion) { 64 if (halVersion > SENSORS_DEVICE_API_VERSION_1_0) { 72 if (halVersion >= SENSORS_DEVICE_API_VERSION_1_3) { 155 if (halVersion < SENSORS_DEVICE_API_VERSION_1_3) { 170 if (halVersion < SENSORS_DEVICE_API_VERSION_1_3) { 189 if (halVersion < SENSORS_DEVICE_API_VERSION_1_3) { 196 if (halVersion < SENSORS_DEVICE_API_VERSION_1_3) { 203 if (halVersion < SENSORS_DEVICE_API_VERSION_1_3) [all...] |
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
HwModule.h | 43 HwModule(const char *name, uint32_t halVersion = AUDIO_DEVICE_API_VERSION_MIN); 58 void setHalVersion(uint32_t halVersion) { mHalVersion = halVersion; }
|
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.h | 107 uint32_t halVersion, struct hw_device_t** device);
|
EmulatedCameraFactory.cpp | 317 const char* id, uint32_t halVersion, struct hw_device_t** device) {
|
/device/moto/shamu/camera/QCamera2/ |
QCamera2Factory.h | 54 const char* id, uint32_t halVersion, struct hw_device_t** device);
|
QCamera2Factory.cpp | 175 * @halVersion: Based on camera_module_t.common.module_api_version 181 const char* id, uint32_t halVersion, struct hw_device_t** device)
|
/frameworks/av/services/camera/libcameraservice/common/ |
CameraModule.h | 45 int openLegacy(const char* id, uint32_t halVersion, struct hw_device_t** device);
|
CameraModule.cpp | 326 const char* id, uint32_t halVersion, struct hw_device_t** device) { 329 res = mModule->open_legacy(&mModule->common, id, halVersion, device);
|
/frameworks/av/camera/aidl/android/hardware/ |
ICameraService.aidl | 91 * halVersion constant for connectLegacy 100 int halVersion,
|
/frameworks/native/include/gui/ |
Sensor.h | 65 Sensor(struct sensor_t const* hwSensor, int halVersion = 0); 66 Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion = 0);
|
/hardware/libhardware/include/hardware/ |
camera_common.h | [all...] |
/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) {
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 122 int32_t cameraId, int32_t halVersion, 511 int halVersion, const String16& clientPackageName, 755 int halVersion, int deviceVersion, apiLevel effectiveApiLevel, 821 int halVersion, const String16& clientPackageName, int clientUid, int clientPid, 832 (halVersion == -1) ? "default" : std::to_string(halVersion).c_str(), [all...] |
CameraService.cpp | 753 int halVersion, int deviceVersion, apiLevel effectiveApiLevel, 756 if (halVersion < 0 || halVersion == deviceVersion) { 799 halVersion == CAMERA_DEVICE_API_VERSION_1_0) { 807 " opened as HAL %x device", halVersion, deviceVersion, 811 cameraId, deviceVersion, halVersion); [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 390 * @param halVersion The HAL API version this camera device to be opened as. 393 * @throws IllegalArgumentException if the {@code halVersion} is invalid 404 public static Camera openLegacy(int cameraId, int halVersion) { 405 if (halVersion < CAMERA_HAL_API_VERSION_1_0) { 406 throw new IllegalArgumentException("Invalid HAL version " + halVersion); 409 return new Camera(cameraId, halVersion); 417 * @param halVersion The HAL API version this camera device to be opened as. 419 private Camera(int cameraId, int halVersion) { 420 int err = cameraInitVersion(cameraId, halVersion); 447 private int cameraInitVersion(int cameraId, int halVersion) { [all...] |
/frameworks/av/include/camera/ |
Camera.h | 84 static status_t connectLegacy(int cameraId, int halVersion,
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMuxer.h | 147 const char* id, uint32_t halVersion, struct hw_device_t** device);
|
/frameworks/av/camera/ |
Camera.cpp | 80 status_t Camera::connectLegacy(int cameraId, int halVersion, 93 ret = cs.get()->connectLegacy(cl, cameraId, halVersion, clientPackageName,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
HwModule.cpp | 28 HwModule::HwModule(const char *name, uint32_t halVersion) 31 mHalVersion(halVersion)
|