Home
last modified time | relevance | path

Searched refs:playback (Results 1 – 25 of 30) sorted by relevance

12

/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h90 …eDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback);
111 status_t setSoftwareParams(pcm *pcm, bool playback);
DAudioUsbALSA.cpp327 status_t AudioUsbALSA::setSoftwareParams(pcm *pcm, bool playback) in setSoftwareParams() argument
343 if (playback) { in setSoftwareParams()
590 …eDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback){ in configureDevice() argument
613 err = setSoftwareParams(handle, playback); in configureDevice()
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal98 * playback in single-tuner device.
123 * Forces the analog playback for the supporting radio technology.
125 * User may disable digital playback for FM HD Radio or hybrid FM/DAB with
140 * Checks, if the analog playback is forced, see setAnalogForced.
/hardware/interfaces/audio/2.0/
DIStreamOut.hal169 * Notifies to the audio driver to stop playback however the queued buffers
176 * Implementation of this function is mandatory for offloaded playback.
183 * Notifies to the audio driver to resume playback following a pause.
186 * Implementation of this function is mandatory for offloaded playback.
216 * Implementation of this function is mandatory for offloaded playback.
227 * Implementation of this function is mandatory for offloaded playback.
/hardware/interfaces/audio/5.0/
DIStreamOut.hal180 * Notifies to the audio driver to stop playback however the queued buffers
187 * Implementation of this function is mandatory for offloaded playback.
194 * Notifies to the audio driver to resume playback following a pause.
197 * Implementation of this function is mandatory for offloaded playback.
227 * Implementation of this function is mandatory for offloaded playback.
239 * Implementation of this function is mandatory for offloaded playback.
/hardware/interfaces/audio/4.0/
DIStreamOut.hal180 * Notifies to the audio driver to stop playback however the queued buffers
187 * Implementation of this function is mandatory for offloaded playback.
194 * Notifies to the audio driver to resume playback following a pause.
197 * Implementation of this function is mandatory for offloaded playback.
227 * Implementation of this function is mandatory for offloaded playback.
239 * Implementation of this function is mandatory for offloaded playback.
Dtypes.hal125 /** Metadata of a playback track for a StreamOut. */
/hardware/qcom/audio/hal/
Dplatform_api.h204 bool playback,
208 bool playback,
/hardware/qcom/audio/hal/audio_extn/
Dusb.c1229 bool playback) { in audio_extn_usb_find_service_interval() argument
1239 if ((playback && (dev_info->type == USB_PLAYBACK)) || in audio_extn_usb_find_service_interval()
1240 (!playback && (dev_info->type == USB_CAPTURE))) { in audio_extn_usb_find_service_interval()
1251 int audio_extn_usb_altset_for_service_interval(bool playback, in audio_extn_usb_altset_for_service_interval() argument
1269 if ((playback && dev_info->type == USB_PLAYBACK) || in audio_extn_usb_altset_for_service_interval()
1270 (!playback && dev_info->type == USB_CAPTURE)) { in audio_extn_usb_altset_for_service_interval()
1289 if ((playback && usb_output_device(card_info->usb_device_type)) || in audio_extn_usb_altset_for_service_interval()
1290 (!playback && usb_input_device(card_info->usb_device_type))) { in audio_extn_usb_altset_for_service_interval()
Daudio_extn.h107 unsigned long audio_extn_usb_find_service_interval(bool min, bool playback);
/hardware/invensense/6515/libsensors_iio/software/build/android/
Dshared.mk28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)
/hardware/invensense/65xx/libsensors_iio/software/build/android/
Dshared.mk28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)
/hardware/interfaces/automotive/audiocontrol/1.0/
Dtypes.hal27 MUSIC, /* Music playback */
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal104 * key: 'feature-adaptive-playback', value: enum<0,1>
105 * key: 'feature-secure-playback', value: enum<0,1>
106 * key: 'feature-tunneled-playback', value: enum<0,1>
DIOmxNode.hal144 * Prepare a port for adaptive playback. This is based on the extension
148 * @param enable Whether the adaptive playback is enabled or not.
163 * Configure a port for a tunneled playback mode. This is based on the
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal282 bool isOffload; // true if the playback thread the effect
284 AudioIoHandle ioHandle; // io handle of the playback thread
DIEffect.hal228 * This command indicates if the playback thread the effect is attached to
229 * is offloaded or not, and updates the I/O handle of the playback thread
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal282 bool isOffload; // true if the playback thread the effect
284 AudioIoHandle ioHandle; // io handle of the playback thread
DIEffect.hal214 * This command indicates if the playback thread the effect is attached to
215 * is offloaded or not, and updates the I/O handle of the playback thread
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal284 bool isOffload; // true if the playback thread the effect
286 AudioIoHandle ioHandle; // io handle of the playback thread
DIEffect.hal214 * This command indicates if the playback thread the effect is attached to
215 * is offloaded or not, and updates the I/O handle of the playback thread
/hardware/interfaces/audio/common/5.0/
Dtypes.hal139 * playback path.
145 * to include all post processing applied to the playback path.
700 COMPRESS_OFFLOAD = 0x10, // offload playback of compressed streams to
797 /** Metadata of a playback track for a StreamOut. */
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal56 * Forces the analog playback for the supporting radio technology.
58 * User may disable digital playback for FM HD Radio or hybrid FM/DAB with
67 * Forces the digital playback for the supporting radio technology.
/hardware/qcom/audio/hal/msm8974/
Dplatform.c5063 bool playback, in platform_set_usb_service_interval() argument
5070 if (!playback) { in platform_set_usb_service_interval()
5089 (void)playback; in platform_set_usb_service_interval()
5096 bool playback, in platform_get_usb_service_interval() argument
5101 if (!playback) { in platform_get_usb_service_interval()
5116 (void)playback; in platform_get_usb_service_interval()
/hardware/interfaces/tv/cec/2.0/
Dtypes.hal283 * For example a playback device support root menu and setup menu,

12