Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 95) sorted by relevance

1234

/device/asus/grouper/audio/
Daudio_hw.c225 static void do_out_standby(struct stream_out *out) in do_out_standby() argument
227 struct audio_device *adev = out->dev; in do_out_standby()
229 if (!out->standby) { in do_out_standby()
230 pcm_close(out->pcm); in do_out_standby()
231 out->pcm = NULL; in do_out_standby()
233 if (out->resampler) { in do_out_standby()
234 release_resampler(out->resampler); in do_out_standby()
235 out->resampler = NULL; in do_out_standby()
237 if (out->buffer) { in do_out_standby()
238 free(out->buffer); in do_out_standby()
[all …]
/device/htc/flounder/audio/hal/
Daudio_hw.c1114 struct stream_out *out = adev->primary_output; in put_echo_reference() local
1122 if (out != NULL && out->usecase == USECASE_AUDIO_PLAYBACK) { in put_echo_reference()
1127 if ((out->echo_reference_generation != prev_generation) || out->standby) in put_echo_reference()
1216 static int get_playback_delay(struct stream_out *out, in get_playback_delay() argument
1225 pcm_device = node_to_item(list_head(&out->pcm_dev_list), in get_playback_delay()
1244 out->config.rate); in get_playback_delay()
2098 static int send_offload_cmd_l(struct stream_out* out, int command) in send_offload_cmd_l() argument
2105 list_add_tail(&out->offload_cmd_list, &cmd->node); in send_offload_cmd_l()
2106 pthread_cond_signal(&out->offload_cond); in send_offload_cmd_l()
2111 static void stop_compressed_output_l(struct stream_out *out) in stop_compressed_output_l() argument
[all …]
/device/samsung/manta/audio/
Daudio_hw.c426 static void do_out_standby(struct stream_out *out);
474 static int read_hdmi_channel_masks(struct audio_device *adev, struct stream_out *out) { in read_hdmi_channel_masks() argument
494 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_5POINT1; in read_hdmi_channel_masks()
496 out->supported_channel_masks[1] = AUDIO_CHANNEL_OUT_7POINT1; in read_hdmi_channel_masks()
632 struct stream_out *out; in force_non_hdmi_out_standby() local
635 out = adev->outputs[type]; in force_non_hdmi_out_standby()
636 if (type == OUTPUT_HDMI || !out) in force_non_hdmi_out_standby()
639 do_out_standby(out); in force_non_hdmi_out_standby()
707 static int start_output_stream(struct stream_out *out) in start_output_stream() argument
709 struct audio_device *adev = out->dev; in start_output_stream()
[all …]
/device/generic/goldfish/opengl/system/renderControl_enc/
DrenderControl.attrib6 dir major out
8 dir minor out
12 dir buffer out
16 dir buffer out
20 dir numAttribs out
24 dir buffer out
30 dir configs out
35 dir pixels out
/device/generic/goldfish/audio/
Daudio_hw.c104 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_dump() local
117 out->device, in out_dump()
118 out->dev); in out_dump()
125 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_set_parameters() local
140 out->device = (int)val; in out_set_parameters()
152 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_parameters() local
161 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, out->device); in out_get_parameters()
186 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_write() local
187 struct generic_audio_device *adev = out->dev; in out_write()
378 struct generic_stream_out *out; in adev_open_output_stream() local
[all …]
/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp499 struct atv_stream_out *out = NULL; in adev_open_output_stream() local
503 out = reinterpret_cast<struct atv_stream_out*>( in adev_open_output_stream()
505 if (!out) { in adev_open_output_stream()
510 out->stream.common.get_sample_rate = out_get_sample_rate; in adev_open_output_stream()
511 out->stream.common.set_sample_rate = out_set_sample_rate; in adev_open_output_stream()
512 out->stream.common.get_buffer_size = out_get_buffer_size; in adev_open_output_stream()
513 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()
514 out->stream.common.get_format = out_get_format; in adev_open_output_stream()
515 out->stream.common.set_format = out_set_format; in adev_open_output_stream()
516 out->stream.common.standby = out_standby; in adev_open_output_stream()
[all …]
DAudioHardwareOutput.cpp116 AudioStreamOut* out; in openOutputStream() local
120 out = new AudioStreamOut(*this, false); in openOutputStream()
123 out = new AudioStreamOut(*this, true); in openOutputStream()
126 if (out == NULL) { in openOutputStream()
131 *status = out->set(format, channels, sampleRate); in openOutputStream()
134 *pp_out = out; in openOutputStream()
137 delete out; in openOutputStream()
143 void AudioHardwareOutput::closeOutputStream(AudioStreamOut* out) { in closeOutputStream() argument
144 if (out == NULL) in closeOutputStream()
149 out->standby(); in closeOutputStream()
[all …]
DAudioHardwareOutput.h71 void closeOutputStream(AudioStreamOut* out);
/device/common/
Dgenerate-blob-lists.sh63 rm -rf out
66 cat out/target/product/$DEVICENAME/installed-files.txt |
74 rm -rf out
77 cat out/target/product/$DEVICENAME/installed-files.txt |
137 rm -rf out/
/device/asus/fugu/
DAndroidKernel.mk27 KERNEL_CCSLOP := $(filter-out time_macros,$(subst $(comma), ,$(CCACHE_SLOPPINESS)))
77 cscope_files := $(addprefix cscope.,files out out.in out.po)
Dinit.recovery.fugu.rc4 # in the generated path, so that the names pulled out of the GPT
/device/generic/goldfish/camera/
DCallbackNotifier.cpp60 int out = 0; in GetMessageStrings() local
61 while (msg != 0 && out < max && index < lCameraMessagesNum) { in GetMessageStrings()
67 strings[out] = lCameraMessages[index]; in GetMessageStrings()
68 out++; in GetMessageStrings()
74 return out; in GetMessageStrings()
/device/lge/mako/sepolicy/
Dthermald.te27 # Some files in /sys/devices/system/cpu may pop in and out of existance,
30 # Allow write access for now until we figure out a better solution.
31 # For example, the following files pop in and out of existance:
Dmpdecision.te32 # Some files in /sys/devices/system/cpu may pop in and out of existance,
35 # Allow write access for now until we figure out a better solution.
36 # For example, the following files pop in and out of existance:
/device/asus/flo/sepolicy/
Dthermald.te27 # Some files in /sys/devices/system/cpu may pop in and out of existance,
30 # Allow write access for now until we figure out a better solution.
31 # For example, the following files pop in and out of existance:
Dmpdecision.te32 # Some files in /sys/devices/system/cpu may pop in and out of existance,
35 # Allow write access for now until we figure out a better solution.
36 # For example, the following files pop in and out of existance:
/device/lge/hammerhead/sepolicy/
Dmpdecision.te32 # Some files in /sys/devices/system/cpu may pop in and out of existance,
35 # Allow write access for now until we figure out a better solution.
36 # For example, the following files pop in and out of existance:
Dthermald.te29 # Some files in /sys/devices/system/cpu may pop in and out of existance,
32 # Allow write access for now until we figure out a better solution.
33 # For example, the following files pop in and out of existance:
/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.h35 uint8_t out; variable
DAndroidAccessory.cpp207 out = outEp.epAddr; in configureAndroid()
270 usb.outTransfer(1, out, len, (char *)buff); in write()
/device/generic/goldfish/opengl/
Dcommon.mk134 $(if $(filter-out $(_emugl_$(_emugl_HOST)modules),$1),\
143 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
/device/google/accessory/demokit/hardware/fab/shield/
DREADME.txt4 Route board out on 0-mil perimeter in top silk.
/device/moto/shamu/sepolicy/
Dmpdecision.te31 # TODO: figure out why this is occurring.
/device/lge/mako/
DWCNSS_qcom_cfg.ini138 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
205 #passive scan to find out the domain
/device/asus/flo/
DWCNSS_qcom_cfg.ini138 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
205 #passive scan to find out the domain

1234