Searched refs:openDevice (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 156 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()
|
D | v4l2_camera_hal.h | 53 int openDevice(const hw_module_t* mod, const char* name, hw_device_t** dev);
|
D | camera.h | 48 int openDevice(const hw_module_t *module, hw_device_t **device);
|
D | camera.cpp | 74 int Camera::openDevice(const hw_module_t *module, hw_device_t **device) in openDevice() function in default_camera_hal::Camera
|
/hardware/libhardware/modules/usbcamera/ |
D | UsbCamera.h | 37 int openDevice();
|
D | Camera.h | 67 virtual int openDevice() = 0;
|
D | UsbCamera.cpp | 187 int UsbCamera::openDevice() { in openDevice() function in usb_camera_hal::UsbCamera
|
D | Camera.cpp | 145 return openDevice(); in open()
|
/hardware/interfaces/audio/2.0/default/ |
D | DevicesFactory.h | 43 Return<void> openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) override;
|
D | DevicesFactory.cpp | 77 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/ |
D | IDevicesFactory.hal | 44 openDevice(Device device) generates (Result retval, IDevice result);
|
/hardware/interfaces/audio/2.0/vts/functional/ |
D | AudioPrimaryHidlHalTest.cpp | 126 ASSERT_OK(devicesFactory->openDevice(IDevicesFactory::Device(-1), in TEST_F() 147 devicesFactory->openDevice(IDevicesFactory::Device::PRIMARY, in SetUp()
|