Searched refs:finalize (Results 1 - 25 of 236) sorted by relevance

12345678910

/frameworks/base/graphics/java/android/graphics/
H A DRasterizer.java29 protected void finalize() throws Throwable { } method in class:Rasterizer
H A DDrawFilter.java33 protected void finalize() throws Throwable { method in class:DrawFilter
38 super.finalize();
H A DMaskFilter.java26 protected void finalize() throws Throwable { method in class:MaskFilter
H A DPathEffect.java26 protected void finalize() throws Throwable { method in class:PathEffect
H A DCamera.java163 protected void finalize() throws Throwable { method in class:Camera
168 super.finalize();
H A DRegionIterator.java44 protected void finalize() throws Throwable { method in class:RegionIterator
/frameworks/base/core/java/android/view/
H A DSurfaceSession.java45 protected void finalize() throws Throwable { method in class:SurfaceSession
51 super.finalize();
H A DDisplayEventReceiver.java99 protected void finalize() throws Throwable { method in class:DisplayEventReceiver
103 super.finalize();
H A DInputChannel.java70 protected void finalize() throws Throwable { method in class:InputChannel
74 super.finalize();
/frameworks/base/core/java/com/android/internal/util/
H A DVirtualRefBasePtr.java43 protected void finalize() throws Throwable { method in class:VirtualRefBasePtr
47 super.finalize();
/frameworks/base/services/core/java/com/android/server/input/
H A DInputApplicationHandle.java47 protected void finalize() throws Throwable { method in class:InputApplicationHandle
51 super.finalize();
H A DInputWindowHandle.java120 protected void finalize() throws Throwable { method in class:InputWindowHandle
124 super.finalize();
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java86 protected void finalize() throws Throwable { method in class:BackupDataInput
90 super.finalize();
H A DBackupDataOutput.java160 protected void finalize() throws Throwable { method in class:BackupDataOutput
164 super.finalize();
H A DFileBackupHelperBase.java41 protected void finalize() throws Throwable { method in class:FileBackupHelperBase
45 super.finalize();
/frameworks/base/core/java/android/hardware/location/
H A DContextHubClient.java130 protected void finalize() throws Throwable { method in class:ContextHubClient
137 super.finalize();
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
H A DBroadcastRadioService.java43 protected void finalize() throws Throwable { method in class:BroadcastRadioService
45 super.finalize();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java86 protected void finalize() throws Throwable { method in class:CameraTestThread
90 super.finalize();
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java191 protected void finalize() throws Throwable { method in class:RtpStream
193 super.finalize();
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DBaseObj.java103 protected void finalize() throws Throwable { method in class:BaseObj
105 super.finalize();
/frameworks/base/media/java/android/media/
H A DMediaCrypto.java90 protected void finalize() { method in class:MediaCrypto
/frameworks/base/media/java/android/media/midi/
H A DMidiDevice.java104 protected void finalize() throws Throwable { method in class:MidiDevice.MidiConnection
112 super.finalize();
289 protected void finalize() throws Throwable { method in class:MidiDevice
297 super.finalize();
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionSymbolSet.h38 /// finalize - set section symbols' fragmentRef and push it into the output
40 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
/frameworks/base/core/java/android/hardware/
H A DSensorDirectChannel.java222 protected void finalize() throws Throwable { method in class:SensorDirectChannel
230 super.finalize();
/frameworks/base/core/java/android/util/
H A DPathParser.java97 protected void finalize() throws Throwable { method in class:PathParser.PathData
102 super.finalize();

Completed in 3110 milliseconds

12345678910