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

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h48 * CameraHardwareInterface.h defines the interface to the
74 class CameraHardwareInterface : public virtual RefBase { class in namespace:android
76 CameraHardwareInterface(const char *name): function in class:android::CameraHardwareInterface
90 ~CameraHardwareInterface()
491 CameraHardwareInterface *__this =
492 static_cast<CameraHardwareInterface *>(user);
502 CameraHardwareInterface *__this =
503 static_cast<CameraHardwareInterface *>(user);
518 CameraHardwareInterface *__this =
519 static_cast<CameraHardwareInterface *>(use
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h26 #include "device1/CameraHardwareInterface.h"
196 status_t initializePreviewWindow(sp<CameraHardwareInterface> device,
214 sp<CameraHardwareInterface> mDevice;
H A DCameraFlashlight.cpp815 sp<CameraHardwareInterface> device, int32_t width, int32_t height) {
851 sp<CameraHardwareInterface> device =
852 new CameraHardwareInterface(cameraId.string());
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h25 class CameraHardwareInterface;
133 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
159 // the CameraHardwareInterface callback thread both want to grab mLock.
167 // disableMsgType() functions in CameraHardwareInterface.
H A DCameraClient.cpp25 #include "device1/CameraHardwareInterface.h"
78 mHardware = new CameraHardwareInterface(camera_device_name);

Completed in 66 milliseconds