Home
last modified time | relevance | path

Searched refs:halVersion (Results 1 – 10 of 10) sorted by relevance

/device/lge/bullhead/camera/QCamera2/
DQCamera2Factory.cpp180 const char* id, uint32_t halVersion, struct hw_device_t** device) in open_legacy() argument
191 return gQCamera2Factory->openLegacy(atoi(id), halVersion, device); in open_legacy()
399 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in openLegacy() argument
403 ALOGI(":%s openLegacy halVersion: %d", __func__, halVersion); in openLegacy()
408 switch(halVersion) in openLegacy()
426 __func__, halVersion, cameraId); in openLegacy()
DQCamera2Factory.h54 const char* id, uint32_t halVersion, struct hw_device_t** device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
/device/huawei/angler/camera/QCamera2/
DQCamera2Factory.cpp180 const char* id, uint32_t halVersion, struct hw_device_t** device) in open_legacy() argument
191 return gQCamera2Factory->openLegacy(atoi(id), halVersion, device); in open_legacy()
399 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in openLegacy() argument
403 ALOGI(":%s openLegacy halVersion: %d", __func__, halVersion); in openLegacy()
408 switch(halVersion) in openLegacy()
426 __func__, halVersion, cameraId); in openLegacy()
DQCamera2Factory.h54 const char* id, uint32_t halVersion, struct hw_device_t** device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp238 const char* id, uint32_t halVersion, struct hw_device_t** device) in open_legacy() argument
251 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); in open_legacy()
253 rc = gQCamera2Factory->openLegacy(atoi(id), halVersion, device); in open_legacy()
473 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in openLegacy() argument
477 LOGI("openLegacy halVersion: %d", halVersion); in openLegacy()
482 switch(halVersion) in openLegacy()
500 halVersion, cameraId); in openLegacy()
DQCamera2Factory.h53 const char* id, uint32_t halVersion, struct hw_device_t** device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
/device/generic/goldfish/camera/
DEmulatedCameraFactory.h107 uint32_t halVersion, struct hw_device_t** device);
DEmulatedCameraFactory.cpp319 const char* id, uint32_t halVersion, struct hw_device_t** device) { in open_legacy() argument
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h147 const char* id, uint32_t halVersion, struct hw_device_t** device);
DQCameraMuxer.cpp302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument