Home
last modified time | relevance | path

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

123

/device/htc/flounder/audio/hal/
Daudio_hw.c1133 struct stream_out *out = adev->primary_output; in put_echo_reference() local
1141 if (out != NULL && out->usecase == USECASE_AUDIO_PLAYBACK) { in put_echo_reference()
1146 if ((out->echo_reference_generation != prev_generation) || out->standby) in put_echo_reference()
1230 static int get_playback_delay(struct stream_out *out, in get_playback_delay() argument
1239 pcm_device = node_to_item(list_head(&out->pcm_dev_list), in get_playback_delay()
1258 out->config.rate); in get_playback_delay()
2111 void lock_output_stream(struct stream_out *out) in lock_output_stream() argument
2113 pthread_mutex_lock(&out->pre_lock); in lock_output_stream()
2114 pthread_mutex_lock(&out->lock); in lock_output_stream()
2115 pthread_mutex_unlock(&out->pre_lock); in lock_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.cpp520 struct atv_stream_out *out = NULL; in adev_open_output_stream() local
524 out = reinterpret_cast<struct atv_stream_out*>( in adev_open_output_stream()
526 if (!out) { in adev_open_output_stream()
531 out->stream.common.get_sample_rate = out_get_sample_rate; in adev_open_output_stream()
532 out->stream.common.set_sample_rate = out_set_sample_rate; in adev_open_output_stream()
533 out->stream.common.get_buffer_size = out_get_buffer_size; in adev_open_output_stream()
534 out->stream.common.get_channels = out_get_channels; in adev_open_output_stream()
535 out->stream.common.get_format = out_get_format; in adev_open_output_stream()
536 out->stream.common.set_format = out_set_format; in adev_open_output_stream()
537 out->stream.common.standby = out_standby; in adev_open_output_stream()
[all …]
DAudioHardwareOutput.cpp116 AudioStreamOut* out; in openOutputStream() local
121 out = new AudioStreamOut(*this, false, isIec958NonAudio); in openOutputStream()
124 out = new AudioStreamOut(*this, true, isIec958NonAudio); in openOutputStream()
127 if (out == NULL) { in openOutputStream()
132 *status = out->set(format, channels, sampleRate); in openOutputStream()
135 *pp_out = out; in openOutputStream()
138 delete out; in openOutputStream()
144 void AudioHardwareOutput::closeOutputStream(AudioStreamOut* out) { in closeOutputStream() argument
145 if (out == NULL) in closeOutputStream()
150 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)))
75 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/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/generic/goldfish/sensors/
Dsensors_qemu.c345 goto out; in sensor_device_poll_event_locked()
352 out: in sensor_device_poll_event_locked()
419 goto out; in sensor_device_poll()
424 goto out; in sensor_device_poll()
443 out: in sensor_device_poll()
601 goto out; in sensors__get_sensors_list()
607 goto out; in sensors__get_sensors_list()
613 goto out; in sensors__get_sensors_list()
630 out: in sensors__get_sensors_list()
/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.mk133 $(if $(filter-out $(_emugl_$(_emugl_HOST)modules),$1),\
142 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
/device/lge/bullhead/sepolicy/
Dperipheral_manager.te25 #Needed by libmdmdetect to figure out the system configuration
Dtee.te8 # Need to figure out how many scsi generic devices are preset
/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/bullhead/wifi/
DWCNSS_qcom_cfg.ini203 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
343 #passive scan to find out the domain
368 # Valid values are 0,1,2. If commented out, the default value is 0.
374 # Valid values are 0,1,2. If commented out, the default value is 0.
384 # Valid values are 0,1. If commented out, the default value is 0.
/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
/device/asus/flo/self-extractors/broadcom/
DLICENSE115 attorney's fees) arising out of, resulting from or related to
127 action resulting from, arising out of or in connection with any of
196 expressly disclaimed and shall not apply. Any claim arising out of

123