/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.h | 90 …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/ |
D | ITuner.hal | 98 * 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/ |
D | IStreamOut.hal | 169 * 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/ |
D | platform_api.h | 179 bool playback, 183 bool playback,
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOut.hal | 180 * 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.
|
D | types.hal | 125 /** Metadata of a playback track for a StreamOut. */
|
/hardware/qcom/audio/hal/audio_extn/ |
D | usb.c | 1177 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()
|
D | audio_extn.h | 103 unsigned long audio_extn_usb_find_service_interval(bool min, bool playback);
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
D | shared.mk | 28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
D | shared.mk | 28 APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/$(TARGET)
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | types.hal | 27 MUSIC, /* Music playback */
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 104 * 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>
|
D | IOmxNode.hal | 144 * 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/ |
D | types.hal | 282 bool isOffload; // true if the playback thread the effect 284 AudioIoHandle ioHandle; // io handle of the playback thread
|
D | IEffect.hal | 214 * 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/ |
D | types.hal | 282 bool isOffload; // true if the playback thread the effect 284 AudioIoHandle ioHandle; // io handle of the playback thread
|
D | IEffect.hal | 228 * 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/ |
D | types.hal | 56 * 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/ |
D | IDrmPlugin.hal | 226 * 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/ |
D | platform.c | 1364 bool playback __unused, in platform_set_usb_service_interval()
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 612 COMPRESS_OFFLOAD = 0x10, // offload playback of compressed streams to
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 660 COMPRESS_OFFLOAD = 0x10, // offload playback of compressed streams to
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 2699 bool playback __unused, in platform_set_usb_service_interval()
|