Searched refs:CameraHardwareInterface (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp16 #define LOG_TAG "CameraHardwareInterface"
21 #include "CameraHardwareInterface.h"
29 CameraHardwareInterface::~CameraHardwareInterface()
39 status_t CameraHardwareInterface::initialize(sp<CameraProviderManager> manager) {
49 status_t CameraHardwareInterface::setPreviewScalingMode(int scalingMode)
60 status_t CameraHardwareInterface::setPreviewTransform(int transform) {
73 hardware::Return<void> CameraHardwareInterface::notifyCallback(
79 hardware::Return<uint32_t> CameraHardwareInterface::registerMemory(
105 hardware::Return<void> CameraHardwareInterface
[all...]
H A DCameraHardwareInterface.h60 * CameraHardwareInterface.h defines the interface to the
86 class CameraHardwareInterface : class in namespace:android
92 explicit CameraHardwareInterface(const char *name): function in class:android::CameraHardwareInterface
106 ~CameraHardwareInterface();
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h26 #include "device1/CameraHardwareInterface.h"
149 status_t initializePreviewWindow(const sp<CameraHardwareInterface>& device,
167 sp<CameraHardwareInterface> mDevice;
H A DCameraFlashlight.cpp481 const sp<CameraHardwareInterface>& device, int32_t width, int32_t height) {
517 sp<CameraHardwareInterface> device =
518 new CameraHardwareInterface(cameraId.string());
H A DAndroid.mk43 device1/CameraHardwareInterface.cpp \
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h25 class CameraHardwareInterface;
140 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
166 // the CameraHardwareInterface callback thread both want to grab mLock.
174 // disableMsgType() functions in CameraHardwareInterface.
H A DCameraClient.cpp26 #include "device1/CameraHardwareInterface.h"
81 mHardware = new CameraHardwareInterface(camera_device_name);
140 sp<CameraHardwareInterface> hardware = mHardware;

Completed in 176 milliseconds