Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 181) sorted by relevance

12345678

/device/asus/grouper/audio/
Daudio_hw.c246 static void do_in_standby(struct stream_in *in) in do_in_standby() argument
248 struct audio_device *adev = in->dev; in do_in_standby()
250 if (!in->standby) { in do_in_standby()
251 pcm_close(in->pcm); in do_in_standby()
252 in->pcm = NULL; in do_in_standby()
254 if (in->resampler) { in do_in_standby()
255 release_resampler(in->resampler); in do_in_standby()
256 in->resampler = NULL; in do_in_standby()
258 if (in->buffer) { in do_in_standby()
259 free(in->buffer); in do_in_standby()
[all …]
/device/samsung/manta/audio/
Daudio_hw.c768 static int start_input_stream(struct stream_in *in) in start_input_stream() argument
770 struct audio_device *adev = in->dev; in start_input_stream()
772 in->pcm = pcm_open(PCM_CARD, PCM_DEVICE, PCM_IN, in->config); in start_input_stream()
774 if (in->pcm && !pcm_is_ready(in->pcm)) { in start_input_stream()
775 ALOGE("pcm_open() failed: %s", pcm_get_error(in->pcm)); in start_input_stream()
776 pcm_close(in->pcm); in start_input_stream()
781 if (in->resampler) in start_input_stream()
782 in->resampler->reset(in->resampler); in start_input_stream()
784 in->frames_in = 0; in start_input_stream()
785 adev->input_source = in->input_source; in start_input_stream()
[all …]
/device/htc/flounder/audio/hal/
Daudio_hw.c898 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
899 static int do_in_standby_l(struct stream_in *in);
902 static void get_capture_reference_delay(struct stream_in *in, in get_capture_reference_delay() argument
917 ref_device = node_to_item(list_tail(&in->pcm_dev_list), in get_capture_reference_delay()
942 static void get_capture_delay(struct stream_in *in, in get_capture_delay() argument
956 pcm_device = node_to_item(list_head(&in->pcm_dev_list), in get_capture_delay()
972 buf_delay = (long)(((int64_t)(in->read_buf_frames) * 1000000000) / in->config.rate + in get_capture_delay()
973 ((int64_t)(in->proc_buf_frames) * 1000000000) / in->requested_rate ); in get_capture_delay()
977 if (in->resampler) { in get_capture_delay()
978 rsmp_delay = in->resampler->delay_ns(in->resampler); in get_capture_delay()
[all …]
/device/google/accessory/demokit/hardware/fab/shield/
Dashield.drl1 T01 0.014in
2 T02 0.024in
3 T03 0.031in
4 T04 0.032in
5 T05 0.040in
6 T06 0.043in
7 T07 0.045in
8 T08 0.053in
9 T09 0.126in
/device/asus/fugu/libaudio/
DAudioHardwareInput.cpp109 AudioStreamIn* in; in openInputStream() local
111 in = new AudioStreamIn(*this); in openInputStream()
112 if (in == NULL) { in openInputStream()
117 *status = in->set(format, channelMask, sampleRate); in openInputStream()
120 delete in; in openInputStream()
124 mInputStreams.add(in); in openInputStream()
126 return in; in openInputStream()
129 void AudioHardwareInput::closeInputStream(AudioStreamIn* in) in closeInputStream() argument
134 if (in == mInputStreams[i]) { in closeInputStream()
136 in->standby(); in closeInputStream()
[all …]
Daudio_hal_thunks.cpp426 struct atv_stream_in *in = NULL; in adev_open_input_stream() local
430 in = reinterpret_cast<struct atv_stream_in*>( in adev_open_input_stream()
432 if (!in) { in adev_open_input_stream()
437 in->stream.common.get_sample_rate = in_get_sample_rate; in adev_open_input_stream()
438 in->stream.common.set_sample_rate = in_set_sample_rate; in adev_open_input_stream()
439 in->stream.common.get_buffer_size = in_get_buffer_size; in adev_open_input_stream()
440 in->stream.common.get_channels = in_get_channels; in adev_open_input_stream()
441 in->stream.common.get_format = in_get_format; in adev_open_input_stream()
442 in->stream.common.set_format = in_set_format; in adev_open_input_stream()
443 in->stream.common.standby = in_standby; in adev_open_input_stream()
[all …]
/device/generic/goldfish/audio/
Daudio_hw.c260 struct generic_stream_in *in = (struct generic_stream_in *)stream; in in_dump() local
273 in->device, in in_dump()
274 in->dev); in in_dump()
281 struct generic_stream_in *in = (struct generic_stream_in *)stream; in in_set_parameters() local
296 in->device = (int)val; in in_set_parameters()
309 struct generic_stream_in *in = (struct generic_stream_in *)stream; in in_get_parameters() local
318 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device); in in_get_parameters()
338 struct generic_stream_in *in = (struct generic_stream_in *)stream; in in_read() local
339 struct generic_audio_device *adev = in->dev; in in_read()
533 struct generic_stream_in *in; in adev_open_input_stream() local
[all …]
/device/sample/apps/LeanbackWidget/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/device/sample/apps/SetupCustomizer/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/device/sample/apps/LeanbackCustomizer/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/device/lge/mako/self-extractors/qcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/moto/shamu/self-extractors/qcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/flo/self-extractors/qcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/fugu/self-extractors/asus/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/deb/self-extractors/qcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/htc/flounder/self-extractors/htc/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/lge/hammerhead/self-extractors/qcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/moto/shamu/self-extractors/moto/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
50 the Limited Purpose set forth in this section, and the Software
55 a. Retention of Rights. The entire right, title and interest in the
56 Software shall remain with Licensor and, unless specified in
60 intellectual property rights in the Software, including, but not
71 Documentation. Except as expressly provided in Section 2 of this
78 Software and Documentation in whole or in part to any third party
81 notices contained in any of the Software and Documentation. For the
82 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/fugu/self-extractors/intel/
DLICENSE30 proprietary software and libraries in object code form, together with
40 necessarily and directly infringed by the use of the Software in its
53 non-commercial use and (ii) to redistribute the Software solely in
54 machine-readable (i.e., object code) form and only in combination with
64 in Section 2(a)(1) above.
67 for the Limited Purpose set forth in this section, and the Software
72 a. Retention of Rights. The entire right, title and interest in the
74 and, except as expressly specified in writing hereunder, no rights
77 does not convey to You any intellectual property rights in the
88 expressly provided in Section 2 of this Agreement, You shall have no
[all …]
/device/asus/flo/self-extractors/broadcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
49 the Limited Purpose set forth in this section, and the Software
54 a. Retention of Rights. The entire right, title and interest in the
55 Software shall remain with Licensor and, unless specified in
59 intellectual property rights in the Software, including, but not
70 Documentation. Except as expressly provided in Section 2 of this
77 Software and Documentation in whole or in part to any third party
80 notices contained in any of the Software and Documentation. For the
81 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/grouper/self-extractors/asus/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
49 the Limited Purpose set forth in this section, and the Software
54 a. Retention of Rights. The entire right, title and interest in the
55 Software shall remain with Licensor and, unless specified in
59 intellectual property rights in the Software, including, but not
70 Documentation. Except as expressly provided in Section 2 of this
77 Software and Documentation in whole or in part to any third party
80 notices contained in any of the Software and Documentation. For the
81 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/grouper/self-extractors/broadcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
49 the Limited Purpose set forth in this section, and the Software
54 a. Retention of Rights. The entire right, title and interest in the
55 Software shall remain with Licensor and, unless specified in
59 intellectual property rights in the Software, including, but not
70 Documentation. Except as expressly provided in Section 2 of this
77 Software and Documentation in whole or in part to any third party
80 notices contained in any of the Software and Documentation. For the
81 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/grouper/self-extractors/elan/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
49 the Limited Purpose set forth in this section, and the Software
54 a. Retention of Rights. The entire right, title and interest in the
55 Software shall remain with Licensor and, unless specified in
59 intellectual property rights in the Software, including, but not
70 Documentation. Except as expressly provided in Section 2 of this
77 Software and Documentation in whole or in part to any third party
80 notices contained in any of the Software and Documentation. For the
81 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/asus/grouper/self-extractors/invensense/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
49 the Limited Purpose set forth in this section, and the Software
54 a. Retention of Rights. The entire right, title and interest in the
55 Software shall remain with Licensor and, unless specified in
59 intellectual property rights in the Software, including, but not
70 Documentation. Except as expressly provided in Section 2 of this
77 Software and Documentation in whole or in part to any third party
80 notices contained in any of the Software and Documentation. For the
81 purposes of clarity, nothing in this Agreement prohibits You from
[all …]
/device/samsung/manta/self-extractors/broadcom/
DLICENSE28 libraries in object code form, designed for use on the Authorized
42 internally in machine-readable (i.e., object code) form and the
49 the Limited Purpose set forth in this section, and the Software
54 a. Retention of Rights. The entire right, title and interest in the
55 Software shall remain with Licensor and, unless specified in
59 intellectual property rights in the Software, including, but not
70 Documentation. Except as expressly provided in Section 2 of this
77 Software and Documentation in whole or in part to any third party
80 notices contained in any of the Software and Documentation. For the
81 purposes of clarity, nothing in this Agreement prohibits You from
[all …]

12345678