HomeSort by relevance Sort by last modified time
    Searched refs:Realize (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /frameworks/wilhelm/tests/sandbox/
dual.c 39 printf("realize xaEngineObject\n");
40 xaResult = (*xaEngineObject)->Realize(xaEngineObject, XA_BOOLEAN_FALSE);
56 printf("realize slEngineObject\n");
57 slResult = (*slEngineObject)->Realize(slEngineObject, SL_BOOLEAN_FALSE);
multithread.c 59 result = (*myMixObject)->Realize(myMixObject, SL_BOOLEAN_FALSE);
76 result = (*myPlayerObject)->Realize(myPlayerObject, SL_BOOLEAN_FALSE);
115 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
125 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
urimime.c 44 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
53 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
100 // realize the player
101 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
xa.c 33 printf("realize\n");
34 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
47 result = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE);
109 result = (*playerObject)->Realize(playerObject, XA_BOOLEAN_FALSE);
dim.c 43 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
53 // get the dynamic interface management interface for output mix, before realize
60 // realize output mix
61 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
64 // get the dynamic interface management interface for output mix, after realize
configbq.c 82 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
91 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
141 // realize the player
142 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
intbufq.c 89 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
99 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
129 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
outputmix.c 34 // realize engine
35 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
74 // realize the output mix
75 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
136 // realize the output mix
137 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
  /cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp 19 * The tests verify the creation and completion of the call to Realize() for the following objects:
84 res = (*engineObj)->Realize(engineObj, XA_BOOLEAN_FALSE);
116 res = (*outputMixObj)->Realize(outputMixObj, XA_BOOLEAN_FALSE);
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 61 // realize the engine
62 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
63 // __android_log_print(ANDROID_LOG_INFO, TAG, "Realize() engine result:%s", getSLErrStr(result));
76 // realize the output mix
77 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
78 // __android_log_print(ANDROID_LOG_INFO, TAG, "Realize() result:%s", getSLErrStr(result));
206 result = (*bqPlayerObject_)->Realize(bqPlayerObject_, SL_BOOLEAN_FALSE);
208 // "Realize player object result:%s", getSLErrStr(result));
  /frameworks/wilhelm/tests/listening/
seekTorture.c 42 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
52 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
78 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /cts/tests/tests/media/libaudiojni/
sl-utils.cpp 108 // realize the engine
109 result = (*engine)->Realize(engine, SL_BOOLEAN_FALSE /* async */);
111 ALOGE("Realize() failed: %s", getSLErrStr(result));
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 20 * The tests verify the creation and completion of the call to Realize() for the following objects:
95 res = (*engineObj)->Realize(engineObj, SL_BOOLEAN_FALSE);
126 res = (*audioPlayerObj)->Realize(audioPlayerObj, SL_BOOLEAN_FALSE);
182 res = (*outputMixObj)->Realize(outputMixObj, SL_BOOLEAN_FALSE);
304 res = (*audioRecorderObj)->Realize(audioRecorderObj, SL_BOOLEAN_FALSE);
383 // cannot Realize as native test cannot have necessary permission.
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 111 /* Realize the Output Mix object in synchronous mode */
112 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
148 /* Realize the players in synchronous mode. */
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
151 //fprintf(stdout, "URI example: after Realize\n");
275 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestLoopUri.cpp 162 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
190 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
191 fprintf(stdout, "URI example: after Realize\n");
309 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayStreamType.cpp 92 /* Realize the Output Mix object in synchronous mode */
93 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
149 /* Realize the player in synchronous mode. */
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
151 fprintf(stdout, "URI example: after Realize\n");
262 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayUri.cpp 168 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
192 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
193 fprintf(stdout, "URI example: after Realize\n");
343 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTest_playStates.cpp 89 /* Realize the Output Mix object in synchronous mode */
90 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
126 /* Realize the player in synchronous mode. */
127 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
128 fprintf(stdout, "URI example: after Realize\n");
227 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 102 // realize the engine
103 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
105 ALOGE("sl engine Realize failed with result %d", result);
126 // realize the output mix
127 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
129 ALOGE("sl outputMix Realize failed with result %d", result);
208 // realize the player
209 result = (*bqPlayerObject)->Realize(bqPlayerObject, SL_BOOLEAN_FALSE);
211 ALOGE("sl player Realize failed with result %d", result);
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 96 /* Realize the Output Mix object in synchronous mode */
97 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
149 /* Realize the player in synchronous mode. */
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
151 fprintf(stdout, "URI example: after Realize\n");
284 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayFdPath.cpp 112 /* Realize the Output Mix object in synchronous mode */
113 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
155 /* Realize the player in synchronous mode. */
156 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
157 fprintf(stdout, "URI example: after Realize\n");
247 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestSawtoothBufferQueue.cpp 153 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
205 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
206 fprintf(stdout, "bufferQueue example: after Realize\n");
284 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res);
slesTestVirtualizerPath.cpp 97 /* Realize the Output Mix object in synchronous mode */
98 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
150 /* Realize the player in synchronous mode. */
151 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
152 fprintf(stdout, "URI example: after Realize\n");
286 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 142 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
166 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
279 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 159 // realize the engine
160 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
176 // realize the output mix
177 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
224 // realize the player
225 result = (*bqPlayerObject)->Realize(bqPlayerObject, SL_BOOLEAN_FALSE);
296 // or possibly during Realize on other platforms
303 // realize the player
304 result = (*uriPlayerObject)->Realize(uriPlayerObject, SL_BOOLEAN_FALSE);
612 // realize the playe
    [all...]

Completed in 711 milliseconds

1 2 3 4 5 6 7