Searched refs:CameraHardwareInterface (Results 1 – 5 of 5) sorted by relevance
74 class CameraHardwareInterface : public virtual RefBase {76 CameraHardwareInterface(const char *name): in CameraHardwareInterface() function90 ~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 …]
196 status_t initializePreviewWindow(sp<CameraHardwareInterface> device,214 sp<CameraHardwareInterface> mDevice;
815 sp<CameraHardwareInterface> device, int32_t width, int32_t height) { in initializePreviewWindow()851 sp<CameraHardwareInterface> device = in connectCameraDevice()852 new CameraHardwareInterface(cameraId.string()); in connectCameraDevice()
25 class CameraHardwareInterface; variable133 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
78 mHardware = new CameraHardwareInterface(camera_device_name); in initialize()