Home
last modified time | relevance | path

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

/hardware/qcom/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()
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()
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);
/hardware/libhardware/include/hardware/
Dcamera_common.h825 uint32_t halVersion, struct hw_device_t** device);
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.h146 const char* id, uint32_t halVersion, struct hw_device_t** device);
DQCameraMuxer.cpp301 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument