Searched refs:halVersion (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/QCamera2/ |
D | QCamera2Factory.cpp | 238 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() 477 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in openLegacy() argument 481 LOGI("openLegacy halVersion: %d", halVersion); in openLegacy() 486 switch(halVersion) in openLegacy() 504 halVersion, cameraId); in openLegacy()
|
D | 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);
|
/hardware/libhardware/include/hardware/ |
D | camera_common.h | 825 uint32_t halVersion, struct hw_device_t** device);
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 146 const char* id, uint32_t halVersion, struct hw_device_t** device);
|
D | QCameraMuxer.cpp | 301 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument
|