Home
last modified time | relevance | path

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

/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);
/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/qcom/audio/hal/
Dplatform_api.h179 bool playback,
183 bool 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/audio_extn/
Dusb.c1177 bool playback) { in audio_extn_usb_find_service_interval() argument
1187 if ((playback && (dev_info->type == USB_PLAYBACK)) || in audio_extn_usb_find_service_interval()
1188 (!playback && (dev_info->type == USB_CAPTURE))) { in audio_extn_usb_find_service_interval()
1199 int audio_extn_usb_altset_for_service_interval(bool playback, in audio_extn_usb_altset_for_service_interval() argument
1217 if ((playback && dev_info->type == USB_PLAYBACK) || in audio_extn_usb_altset_for_service_interval()
1218 (!playback && dev_info->type == USB_CAPTURE)) { in audio_extn_usb_altset_for_service_interval()
1237 if ((playback && usb_output_device(card_info->usb_device_type)) || in audio_extn_usb_altset_for_service_interval()
1238 (!playback && usb_input_device(card_info->usb_device_type))) { in audio_extn_usb_altset_for_service_interval()
Daudio_extn.h103 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/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/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/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/interfaces/drm/1.0/
DIDrmPlugin.hal226 * playback. The sessionID is signed by the device private key to prevent
229 * When playback is completed the session is destroyed, and the secure
/hardware/qcom/audio/hal/msm8960/
Dplatform.c1364 bool playback __unused, in platform_set_usb_service_interval()
/hardware/interfaces/audio/common/4.0/
Dtypes.hal612 COMPRESS_OFFLOAD = 0x10, // offload playback of compressed streams to
/hardware/interfaces/audio/common/2.0/
Dtypes.hal660 COMPRESS_OFFLOAD = 0x10, // offload playback of compressed streams to
/hardware/qcom/audio/hal/msm8916/
Dplatform.c2699 bool playback __unused, in platform_set_usb_service_interval()