Searched defs:path (Results 1 - 25 of 269) sorted by last modified time

1234567891011

/frameworks/wilhelm/tests/examples/
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 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 DslesTest_playMuteSolo.cpp163 void TestPlayUri( SLObjectItf sl, const char* path) argument
227 uri.URI = (SLchar*) path;
/frameworks/wilhelm/tests/mimeUri/
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;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp99 void TestPlayUri( SLObjectItf sl, const char* path) argument
150 uri.URI = (SLchar*) path;
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp180 void TestPlayStream( SLObjectItf sl, const char* path) argument
208 file = fopen(path, "rb");
391 fprintf(stdout, "Usage: %s path \n", argv[0]);
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h253 } path; member in struct:android::renderscript::__anon1584
/frameworks/rs/
H A DrsFileA3D.cpp455 RsFile rsaFileA3DCreateFromFile(RsContext con, const char *path) { argument
456 if (path == NULL) {
464 FILE *f = fopen(path, "rb");
471 ALOGE("Could not open file %s", path);
H A Drs_hal.h253 } path; member in struct:android::renderscript::__anon1555
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1058 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1066 void iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
H A DRIL.java370 // requests or replies. Thus this code path will only release
1453 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1455 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, result);
1458 iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1467 rr.mp.writeString(path);
1479 + " path: " + path + ","
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java216 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
219 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1048 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
1050 iccIOForApp(command, fileid, path, p1, p2, p3, data,pin2, null, response);
1058 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument

Completed in 163 milliseconds

1234567891011