Home
last modified time | relevance | path

Searched refs:openDevice (Results 1 – 12 of 12) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp156 int V4L2CameraHAL::openDevice(const hw_module_t* module, in openDevice() function in v4l2_camera_hal::V4L2CameraHAL
172 return mCameras[id]->openDevice(module, device); in openDevice()
210 return gCameraHAL.openDevice(module, name, device); in open_dev()
Dv4l2_camera_hal.h53 int openDevice(const hw_module_t* mod, const char* name, hw_device_t** dev);
Dcamera.h48 int openDevice(const hw_module_t *module, hw_device_t **device);
Dcamera.cpp74 int Camera::openDevice(const hw_module_t *module, hw_device_t **device) in openDevice() function in default_camera_hal::Camera
/hardware/libhardware/modules/usbcamera/
DUsbCamera.h37 int openDevice();
DCamera.h67 virtual int openDevice() = 0;
DUsbCamera.cpp187 int UsbCamera::openDevice() { in openDevice() function in usb_camera_hal::UsbCamera
DCamera.cpp145 return openDevice(); in open()
/hardware/interfaces/audio/2.0/default/
DDevicesFactory.h43 Return<void> openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) override;
DDevicesFactory.cpp77 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { in openDevice() function in android::hardware::audio::V2_0::implementation::DevicesFactory
/hardware/interfaces/audio/2.0/
DIDevicesFactory.hal44 openDevice(Device device) generates (Result retval, IDevice result);
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp126 ASSERT_OK(devicesFactory->openDevice(IDevicesFactory::Device(-1), in TEST_F()
147 devicesFactory->openDevice(IDevicesFactory::Device::PRIMARY, in SetUp()