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

123

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); }
/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp37 void SectionData::Destroy(SectionData*& pSection) { function in class:mcld::SectionData
H A DRelocData.cpp36 void RelocData::Destroy(RelocData*& pSection) { function in class:mcld::RelocData
H A DLDSymbol.cpp57 void LDSymbol::Destroy(LDSymbol*& pSymbol) { function in class:mcld::LDSymbol
H A DELFSegment.cpp90 void ELFSegment::Destroy(ELFSegment*& pSegment) { function in class:mcld::ELFSegment
H A DLDSection.cpp77 void LDSection::Destroy(LDSection*& pSection) { function in class:mcld::LDSection
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp48 LDSection::Destroy(test);
49 // SectionData::Destroy(s);
65 LDSection::Destroy(test);
66 // SectionData::Destroy(s);
H A DSectionDataTest.cpp45 LDSection::Destroy(test);
74 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.c124 (*playerObject)->Destroy(playerObject);
127 (*outputMixObject)->Destroy(outputMixObject);
130 (*engineObject)->Destroy(engineObject);
H A Ddim.c150 (*outputMixObject)->Destroy(outputMixObject);
153 (*engineObject)->Destroy(engineObject);
/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.cpp278 /* Destroy the player */
279 (*player)->Destroy(player);
281 /* Destroy Output Mix object */
282 (*OutputMix)->Destroy(OutputMix);
315 (*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);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h65 /// Destroy - destroy a relocation entry
66 static void Destroy(Relocation*& pRelocation);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h46 static void Destroy(LDSymbol*& pSymbol);
H A DRelocData.h59 static void Destroy(RelocData*& pSection);
H A DSectionData.h50 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.cpp212 /* Destroy the player */
213 (*player)->Destroy(player);
215 /* Destroy Output Mix object */
216 (*outputMix)->Destroy(outputMix);
259 (*sl)->Destroy(sl);
H A DslesTestSawtoothBufferQueue.cpp263 /* Destroy the player */
264 (*player)->Destroy(player);
266 /* Destroy Output Mix object */
267 (*OutputMix)->Destroy(OutputMix);
290 (*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);

Completed in 428 milliseconds

123