Home
last modified time | relevance | path

Searched defs:openDevice (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp36 Return<void> DevicesFactory::openDevice(IDevicesFactory::Device device, openDevice_cb _hidl_cb) { in openDevice() function in android::hardware::audio::CPP_VERSION::implementation::DevicesFactory
53 Return<void> DevicesFactory::openDevice(const char* moduleName, openDevice_cb _hidl_cb) { in openDevice() function in android::hardware::audio::CPP_VERSION::implementation::DevicesFactory
101 Return<void> DevicesFactory::openDevice(const char* moduleName, Callback _hidl_cb) { in openDevice() function in android::hardware::audio::CPP_VERSION::implementation::DevicesFactory
/hardware/interfaces/audio/common/7.0/example/
DDevicesFactory.cpp28 Return<void> DevicesFactory::openDevice(const hidl_string& device, openDevice_cb _hidl_cb) { in openDevice() function in android::hardware::audio::V7_0::implementation::DevicesFactory
/hardware/libhardware/modules/usbcamera/
DUsbCamera.cpp187 int UsbCamera::openDevice() { in openDevice() function in usb_camera_hal::UsbCamera
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp159 int V4L2CameraHAL::openDevice(const hw_module_t* module, in openDevice() function in v4l2_camera_hal::V4L2CameraHAL
Dcamera.cpp71 int Camera::openDevice(const hw_module_t *module, hw_device_t **device) in openDevice() function in default_camera_hal::Camera
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h192 static sp<IDevice> openDevice(const sp<IDevicesFactory>& factory, const std::string& name) { in openDevice() function