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

1234567891011>>

/frameworks/wilhelm/src/
H A DAndroid.mk11 $(call include-path-for, wilhelm)
22 $(call include-path-for, wilhelm)
162 $(call include-path-for, wilhelm) \
166 $(call include-path-for, audio-effects)
203 $(call include-path-for, wilhelm) \
218 $(call include-path-for, wilhelm) \
/frameworks/wilhelm/tests/
H A DAndroid.mk21 $(call include-path-for, wilhelm) \
H A DmimeUri_test.cpp99 void TestPlayUri( SLObjectItf sl, const char* path) argument
150 uri.URI = (SLchar*) path;
/frameworks/wilhelm/tests/automated/
H A DAndroid.mk11 $(call include-path-for, wilhelm) \
13 $(call include-path-for, wilhelm-ut)
/frameworks/wilhelm/tests/examples/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
34 $(call include-path-for, wilhelm)
58 $(call include-path-for, wilhelm)
85 $(call include-path-for, wilhelm)
110 $(call include-path-for, wilhelm)
134 $(call include-path-for, wilhelm)
158 $(call include-path-for, wilhelm)
182 $(call include-path-for, wilhelm)
206 $(call include-path-for, wilhelm)
230 $(call include-path
[all...]
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.cpp413 /* Decode an audio path by opening a file descriptor on that path */
414 void TestDecToBuffQueue( SLObjectItf sl, const char *path, int fd) argument
421 perror(path);
427 fprintf(stderr, "%s: not an ordinary file\n", path);
434 perror(path);
442 size_t len = strlen((const char *) path);
447 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.cpp49 /* Play an audio path by opening a file descriptor on that path */
50 void TestPlayPathFromFD( SLObjectItf sl, const char* path, SLAint64 offset, SLAint64 size) argument
111 int fd = open(path, O_RDONLY);
113 perror(path);
198 fprintf(stdout, "Plays the sound file designated by the given path, ");
203 fprintf(stdout, "Usage: \t%s path offsetInBytes [sizeInBytes]\n", argv[0]);
H A DslesTestRecBuffQueue.cpp141 /* Play an audio path by opening a file descriptor on that path */
142 void TestRecToBuffQueue( SLObjectItf sl, const char* path, SLAint64 durationInSeconds) argument
144 gFp = fopen(path, "w");
H A DslesTestSendToPresetReverb.cpp72 /* Play an audio path and feed a global reverb */
73 void TestSendToPresetReverb( SLObjectItf sl, const char* path, int preset, SLmillibel directLevel, argument
172 locatorUri.URI = (SLchar *) path;
178 int fd = open(path, O_RDONLY);
180 perror(path);
335 fprintf(stdout, "Plays the sound file designated by the given path, ");
340 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
362 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)
34 $(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
183 uri.URI = (SLchar*) path;
324 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
170 uri.URI = (SLchar*) path;
299 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
160 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
164 uri.URI = (SLchar*) path;
189 fprintf(stdout, "TestSetup(%s) completed\n", path);
319 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
176 uri.URI = (SLchar*) path;
333 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
225 uri.URI = (SLchar*) path;
406 fprintf(stdout, "Usage: \n\t%s path \n\t%s url\n", argv[0], argv[0]);
H A DslesTest_playStates.cpp48 void TestPlayUri( SLObjectItf sl, const char* path) argument
112 uri.URI = (SLchar*) path;

Completed in 279 milliseconds

1234567891011>>