HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 151 - 175 of 496) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.h 42 static DisplayError Destroy(HWInterface *intf);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.cpp 52 void HWCDisplayNull::Destroy(HWCDisplay *hwc_display) {
hwc_display_null.h 38 static void Destroy(HWCDisplay *hwc_display);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.h 54 static void Destroy(HWCDisplay *hwc_display);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_null.cpp 52 void HWCDisplayNull::Destroy(HWCDisplay *hwc_display) {
hwc_display_null.h 38 static void Destroy(HWCDisplay *hwc_display);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.h 54 static void Destroy(HWCDisplay *hwc_display);
  /system/connectivity/shill/
external_task.h 108 static void Destroy(ExternalTask* task);
  /art/runtime/verifier/
reg_type.cc 133 void DoubleHiType::Destroy() {
148 void DoubleLoType::Destroy() {
169 void LongHiType::Destroy() {
176 void LongLoType::Destroy() {
190 void FloatType::Destroy() {
204 void CharType::Destroy() {
218 void ShortType::Destroy() {
232 void ByteType::Destroy() {
246 void IntegerType::Destroy() {
261 void ConflictType::Destroy() {
    [all...]
reg_type.h 322 // Destroy the singleton instance.
323 static void Destroy();
351 // Destroy the singleton instance.
352 static void Destroy();
385 static void Destroy();
403 static void Destroy();
422 static void Destroy();
440 static void Destroy();
458 static void Destroy();
476 static void Destroy();
    [all...]
reg_type_cache.cc 289 UndefinedType::Destroy();
290 ConflictType::Destroy();
291 BooleanType::Destroy();
292 ByteType::Destroy();
293 ShortType::Destroy();
294 CharType::Destroy();
295 IntegerType::Destroy();
296 LongLoType::Destroy();
297 LongHiType::Destroy();
298 FloatType::Destroy();
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 60 void CvvImage::Destroy()
67 Destroy();
85 Destroy();
  /external/webrtc/webrtc/base/
autodetectproxy.cc 43 resolver_->Destroy(false);
145 resolver_->Destroy(false);
188 resolver_->Destroy(false);
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 373 void destroy() { function in namespace:audioplay
374 // destroy buffer queue audio player object, and invalidate all associated interfaces
377 (*bqPlayerObject)->Destroy(bqPlayerObject);
385 // destroy output mix object, and invalidate all associated interfaces
387 (*outputMixObject)->Destroy(outputMixObject);
391 // destroy engine object, and invalidate all associated interfaces
394 (*engineObject)->Destroy(engineObject);
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 236 /* Destroy the player */
237 (*player)->Destroy(player);
239 /* Destroy Output Mix object */
240 (*outputMix)->Destroy(outputMix);
291 (*sl)->Destroy(sl);
slesTestPlayFdPath.cpp 212 /* Destroy the player */
213 (*player)->Destroy(player);
215 /* Destroy Output Mix object */
216 (*outputMix)->Destroy(outputMix);
259 (*sl)->Destroy(sl);
slesTestSawtoothBufferQueue.cpp 263 /* Destroy the player */
264 (*player)->Destroy(player);
266 /* Destroy Output Mix object */
267 (*OutputMix)->Destroy(OutputMix);
290 (*sl)->Destroy(sl);
slesTestVirtualizerPath.cpp 238 /* Destroy the player */
239 (*player)->Destroy(player);
241 /* Destroy Output Mix object */
242 (*outputMix)->Destroy(outputMix);
293 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 278 /* Destroy the player */
279 (*player)->Destroy(player);
281 /* Destroy Output Mix object */
282 (*OutputMix)->Destroy(OutputMix);
315 (*sl)->Destroy(sl);
slesTestPlayStreamType.cpp 227 /* Destroy the player */
228 (*player)->Destroy(player);
230 /* Destroy Output Mix object */
231 (*outputMix)->Destroy(outputMix);
268 (*sl)->Destroy(sl);
slesTestPlayUri.cpp 312 /* Destroy the player */
313 (*player)->Destroy(player);
315 /* Destroy Output Mix object */
316 (*OutputMix)->Destroy(OutputMix);
349 (*sl)->Destroy(sl);
slesTest_playStates.cpp 193 /* Destroy the players */
194 (*player)->Destroy(player);
196 /* Destroy Output Mix object */
197 (*outputMix)->Destroy(outputMix);
235 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 253 /* Destroy the player */
254 (*player)->Destroy(player);
256 /* Destroy Output Mix object */
257 (*OutputMix)->Destroy(OutputMix);
285 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/sandbox/
configbq.c 208 // destroy audio player
209 (*playerObject)->Destroy(playerObject);
216 // destroy output mix
217 (*outputMixObject)->Destroy(outputMixObject);
219 // destroy engine
220 (*engineObject)->Destroy(engineObject);
intbufq.c 277 (*playerObject)->Destroy(playerObject);
278 (*outputmixObject)->Destroy(outputmixObject);
279 (*engineObject)->Destroy(engineObject);

Completed in 229 milliseconds

1 2 3 4 5 67 8 91011>>