HomeSort by relevance Sort by last modified time
    Searched defs:CameraHardwareInterface (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 60 * CameraHardwareInterface.h defines the interface to the
86 class CameraHardwareInterface :
92 explicit CameraHardwareInterface(const char *name):
107 ~CameraHardwareInterface();
CameraHardwareInterface.cpp 16 #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::unregisterMemory(uint32_t memId)
    [all...]

Completed in 65 milliseconds