Searched refs:device (Results 101 - 110 of 110) sorted by relevance

12345

/hardware/msm7k/libaudio/
H A DAudioHardware.h150 status_t doAudioRouteOrMute(uint32_t device);
/hardware/ti/wlan/wl1271/platforms/os/linux/
H A DMakefile234 @echo FPGA1273 = $(FPGA1273) // FPGA device support
/hardware/qcom/audio/libalsa-intf/
H A Dalsa_mixer.c152 struct mixer *mixer_open(const char *device) argument
161 fd = open(device, O_RDWR);
242 ei->id.device, ei->id.subdevice, ei->id.index,
/hardware/qcom/audio/alsa_sound/
H A Dalsa_default.cpp123 hw_device_t** device)
167 *device = &dev->common;
184 static int s_device_close(hw_device_t* device) argument
186 free(device);
187 device = NULL;
399 ALOGD("%s: device %d mode:%d", __FUNCTION__, devices, mode);
640 /* No need to call s_close for LPA as pcm device open and close is handled by LPAPlayer in stagefright */
652 // the device to be opened
696 ALOGE("Failed to get pcm device node: %s", devName);
702 ALOGE("Failed to get pcm device nod
122 s_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1694 /* hwc_dev->procs is set right after the device is opened, but there is
1961 static int exynos5_close(hw_device_t* device);
1964 struct hw_device_t **device)
2047 ALOGE("failed to open hdmi layer0 device");
2055 ALOGE("failed to open hdmi layer1 device");
2094 *device = &dev->base.common;
2126 static int exynos5_close(hw_device_t *device) argument
2129 (struct exynos5_hwc_composer_device_1_t *)device;
1963 exynos5_open(const struct hw_module_t *module, const char *name, struct hw_device_t **device) argument
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1680 static int omap4_hwc_device_close(hw_device_t* device) argument
1682 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) device;;
1789 /* hwc_dev->procs is set right after the device is opened, but there is
1967 hw_device_t** device)
2007 *device = &hwc_dev->base.common;
1966 omap4_hwc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4135 /** Close this device */
4139 static int HAL_camera_device_close(struct hw_device_t* device) argument
4142 if (device) {
4143 camera_device_t *cam_device = (camera_device_t *)device;
4477 struct hw_device_t** device)
4514 *device = (hw_device_t *)g_cam_device;
4515 ALOGV("DEBUG(%s):opened camera %s (%p)", __func__, id, *device);
4475 HAL_camera_device_open(const struct hw_module_t* module, const char *id, struct hw_device_t** device) argument
/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
H A DSdioDrv.c239 struct device *dev;
1137 printk(KERN_INFO "TIWLAN SDIO probe: initializing mmc%d device\n", pdev->id + 1);
1139 /* remember device struct for future DMA operations */
1222 /* Routine to resume the MMC device */
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp6115 static int HAL2_camera_device_close(struct hw_device_t* device) argument
6119 if (device) {
6121 camera2_device_t *cam_device = (camera2_device_t *)device;
6360 struct hw_device_t** device)
6383 ALOGD("(%s): START waiting for cam device free", __FUNCTION__);
6386 ALOGD("(%s): END waiting for cam device free", __FUNCTION__);
6411 *device = (hw_device_t *)g_cam2_device;
6412 ALOGV("DEBUG(%s):opened camera2 %s (%p)", __FUNCTION__, id, *device);
6358 HAL2_camera_device_open(const struct hw_module_t* module, const char *id, struct hw_device_t** device) argument
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp1405 camera_handle.device = CAMERA_DEVICE_MEM;
2200 snprintf(buffer, 255, "heap base(%p), size(%d), flags(%d), device(%s)\n",

Completed in 255 milliseconds

12345