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

12

/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
178 const struct legacy_stream_in *in = local
180 return in->legacy_in->sampleRate();
185 struct legacy_stream_in *in = local
195 const struct legacy_stream_in *in = local
197 return in->legacy_in->bufferSize();
202 const struct legacy_stream_in *in = local
204 return in->legacy_in->channels();
209 const struct legacy_stream_in *in local
216 struct legacy_stream_in *in = local
225 struct legacy_stream_in *in = reinterpret_cast<struct legacy_stream_in *>(stream); local
231 const struct legacy_stream_in *in = local
239 struct legacy_stream_in *in = local
247 const struct legacy_stream_in *in = local
256 struct legacy_stream_in *in = local
264 struct legacy_stream_in *in = local
271 struct legacy_stream_in *in = local
278 const struct legacy_stream_in *in = local
285 const struct legacy_stream_in *in = local
459 struct legacy_stream_in *in; local
503 struct legacy_stream_in *in = local
[all...]
H A DAudioHardwareStub.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
73 AudioStreamInStub* in = new AudioStreamInStub(); local
74 status_t lStatus = in->set(format, channels, sampleRate, acoustics);
79 return in;
80 delete in;
84 void AudioHardwareStub::closeInputStream(AudioStreamIn* in) argument
86 delete in;
/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
310 struct stub_stream_in *in; local
313 in = (struct stub_stream_in *)calloc(1, sizeof(struct stub_stream_in));
314 if (!in)
317 in->stream.common.get_sample_rate = in_get_sample_rate;
318 in->stream.common.set_sample_rate = in_set_sample_rate;
319 in->stream.common.get_buffer_size = in_get_buffer_size;
320 in->stream.common.get_channels = in_get_channels;
321 in
342 adev_close_input_stream(struct audio_hw_device *dev, struct audio_stream_in *in) argument
[all...]
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 # device specific modules are present. The exact load order can be seen in
/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...]
H A Darmtime13 case $1 in
55 delete MHZtime; # total time spent in various power states
85 # get time spent in various power states (in 10ms)
88 cpu_MHz += factor * $1 * $2 / 100000 # (CPU freq is in kHz)
155 for (i in MHZtime)
/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/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/msm7k/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
17 # HAL module implemenation stored in
/hardware/msm7k/libgralloc/
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/msm7k/libgralloc-qsd8k/
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
H A Dgralloc_priv.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
41 //HAL_PIXEL_FORMAT_YCbCr_422_SP = 0x100, // defined in hardware.h
42 //HAL_PIXEL_FORMAT_YCrCb_420_SP = 0x101, // defined in hardware.h
45 //HAL_PIXEL_FORMAT_YCbCr_422_I = 0x104, // defined in hardware.h
156 static private_handle_t* dynamicCast(const native_handle* in) { argument
157 if (validate(in) == 0) {
158 return (private_handle_t*) in;
/hardware/msm7k/liblights/
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/libhardware/modules/nfc/
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
/hardware/ti/omap4xxx/
H A Domap4.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
/hardware/invensense/mlsdk/mllite/
H A Dcompass.c6 you may not use this file except in compliance with the License.
11 Unless required by applicable law or agreed to in writing, software
105 static float adaptive_filter_filter(struct yas_adaptive_filter *adap_filter, float in) argument
111 return in;
114 adap_filter->sequence[adap_filter->index++] = in;
116 return in;
121 adap_filter->sequence[adap_filter->index++] = in;
143 return ((in - avg) * (sum - adap_filter->noise) / sum + avg);
152 static float thresh_filter_filter(struct yas_thresh_filter *thresh_filter, float in) argument
154 if (in < thresh_filte
[all...]
/hardware/msm7k/libgralloc-qsd8k/tests/
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 # in the build. The variables will be cleaned on exit
/hardware/qcom/media/mm-core/
H A DAndroid.mk4 #Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above copyright
9 # notice, this list of conditions and the following disclaimer in the
/hardware/qcom/media/mm-video/
H A DAndroid.mk4 #Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above copyright
9 # notice, this list of conditions and the following disclaimer in the
/hardware/qcom/gps/loc_api/libloc_api/
H A DAndroid.mk3 #Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5 #� Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
/hardware/qcom/gps/loc_api/libloc_api-rpc/
H A DAndroid.mk3 #Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5 #� Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
/hardware/invensense/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
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_svc.c13 #include <netinet/in.h>
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_cb_svc.c13 #include <netinet/in.h>

Completed in 713 milliseconds

12