blob: 0702463b085ff757fb5e95695835b3294231b56d [file] [log] [blame]
/*
* Copyright 2008, The Android Open Source Project
* Copyright 2013, Samsung Electronics Co. LTD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*!
* \file SecCameraInterface.h
* \brief source file for Android Camera Ext HAL
* \author teahyung kim (tkon.kim@samsung.com)
* \date 2013/04/30
*
*/
#ifndef ANDROID_HARDWARE_SECCAMERAINTERFACE_H
#define ANDROID_HARDWARE_SECCAMERAINTERFACE_H
#include <poll.h>
#include <fcntl.h>
#include <time.h>
#include <cutils/properties.h>
#include <camera/Camera.h>
#include <media/hardware/MetadataBufferType.h>
#include <utils/Endian.h>
namespace android {
/**
* Open camera device
*/
int HAL_ext_camera_device_open_wrapper(
const struct hw_module_t* module,
const char *id,
struct hw_device_t** device);
}; /* namespace android */
#endif /* ANDROID_HARDWARE_SECCAMERAINTERFACE_H */