OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_handle
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.h
39
snd_pcm_t*
audio_handle
;
member in struct:SDL_PrivateAudioData
59
#define
audio_handle
(this->hidden->
audio_handle
)
macro
SDL_nto_audio.c
201
audio_handle
= NULL;
264
written = snd_pcm_plugin_write(
audio_handle
, pcm_buf, towrite);
282
if ((rval = snd_pcm_plugin_status(
audio_handle
, &cstatus)) < 0)
289
if ((rval = snd_pcm_plugin_prepare(
audio_handle
, SND_PCM_CHANNEL_PLAYBACK)) < 0)
331
if (
audio_handle
!= NULL)
333
if ((rval = snd_pcm_plugin_flush(
audio_handle
, SND_PCM_CHANNEL_PLAYBACK)) < 0)
338
if ((rval = snd_pcm_close(
audio_handle
)) < 0)
343
audio_handle
= NULL;
354
audio_handle
= NULL;
367
rval = snd_pcm_open_preferred(&
audio_handle
, &cardno, &deviceno, OPEN_FLAGS)
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
960
ag_res.
audio_handle
= btif_hf_cb.handle;
984
ag_res.
audio_handle
= btif_hf_cb.handle;
[
all
...]
/external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_ag_api.h
214
UINT16
audio_handle
;
member in struct:__anon317
Completed in 32 milliseconds