Searched defs:CameraHardwareInterface (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
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
107 ~CameraHardwareInterface();
H A DCameraHardwareInterface.cpp16 #define LOG_TAG "CameraHardwareInterface"
21 #include "CameraHardwareInterface.h"
29 CameraHardwareInterface::~CameraHardwareInterface()
44 status_t CameraHardwareInterface::initialize(sp<CameraProviderManager> manager) {
60 status_t CameraHardwareInterface::setPreviewScalingMode(int scalingMode)
71 status_t CameraHardwareInterface::setPreviewTransform(int transform) {
84 hardware::Return<void> CameraHardwareInterface::notifyCallback(
90 hardware::Return<uint32_t> CameraHardwareInterface::registerMemory(
115 hardware::Return<void> CameraHardwareInterface
[all...]

Completed in 523 milliseconds