Home
last modified time | relevance | path

Searched refs:DELETE_POINTER (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc102 DELETE_POINTER(_channel_A2B); in ~APITest()
103 DELETE_POINTER(_channel_B2A); in ~APITest()
105 DELETE_POINTER(_pushEventA); in ~APITest()
106 DELETE_POINTER(_pullEventA); in ~APITest()
107 DELETE_POINTER(_processEventA); in ~APITest()
108 DELETE_POINTER(_apiEventA); in ~APITest()
110 DELETE_POINTER(_pushEventB); in ~APITest()
111 DELETE_POINTER(_pullEventB); in ~APITest()
112 DELETE_POINTER(_processEventB); in ~APITest()
113 DELETE_POINTER(_apiEventB); in ~APITest()
[all …]
Dutility.h55 #define DELETE_POINTER(p) \ macro