Searched refs:openDevice (Results 1 - 8 of 8) sorted by relevance

/hardware/interfaces/audio/2.0/
H A DIDevicesFactory.hal44 openDevice(Device device) generates (Result retval, IDevice result);
/hardware/libhardware/modules/usbcamera/
H A DUsbCamera.h37 int openDevice();
H A DCamera.h67 virtual int openDevice() = 0;
H A DUsbCamera.cpp184 int UsbCamera::openDevice() { function in class:usb_camera_hal::UsbCamera
H A DCamera.cpp138 return openDevice();
/hardware/interfaces/audio/2.0/default/
H A DDevicesFactory.h43 Return<void> openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) override;
H A DDevicesFactory.cpp77 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { function in class:android::hardware::audio::V2_0::implementation::DevicesFactory
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp177 doc::test("test passing an invalid parameter to openDevice");
180 ASSERT_OK(devicesFactory->openDevice(IDevicesFactory::Device(-1),
187 /////////////////////////////// openDevice primary ///////////////////////////
201 devicesFactory->openDevice(IDevicesFactory::Device::PRIMARY,
219 doc::test("Test the openDevice (called in SetUp)");

Completed in 320 milliseconds