Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h74 class CameraHardwareInterface : public virtual RefBase {
76 CameraHardwareInterface(const char *name): in CameraHardwareInterface() function
90 ~CameraHardwareInterface() in ~CameraHardwareInterface()
491 CameraHardwareInterface *__this = in __notify_cb()
492 static_cast<CameraHardwareInterface *>(user); in __notify_cb()
502 CameraHardwareInterface *__this = in __data_cb()
503 static_cast<CameraHardwareInterface *>(user); in __data_cb()
518 CameraHardwareInterface *__this = in __data_cb_timestamp()
519 static_cast<CameraHardwareInterface *>(user); in __data_cb_timestamp()
605 CameraHardwareInterface *__this = in __to_anw()
[all …]
/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h196 status_t initializePreviewWindow(sp<CameraHardwareInterface> device,
214 sp<CameraHardwareInterface> mDevice;
DCameraFlashlight.cpp815 sp<CameraHardwareInterface> device, int32_t width, int32_t height) { in initializePreviewWindow()
851 sp<CameraHardwareInterface> device = in connectCameraDevice()
852 new CameraHardwareInterface(cameraId.string()); in connectCameraDevice()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h25 class CameraHardwareInterface; variable
133 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
DCameraClient.cpp78 mHardware = new CameraHardwareInterface(camera_device_name); in initialize()