Searched defs:halVersion (Results 1 - 4 of 4) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_camera_hal.cpp | 142 uint32_t halVersion, 198 uint32_t halVersion, 200 return gCameraHAL.openLegacy(module, id, halVersion, device); 140 openLegacy(const hw_module_t* module, const char* id, uint32_t halVersion, hw_device_t** device) argument 196 open_legacy(const hw_module_t* module, const char* id, uint32_t halVersion, hw_device_t** device) argument
|
/hardware/qcom/camera/msm8998/QCamera2/ |
H A D | QCamera2Factory.cpp | 252 * @halVersion: Based on camera_module_t.common.module_api_version 258 const char* id, uint32_t halVersion, struct hw_device_t** device) 272 rc = gQCameraMuxer->open_legacy(module, id, halVersion, device); 275 rc = gQCamera2Factory->openLegacy(atoi(id), halVersion, device); 492 * @halVersion: Based on camera_module_t.common.module_api_version 499 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) 503 LOGI("openLegacy halVersion: %d cameraId = %d", halVersion, cameraId); 508 switch(halVersion) 529 halVersion, cameraI 257 open_legacy(const struct hw_module_t* module, const char* id, uint32_t halVersion, struct hw_device_t** device) argument 498 openLegacy( int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) argument [all...] |
/hardware/interfaces/camera/common/1.0/default/ |
H A D | CameraModule.cpp | 355 const char* id, uint32_t halVersion, struct hw_device_t** device) { 358 res = mModule->open_legacy(&mModule->common, id, halVersion, device); 354 openLegacy( const char* id, uint32_t halVersion, struct hw_device_t** device) argument
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraMuxer.cpp | 293 * @halVersion: hal version 302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) 301 open_legacy(__unused const struct hw_module_t* module, const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) argument
|
Completed in 138 milliseconds