OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_file
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
374
audio_file
= eas.OpenFile(midiFile)
375
audio_file
.Prepare()
376
audio_file
.Play()
377
audio_file
.Close()
592
audio_file
= eas.OpenFile(midiFile)
593
audio_file
.Prepare()
595
audio_file
.Close()
/external/bluetooth/hcidump/src/
hcidump.c
72
static char *
audio_file
= NULL;
variable
986
audio_file
= strdup(optarg);
1032
if (
audio_file
)
1033
audio_fd = open_file(
audio_file
, AUDIO, flags);
/external/srec/srec/test/SRecTest/src/
SRecTest.c
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
[
all
...]
Completed in 107 milliseconds