Searched refs:in (Results 1 - 25 of 122) sorted by relevance

12345

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DNotificationQueue.cpp8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
42 ) : in(i), out(o)
44 in->hdr.queueSize = size;
71 if ((in->hdr.writeCnt - in->hdr.readCnt) > 0) {
72 ret = &(in->notification[in->hdr.readCnt & (in
[all...]
H A DNotificationQueue.h9 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
50 * @param in queue to initialize
55 notificationQueue_t *in,
62 * @param notification Data to be placed in queue.
79 notificationQueue_t *in; member in class:NotificationQueue
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
58 unsigned int period_size; // size of the audio pipe is period_size * period_count in frames
181 // FIXME this is using hard-coded strings but in the future, this functionality will be
317 const struct submix_stream_in *in = reinterpret_cast<const struct submix_stream_in *>(stream); local
318 //ALOGV("in_get_sample_rate() returns %u", in->dev->config.rate);
319 return in->dev->config.rate;
329 const struct submix_stream_in *in = reinterpret_cast<const struct submix_stream_in *>(stream); local
331 in->dev->config.period_size * audio_stream_frame_size(stream));
332 return in
357 const struct submix_stream_in *in = reinterpret_cast<const struct submix_stream_in *>(stream); local
394 struct submix_stream_in *in = reinterpret_cast<struct submix_stream_in *>(stream); local
681 struct submix_stream_in *in; local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
333 struct stub_stream_in *in; local
336 in = (struct stub_stream_in *)calloc(1, sizeof(struct stub_stream_in));
337 if (!in)
340 in->stream.common.get_sample_rate = in_get_sample_rate;
341 in->stream.common.set_sample_rate = in_set_sample_rate;
342 in->stream.common.get_buffer_size = in_get_buffer_size;
343 in->stream.common.get_channels = in_get_channels;
344 in
365 adev_close_input_stream(struct audio_hw_device *dev, struct audio_stream_in *in) argument
[all...]
/hardware/invensense/60xx/libsensors_iio/software/build/android/
H A Dshared.mk44 for DIR in $(LIB_FOLDERS); do ( \
47 for DIR in $(APP_FOLDERS); do ( \
52 for DIR in $(LIB_FOLDERS); do ( \
55 for DIR in $(APP_FOLDERS); do ( \
60 for DIR in $(LIB_FOLDERS); do ( \
63 for DIR in $(APP_FOLDERS); do ( \
68 for DIR in $(LIB_FOLDERS); do ( \
71 for DIR in $(APP_FOLDERS); do ( \
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dshared.mk46 for DIR in $(LIB_FOLDERS); do ( \
49 for DIR in $(APP_FOLDERS); do ( \
54 for DIR in $(LIB_FOLDERS); do ( \
57 for DIR in $(APP_FOLDERS); do ( \
62 for DIR in $(LIB_FOLDERS); do ( \
65 for DIR in $(APP_FOLDERS); do ( \
70 for DIR in $(LIB_FOLDERS); do ( \
73 for DIR in $(APP_FOLDERS); do ( \
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf59 case $i in
67 case $1 in
79 case $1 in
89 case $2 in
116 case $1 in
157 case $1 in
188 case $2 in
213 case $2 in
229 case $6 in
242 case $10 in
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
272 const struct legacy_stream_in *in = local
274 return in->legacy_in->sampleRate();
279 struct legacy_stream_in *in = local
289 const struct legacy_stream_in *in = local
291 return in->legacy_in->bufferSize();
296 const struct legacy_stream_in *in = local
298 return (audio_channel_mask_t) in->legacy_in->channels();
303 const struct legacy_stream_in *in local
311 struct legacy_stream_in *in = local
320 struct legacy_stream_in *in = reinterpret_cast<struct legacy_stream_in *>(stream); local
326 const struct legacy_stream_in *in = local
334 struct legacy_stream_in *in = local
353 const struct legacy_stream_in *in = local
373 struct legacy_stream_in *in = local
381 struct legacy_stream_in *in = local
388 struct legacy_stream_in *in = local
395 const struct legacy_stream_in *in = local
402 const struct legacy_stream_in *in = local
558 struct legacy_stream_in *in; local
604 struct legacy_stream_in *in = local
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
294 const struct qcom_stream_in *in = local
296 return in->qcom_in->sampleRate();
301 struct qcom_stream_in *in = local
311 const struct qcom_stream_in *in = local
313 return in->qcom_in->bufferSize();
318 const struct qcom_stream_in *in = local
320 return in->qcom_in->channels();
325 const struct qcom_stream_in *in local
332 struct qcom_stream_in *in = local
341 struct qcom_stream_in *in = reinterpret_cast<struct qcom_stream_in *>(stream); local
347 const struct qcom_stream_in *in = local
355 struct qcom_stream_in *in = local
374 const struct qcom_stream_in *in = local
394 struct qcom_stream_in *in = local
402 struct qcom_stream_in *in = local
409 struct qcom_stream_in *in = local
416 const struct qcom_stream_in *in = local
423 const struct qcom_stream_in *in = local
627 struct qcom_stream_in *in; local
675 struct qcom_stream_in *in = local
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
32 ifneq ($(call is-chipset-in-board-platform,msm7630),true)
33 ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
/hardware/qcom/power/
H A DAndroid.mk4 # HAL module implemenation stored in
/hardware/ti/omap4xxx/hwc/
H A DAndroid.mk1 # HWC under heavy development and should not be included in builds for now
4 # HAL module implementation, not prelinked and stored in
/hardware/qcom/audio/hal/
H A Daudio_hw.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
54 /* ToDo: Check and update a proper value in msec */
417 * Do not handle stereo output in Multi-channel cases
418 * Stereo case is handled in normal playback path
500 usecase->devices = usecase->stream.in->device;
525 * Limitation: While in call, to do a device switch we need to disable
571 static int stop_input_stream(struct stream_in *in) argument
575 struct audio_device *adev = in->dev;
580 in
601 start_input_stream(struct stream_in *in) argument
1634 struct stream_in *in = (struct stream_in *)stream; local
1646 struct stream_in *in = (struct stream_in *)stream; local
1653 struct stream_in *in = (struct stream_in *)stream; local
1670 struct stream_in *in = (struct stream_in *)stream; local
1697 struct stream_in *in = (struct stream_in *)stream; local
1752 struct stream_in *in = (struct stream_in *)stream; local
1799 struct stream_in *in = (struct stream_in *)stream; local
2239 struct stream_in *in; local
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
37 ifneq ($(call is-chipset-in-board-platform,msm7630),true)
38 ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
43 ifeq ($(call is-board-platform-in-list,msm8610),true)
/hardware/akm/AK8975_FS/libsensors/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
20 # HAL module implemenation, not prelinked, and stored in
/hardware/libhardware/modules/gralloc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
18 # HAL module implemenation stored in
/hardware/libhardware/modules/hwcomposer/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
18 # HAL module implemenation stored in
/hardware/qcom/display/msm8960/liblight/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
16 # HAL module implemenation stored in
/hardware/qcom/display/msm8960/libmemtrack/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
17 # HAL module implemenation stored in
/hardware/qcom/display/msm8974/liblight/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
16 # HAL module implemenation stored in
/hardware/qcom/display/msm8974/libmemtrack/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
17 # HAL module implemenation stored in
/hardware/qcom/display/msm8x26/liblight/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
16 # HAL module implemenation stored in
/hardware/samsung_slsi/exynos5/gralloc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
18 # HAL module implemenation stored in
/hardware/samsung_slsi/exynos5/libhwc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
16 # HAL module implemenation, not prelinked and stored in
/hardware/samsung_slsi/exynos5/libion_exynos/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
18 # HAL module implemenation stored in

Completed in 591 milliseconds

12345