Searched refs:Destroy (Results 1 - 25 of 71) sorted by relevance

123

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h30 { HashEntryTy::Destroy(pEntry); }
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp53 LDSection::Destroy(test);
54 // SectionData::Destroy(s);
70 LDSection::Destroy(test);
71 // SectionData::Destroy(s);
H A DSectionDataTest.cpp51 LDSection::Destroy(test);
80 LDSection::Destroy(test);
/frameworks/wilhelm/tests/sandbox/
H A Ddual.c68 (*xaEngineObject)->Destroy(xaEngineObject);
71 (*slEngineObject)->Destroy(slEngineObject);
H A Dmultithread.c61 (*myMixObject)->Destroy(myMixObject);
86 (*myPlayerObject)->Destroy(myPlayerObject);
190 (*mixObject)->Destroy(mixObject);
191 (*engineObject)->Destroy(engineObject);
H A Dsrcsink.c104 (*playerObject)->Destroy(playerObject);
166 (*playerObject)->Destroy(playerObject);
184 (*playerObject)->Destroy(playerObject);
203 (*playerObject)->Destroy(playerObject);
214 (*outputMixObject)->Destroy(outputMixObject);
217 (*engineObject)->Destroy(engineObject);
H A Durimime.c155 (*playerObject)->Destroy(playerObject);
158 (*outputMixObject)->Destroy(outputMixObject);
161 (*engineObject)->Destroy(engineObject);
H A Dxa.c123 (*playerObject)->Destroy(playerObject);
126 (*outputMixObject)->Destroy(outputMixObject);
129 (*engineObject)->Destroy(engineObject);
H A Ddim.c150 (*outputMixObject)->Destroy(outputMixObject);
153 (*engineObject)->Destroy(engineObject);
/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp38 void RelocData::Destroy(RelocData*& pSection) function in class:RelocData
H A DSectionData.cpp40 void SectionData::Destroy(SectionData*& pSection) function in class:SectionData
H A DLDSection.cpp80 void LDSection::Destroy(LDSection*& pSection) function in class:LDSection
H A DLDSymbol.cpp61 void LDSymbol::Destroy(LDSymbol*& pSymbol) function in class:LDSymbol
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp240 /* Destroy the players */
241 (*player)->Destroy(player);
242 (*player2)->Destroy(player2);
244 /* Destroy Output Mix object */
245 (*outputMix)->Destroy(outputMix);
285 (*sl)->Destroy(sl);
H A DslesTestLoopUri.cpp281 /* Destroy the player */
282 (*player)->Destroy(player);
284 /* Destroy Output Mix object */
285 (*OutputMix)->Destroy(OutputMix);
318 (*sl)->Destroy(sl);
H A DslesTestPlayStreamType.cpp227 /* Destroy the player */
228 (*player)->Destroy(player);
230 /* Destroy Output Mix object */
231 (*outputMix)->Destroy(outputMix);
268 (*sl)->Destroy(sl);
H A DslesTestPlayUri.cpp315 /* Destroy the player */
316 (*player)->Destroy(player);
318 /* Destroy Output Mix object */
319 (*OutputMix)->Destroy(OutputMix);
352 (*sl)->Destroy(sl);
H A DslesTest_playStates.cpp196 /* Destroy the players */
197 (*player)->Destroy(player);
199 /* Destroy Output Mix object */
200 (*outputMix)->Destroy(outputMix);
238 (*sl)->Destroy(sl);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h64 /// Destroy - destroy a relocation entry
65 static void Destroy(Relocation*& pRelocation);
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h53 static void Destroy(SectionData*& pSection);
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp236 /* Destroy the player */
237 (*player)->Destroy(player);
239 /* Destroy Output Mix object */
240 (*outputMix)->Destroy(outputMix);
291 (*sl)->Destroy(sl);
H A DslesTestPlayFdPath.cpp181 /* Destroy the player */
182 (*player)->Destroy(player);
184 /* Destroy Output Mix object */
185 (*outputMix)->Destroy(outputMix);
228 (*sl)->Destroy(sl);
H A DslesTestSawtoothBufferQueue.cpp266 /* Destroy the player */
267 (*player)->Destroy(player);
269 /* Destroy Output Mix object */
270 (*OutputMix)->Destroy(OutputMix);
293 (*sl)->Destroy(sl);
H A DslesTestVirtualizerPath.cpp238 /* Destroy the player */
239 (*player)->Destroy(player);
241 /* Destroy Output Mix object */
242 (*outputMix)->Destroy(outputMix);
293 (*sl)->Destroy(sl);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp256 /* Destroy the player */
257 (*player)->Destroy(player);
259 /* Destroy Output Mix object */
260 (*OutputMix)->Destroy(OutputMix);
288 (*sl)->Destroy(sl);

Completed in 135 milliseconds

123