Searched defs:addRef (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
H A DRefCountBase.java45 public void addRef() { method in class:RefCountBase
48 "addRef on an object which has been closed.");
H A DRefCountedBufferQueueController.java41 public void addRef() { method in class:RefCountedBufferQueueController
42 mBuffer.addRef();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DRefcountObject.java37 public synchronized int addRef() { method in class:RefcountObject
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DRefCountedMediaResource.java37 * Note: all synchronized methods in this class (e.g. addRef()) should not attempt to make outgoing
47 // Set DEBUG to true to enable detailed stack trace for each addRef() and release() operation
64 public void addRef() { method in class:RefCountedMediaResource

Completed in 2596 milliseconds