Lines Matching defs:halVersion
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, cameraId);