HomeSort by relevance Sort by last modified time
    Searched refs:sl (Results 26 - 50 of 187) sorted by null

12 3 4 5 6 7 8

  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 122 void TestLoopUri( SLObjectItf sl, const char* path)
148 /* Get the SL Engine Interface which is implicit */
149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
292 SLObjectItf sl; local
309 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
311 /* Realizing the SL Engine in synchronous mode. */
312 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
315 TestLoopUri(sl, argv[1])
    [all...]
slesTestPlayStreamType.cpp 48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type)
75 /* Get the SL Engine Interface which is implicit */
76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
238 SLObjectItf sl; local
258 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
261 /* Realizing the SL Engine in synchronous mode. */
262 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
265 TestStreamTypeConfiguration(sl, argv[1], (SLint32)atoi(argv[2]))
    [all...]
slesTestPlayUri.cpp 125 void TestPlayUri( SLObjectItf sl, const char* path)
151 /* Get the SL Engine Interface which is implicit */
152 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
326 SLObjectItf sl; local
343 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
345 /* Realizing the SL Engine in synchronous mode. */
346 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
349 TestPlayUri(sl, argv[1])
    [all...]
slesTest_playStates.cpp 48 void TestPlayUri( SLObjectItf sl, const char* path)
73 /* Get the SL Engine Interface which is implicit */
74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
207 SLObjectItf sl; local
226 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
229 /* Realizing the SL Engine in synchronous mode. */
230 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
234 TestPlayUri(sl, argv[1])
    [all...]
slesTestGetPositionUri.cpp 127 void TestGetPositionUri( SLObjectItf sl, const char* path)
158 /* Get the SL Engine Interface which is implicit */
159 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
317 SLObjectItf sl; local
334 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
336 /* Realizing the SL Engine in synchronous mode. */
337 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
340 TestGetPositionUri(sl, argv[1])
    [all...]
slesTestSlowDownUri.cpp 178 void TestSlowDownUri( SLObjectItf sl, const char* path)
205 /* Get the SL Engine Interface which is implicit */
206 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res);
399 SLObjectItf sl; local
418 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
420 /* Realizing the SL Engine in synchronous mode. */
421 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
424 TestSlowDownUri(sl, argv[1])
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 50 void TestEQPathFromFD( SLObjectItf sl, const char* path
84 /* Get the SL Engine Interface which is implicit */
85 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
281 SLObjectItf sl; local
315 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
318 /* Realizing the SL Engine in synchronous mode. */
319 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
325 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2])
    [all...]
slesTestEqOutputPath.cpp 50 void TestEQPathFromFD( SLObjectItf sl, const char* path
86 /* Get the SL Engine Interface which is implicit */
87 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
285 SLObjectItf sl; local
316 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
319 /* Realizing the SL Engine in synchronous mode. */
320 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
326 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2])
    [all...]
slesTestRecBuffQueue.cpp 142 void TestRecToBuffQueue( SLObjectItf sl, const char* path, SLAint64 durationInSeconds)
172 /* Get the SL Engine Interface which is implicit */
173 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
324 SLObjectItf sl; local
369 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
372 /* Realizing the SL Engine in synchronous mode. */
373 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
376 TestRecToBuffQueue(sl, argv[i], (SLAint64)atoi(argv[i+1]))
    [all...]
slesTestSendToPresetReverb.cpp 73 void TestSendToPresetReverb( SLObjectItf sl, const char* path, int preset, SLmillibel directLevel,
106 /* Get the SL Engine Interface which is implicit */
107 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
331 SLObjectItf sl; local
372 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
375 /* Realizing the SL Engine in synchronous mode. */
376 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
380 TestSendToPresetReverb(sl, argv[i], atoi(argv[i+1]), (SLmillibel)atoi(argv[i+2])
    [all...]
slesTestDecodeToBuffQueue.cpp 262 void TestDecToBuffQueue( SLObjectItf sl, const char* path)
301 /* Get the SL Engine Interface which is implicit */
302 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
538 SLObjectItf sl; local
554 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
557 /* Realizing the SL Engine in synchronous mode. */
558 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
561 TestDecToBuffQueue(sl, argv[1])
    [all...]
  /cts/tests/tests/nativemedia/sl/
Android.mk 33 LOCAL_CTS_TEST_PACKAGE := android.nativemedia.sl
  /external/harfbuzz/src/
harfbuzz-open-private.h 48 _HB_OPEN_Load_ScriptList( HB_ScriptList* sl,
75 HB_INTERNAL void _HB_OPEN_Free_ScriptList( HB_ScriptList* sl );
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open-private.h 48 _HB_OPEN_Load_ScriptList( HB_ScriptList* sl,
75 HB_INTERNAL void _HB_OPEN_Free_ScriptList( HB_ScriptList* sl );
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 163 void TestPlayUri( SLObjectItf sl, const char* path)
188 /* Get the SL Engine Interface which is implicit */
189 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
378 SLObjectItf sl; local
397 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
400 /* Realizing the SL Engine in synchronous mode. */
401 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
405 TestPlayUri(sl, argv[1])
    [all...]
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 180 void TestPlayStream( SLObjectItf sl, const char* path)
210 /* Get the SL Engine Interface which is implicit */
211 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
382 SLObjectItf sl; local
401 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
403 /* Realizing the SL Engine in synchronous mode. */
404 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
407 TestPlayStream(sl, argv[1])
    [all...]
  /external/valgrind/main/drd/tests/
monitor_example.cpp 186 ScopedLock sl(m_monitor);
191 ScopedLock sl(m_monitor);
197 ScopedLock sl(m_monitor);
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 194 public ServiceIterator(ServiceLoader<S> sl) {
195 this.classLoader = sl.classLoader;
196 this.service = sl.service;
197 this.services = sl.services;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 44 STMFD sp!,{a2,v1-v6,sl,fp,lr}
83 LDR sl,[ip],#4
91 STR sl,[lr],#4
102 LDR sl,[ip],#4
110 STR sl,[lr],#4
115 03 LDMFD sp!,{a2,v1-v6,sl,fp,pc}
  /external/clang/test/Sema/
conversion.c 413 void test26(int si, long sl) {
414 si = sl % sl; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}}
415 si = sl % si;
416 si = si % sl;
417 si = si / sl;
418 si = sl / si; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}}
  /external/libgsm/src/
lpc.c 96 register float sl = *sp; local
98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]);
101 word sl = *sp; local
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
106 # define NEXTI sl = *++sp
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/webp/src/dsp/
upsampling_neon.c 41 uint16x8_t sl; \
44 sl = vaddl_u8(a, b); \
45 sl = vaddw_u8(sl, c); \
46 sl = vaddw_u8(sl, d); \
48 al = vaddq_u16(sl, al); /* 3a + b + c + d */ \
49 bl = vaddq_u16(sl, bl); /* a + 3b + c + d */ \
  /system/vold/
VolumeManager.h 131 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; }
  /external/ipsec-tools/src/racoon/
security.c 205 * description: function determines if the specified sl is within the
207 * input: security_context *sl SL
209 * return: 1 if the sl is within the range
210 * 0 if the sl is not within the range or an error
215 within_range(security_context_t sl, security_context_t range)
231 * Get the sids for the sl and range contexts
233 rtn = avc_context_to_sid(sl, &slsid);
237 "sid for sl context (%s).\n", sl);
    [all...]

Completed in 1133 milliseconds

12 3 4 5 6 7 8