Searched refs:Destroy (Results 1 - 25 of 74) 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/compile/mclinker/lib/Support/
H A DMemoryArea.cpp84 MemoryRegion::Destroy(pRegion);
108 Space::Destroy(space);
125 Space::Destroy(space->second);
132 Space::Destroy(space->second);
H A DMemoryRegion.cpp47 void MemoryRegion::Destroy(MemoryRegion*& pRegion) function in class:MemoryRegion
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryRegion.h82 /// Destroy - To destroy the region
87 static void Destroy(MemoryRegion*& pRegion);
H A DSpace.h82 static void Destroy(Space*& pSpace);
/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);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h67 /// Destroy - destroy a relocation entry
68 static void Destroy(Relocation*& pRelocation);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h61 static void Destroy(RelocData*& pSection);
H A DSectionData.h56 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);

Completed in 238 milliseconds

123