Searched refs:dev (Results 101 - 125 of 169) sorted by relevance

1234567

/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp434 struct legacy_ap_device *dev; local
439 dev = (struct legacy_ap_device *)calloc(1, sizeof(*dev));
440 if (!dev)
443 dev->device.common.tag = HARDWARE_DEVICE_TAG;
444 dev->device.common.version = 0;
445 dev->device.common.module = const_cast<hw_module_t*>(module);
446 dev->device.common.close = legacy_ap_dev_close;
447 dev->device.create_audio_policy = create_legacy_ap;
448 dev
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp425 struct qcom_ap_device *dev; local
430 dev = (struct qcom_ap_device *)calloc(1, sizeof(*dev));
431 if (!dev)
434 dev->device.common.tag = HARDWARE_DEVICE_TAG;
435 dev->device.common.version = 0;
436 dev->device.common.module = const_cast<hw_module_t*>(module);
437 dev->device.common.close = qcom_ap_dev_close;
438 dev->device.create_audio_policy = create_qcom_ap;
439 dev
[all...]
H A Dalsa_default.cpp128 alsa_device_t *dev; local
129 dev = (alsa_device_t *) malloc(sizeof(*dev));
130 if (!dev) return -ENOMEM;
132 memset(dev, 0, sizeof(*dev));
135 dev->common.tag = HARDWARE_DEVICE_TAG;
136 dev->common.version = 0;
137 dev->common.module = (hw_module_t *) module;
138 dev
[all...]
/hardware/invensense/60xx/mlsdk/platform/include/
H A Di2c.h88 void set_i2c_open_cb(int (*func)(const char *dev, int rw));
103 int i2c_open (const char *dev, int rw);
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h144 * @dev: the global ion device
148 struct ion_client *ion_client_create(struct ion_device *dev,
350 int ion_secure_heap(struct ion_device *dev, int heap_id, int version,
364 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version,
390 static inline struct ion_client *ion_client_create(struct ion_device *dev, argument
471 static inline int ion_secure_heap(struct ion_device *dev, int heap_id, argument
478 static inline int ion_unsecure_heap(struct ion_device *dev, int heap_id, argument
497 * create a client by opening /dev/ion
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_bo.c37 nouveau_bo_init(struct nouveau_device *dev) argument
43 nouveau_bo_takedown(struct nouveau_device *dev) argument
176 nouveau_bo_new_tile(struct nouveau_device *dev, uint32_t flags, int align, argument
183 if (!dev || !bo || *bo)
189 nvbo->base.device = dev;
216 nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, int align, argument
228 return nouveau_bo_new_tile(dev, flags, align, size, 0, tile_flags, bo);
232 nouveau_bo_user(struct nouveau_device *dev, void *ptr, int size, argument
238 ret = nouveau_bo_new(dev, NOUVEAU_BO_MAP, 0, size, bo);
249 nouveau_bo_wrap(struct nouveau_device *dev, uint32_ argument
307 nouveau_bo_handle_ref(struct nouveau_device *dev, uint32_t handle, struct nouveau_bo **bo) argument
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.cpp347 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, argument
351 if (!dev) {
354 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev);
357 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, argument
362 if (!dev) {
365 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev);
370 int gpu_context_t::gralloc_free(alloc_device_t* dev, argument
377 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev);
383 int gpu_context_t::gralloc_close(struct hw_device_t *dev) argument
385 gpu_context_t* ctx = reinterpret_cast<gpu_context_t*>(dev);
[all...]
/hardware/intel/img/libdrm/
H A Dconfigure19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
27 case `(set -o) 2>/dev/null` in #(
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/nul
[all...]
H A Dmissing127 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
319 if (gnutar --version > /dev/null 2>&1); then
322 if (gtar --version > /dev/null 2>&1); then
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dftfy.sh59 git commit -a -C HEAD > /dev/null
106 if ! astyle --pad-header --align-pointer=name < /dev/null; then
136 git reset --hard >/dev/null
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.h86 int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
89 int drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
/hardware/qcom/audio/hal/
H A Daudio_hw.c444 int channels = platform_edid_get_max_channels(out->dev->platform);
657 struct audio_device *adev = in->dev;
688 struct audio_device *adev = in->dev;
977 struct audio_device *adev = out->dev;
1018 struct audio_device *adev = out->dev;
1203 struct audio_device *adev = out->dev;
1279 struct audio_device *adev = out->dev;
1424 struct audio_device *adev = out->dev;
1453 struct audio_device *adev = out->dev;
1715 struct audio_device *adev = in->dev;
1907 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out, const char *address __unused) argument
2142 adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs) argument
2229 adev_get_parameters(const struct audio_hw_device *dev, const char *keys) argument
2254 adev_set_voice_volume(struct audio_hw_device *dev, float volume) argument
2289 adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) argument
2310 adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
2324 adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
2339 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle __unused, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in, audio_input_flags_t flags, const char *address __unused, audio_source_t source ) argument
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h84 #define FB_DEVICE_TEMPLATE "/dev/graphics/fb%u"
93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
727 // /dev/graphics/fb%u
729 // /dev/msm_rotator
755 /* Open fd using the path given by dev.
757 bool open(const char* const dev,
761 void setPath(const char* const dev);
790 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
793 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
805 inline bool OvFD::open(const char* const dev, in argument
817 setPath(const char* const dev) argument
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h84 #define FB_DEVICE_TEMPLATE "/dev/graphics/fb%u"
93 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
572 // /dev/graphics/fb%u
574 // /dev/msm_rotator
594 /* Open fd using the path given by dev.
596 bool open(const char* const dev,
600 void setPath(const char* const dev);
629 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
632 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
644 inline bool OvFD::open(const char* const dev, in argument
656 setPath(const char* const dev) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h80 #define FB_DEVICE_TEMPLATE "/dev/graphics/fb%u"
90 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
729 // /dev/graphics/fb%u
731 // /dev/msm_rotator
757 /* Open fd using the path given by dev.
759 bool open(const char* const dev,
763 void setPath(const char* const dev);
792 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
795 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
807 inline bool OvFD::open(const char* const dev, in argument
819 setPath(const char* const dev) argument
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h80 #define FB_DEVICE_TEMPLATE "/dev/graphics/fb%u"
89 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
707 // /dev/graphics/fb%u
709 // /dev/msm_rotator
735 /* Open fd using the path given by dev.
737 bool open(const char* const dev,
741 void setPath(const char* const dev);
770 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) argument
773 snprintf(dev_name, sizeof(dev_name), dev, fbnum);
785 inline bool OvFD::open(const char* const dev, in argument
797 setPath(const char* const dev) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_def.sh76 outfile=${outfile:-/dev/stdout}
H A Dgen_msvs_sln.sh199 found_devenv := \$(shell which \$(MSBUILD_TOOL) >/dev/null 2>&1 && echo yes)
246 outfile=/dev/stdout
282 outfile=${outfile:-/dev/stdout}
283 mkoutfile=${mkoutfile:-/dev/stdout}
/hardware/invensense/60xx/libsensors_iio/software/build/android/
H A Dshared.mk10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dshared.mk10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dshared.mk10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.h56 int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.h51 int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
/hardware/ti/omap4-aah/domx/make/
H A Dstart.mk78 QUIET := &> /dev/null
/hardware/ti/omap4xxx/domx/make/
H A Dstart.mk78 QUIET := &> /dev/null

Completed in 1469 milliseconds

1234567