Searched refs:path (Results 1 - 25 of 855) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/tests/automated/
H A DAndroid.mk9 $(call include-path-for, wilhelm) \
10 $(call include-path-for, wilhelm-ut)
/frameworks/wilhelm/tests/examples/
H A DAndroid.mk10 $(call include-path-for, audio-utils)
61 $(call include-path-for, audio-utils)
H A DslesTestBassBoostPath.cpp49 /* Play an audio path by opening a file descriptor on that path */
50 void TestBassBoostPathFromFD(SLObjectItf sl, const char* path, int16_t boostStrength, bool alwaysOn) argument
119 int fd = open(path, O_RDONLY);
128 locatorUri.URI = (SLchar *) path;
256 fprintf(stdout, "Plays the sound file designated by the given path, ");
261 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
271 fprintf(stdout, "Usage: \t%s [--always-on] path bass_boost_strength\n", programName);
H A DslesTestDecodeAac.cpp412 /* Decode an audio path by opening a file descriptor on that path */
413 void TestDecToBuffQueue( SLObjectItf sl, const char *path, int fd) argument
420 perror(path);
426 fprintf(stderr, "%s: not an ordinary file\n", path);
433 perror(path);
441 size_t len = strlen((const char *) path);
446 memcpy(outputPath, path, len + 1);
851 perror(path);
H A DslesTestDecodeToBuffQueue.cpp261 /* Decode an audio path by opening a file descriptor on that path */
262 void TestDecToBuffQueue( SLObjectItf sl, const char* path) argument
264 size_t len = strlen((const char *) path);
269 memcpy(outputPath, path, len + 1);
333 decUri.URI = (SLchar*)path;
H A DslesTestEqFdPath.cpp49 /* Play an audio path by opening a file descriptor on that path */
50 void TestEQPathFromFD( SLObjectItf sl, const char* path
124 int fd = open(path, O_RDONLY);
133 locatorUri.URI = (SLchar *) path;
285 fprintf(stdout, "Plays the sound file designated by the given path, ");
290 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
305 fprintf(stdout, "Usage: \t%s [--always-on] path offsetInBytes [sizeInBytes]\n",
H A DslesTestEqOutputPath.cpp49 /* Play an audio path by opening a file descriptor on that path */
50 void TestEQPathFromFD( SLObjectItf sl, const char* path
131 int fd = open(path, O_RDONLY);
140 locatorUri.URI = (SLchar *) path;
289 fprintf(stdout, "Plays the sound file designated by the given path, ");
294 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
305 fprintf(stdout, "Usage: \t%s [--always-on] path offsetInBytes [sizeInBytes]\n",
H A DslesTestPlayFdPath.cpp70 /* Play an audio path by opening a file descriptor on that path */
71 void TestPlayPathFromFD( SLObjectItf sl, const char* path, SLAint64 offset, SLAint64 size) argument
132 int fd = open(path, O_RDONLY);
134 perror(path);
229 fprintf(stdout, "Plays the sound file designated by the given path, ");
234 fprintf(stdout, "Usage: \t%s path offsetInBytes [sizeInBytes]\n", argv[0]);
H A DslesTestRecBuffQueue.cpp163 /* Record to an audio path by opening a file descriptor on that path */
164 void TestRecToBuffQueue( SLObjectItf sl, const char* path, SLAint64 durationInSeconds) argument
187 sndfile = sf_open(path, SFM_WRITE, &info);
H A DslesTestSendToPresetReverb.cpp71 /* Play an audio path and feed a global reverb */
72 void TestSendToPresetReverb( SLObjectItf sl, const char* path, int preset, SLmillibel directLevel, argument
171 locatorUri.URI = (SLchar *) path;
177 int fd = open(path, O_RDONLY);
179 perror(path);
334 fprintf(stdout, "Plays the sound file designated by the given path, ");
339 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
361 fprintf(stdout, "Usage: \t%s [--always-on] [--fd] [--loop] path preset directLevel "
H A DslesTestVirtualizerPath.cpp49 /* Play an audio path by opening a file descriptor on that path */
50 void TestVirtualizerPathFromFD( SLObjectItf sl, const char* path, int16_t virtStrength, argument
120 int fd = open(path, O_RDONLY);
129 locatorUri.URI = (SLchar *) path;
258 fprintf(stdout, "Plays the sound file designated by the given path, ");
263 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
273 fprintf(stdout, "Usage: \t%s [--always-on] path virtualization_strength\n", programName);
/frameworks/wilhelm/tests/listening/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
35 $(call include-path-for, wilhelm)
H A DslesTest_playMuteSolo.cpp163 void TestPlayUri( SLObjectItf sl, const char* path) argument
227 uri.URI = (SLchar*) path;
/frameworks/wilhelm/tests/mimeUri/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
36 $(call include-path-for, wilhelm)
62 $(call include-path-for, wilhelm)
88 $(call include-path-for, wilhelm)
114 $(call include-path-for, wilhelm)
140 $(call include-path-for, wilhelm)
166 $(call include-path-for, wilhelm)
192 $(call include-path-for, wilhelm)
H A DslesTestGetPositionUri.cpp127 void TestGetPositionUri( SLObjectItf sl, const char* path) argument
180 uri.URI = (SLchar*) path;
321 fprintf(stdout, "Usage: %s path \n\t%s url\n", argv[0], argv[0]);
H A DslesTestLoopUri.cpp122 void TestLoopUri( SLObjectItf sl, const char* path) argument
167 uri.URI = (SLchar*) path;
296 fprintf(stdout, "Usage: \n\t%s path \n\t%s url\n", argv[0], argv[0]);
H A DslesTestManyPlayers.cpp131 void TestSetup(const char* path) { argument
158 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
162 uri.URI = (SLchar*) path;
187 fprintf(stdout, "TestSetup(%s) completed\n", path);
317 fprintf(stdout, "Usage: %s path \n\t%s url\n", argv[0], argv[0]);
H A DslesTestPlayStreamType.cpp48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) argument
117 uri.URI = (SLchar*) path;
H A DslesTestPlayUri.cpp125 void TestPlayUri( SLObjectItf sl, const char* path) argument
173 uri.URI = (SLchar*) path;
330 fprintf(stdout, "Usage: %s path \n\t%s url\n", argv[0], argv[0]);
H A DslesTestPlayUri2.cpp63 void TestPlayUri( SLObjectItf sl, const char* path, const char* path2) argument
126 uri.URI = (SLchar*) path;
141 /* Create the second audio player with a different path for its data source */
H A DslesTestSlowDownUri.cpp178 void TestSlowDownUri( SLObjectItf sl, const char* path) argument
222 uri.URI = (SLchar*) path;
405 fprintf(stdout, "Usage: \n\t%s path \n\t%s url\n", argv[0], argv[0]);
H A DslesTest_playStates.cpp47 void TestPlayUri( SLObjectItf sl, const char* path) argument
111 uri.URI = (SLchar*) path;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp99 void TestPlayUri( SLObjectItf sl, const char* path) argument
147 uri.URI = (SLchar*) path;
/frameworks/wilhelm/tests/native-media/jni/
H A DAndroid.mk9 LOCAL_CFLAGS += -I$(call include-path-for, wilhelm)
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
39 $(call include-path-for, wilhelm)
66 $(call include-path-for, wilhelm) \
67 $(call include-path-for, wilhelm-ut)
99 $(call include-path-for, wilhelm) \
100 $(call include-path-for, wilhelm-ut)
132 $(call include-path-for, wilhelm)
159 $(call include-path-for, wilhelm)
190 $(call include-path-for, wilhelm)
221 $(call include-path
[all...]

Completed in 2085 milliseconds

1234567891011>>