Home
last modified time | relevance | path

Searched refs:backing (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java89 Backing backing = fetchBacking(mode, access); in lockBacking() local
90 if (backing == null) { in lockBacking()
93 lock(backing, mode); in lockBacking()
94 return backing; in lockBacking()
138 for (Backing backing : mBackings) { in resize()
139 if (backing.resize(newDimensions)) { in resize()
140 resized.add(backing); in resize()
142 releaseBacking(backing); in resize()
187 Backing backing = getBacking(mode, access); in fetchBacking() local
188 if (backing == null) { in fetchBacking()
[all …]
DFrameManager.java117 public abstract boolean cacheBacking(Backing backing); in cacheBacking() argument
140 public boolean cacheBacking(Backing backing) { in cacheBacking() argument
174 for (Backing backing : mQueue) { in fetchBacking()
176 ? backing.writeAccess() in fetchBacking()
177 : backing.readAccess(); in fetchBacking()
179 && dimensionsCompatible(backing.getDimensions(), dimensions) in fetchBacking()
180 && (elemSize == backing.getElementSize())) { in fetchBacking()
181 mQueue.remove(backing); in fetchBacking()
182 mSize -= backing.getSize(); in fetchBacking()
183 onFetchBacking(backing); in fetchBacking()
[all …]
DFrameValue.java30 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_OBJECT); in setValue() local
31 backing.setData(value); in setValue()
DFrameImage2D.java63 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_BITMAP); in setBitmap() local
64 backing.setData(bitmap); in setBitmap()
/frameworks/base/docs/html/guide/topics/data/
Dindex.jd17 data with the cloud using your own back-end web application, and backing up data using the cloud so
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd24 This class covers techniques for backing up data to the cloud so that users can restore
/frameworks/base/docs/html/training/backup/
Dindex.jd24 <p>This class covers techniques for backing up data to the cloud so that
Dbackupapi.jd90 specialized classes for backing up certain kinds of data. The Android framework
Dautosyncapi.jd363 Messaging</a> (GCM) for push notifications, backing up the registration
/frameworks/rs/scriptc/
Drs_object_types.rsh123 …RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd236 would be in the {@link android.widget.Adapter#getView getView()} method of the backing adapter.</p>
Dmanage-memory.jd54 <li>On Android 2.3.3 (API level 10) and lower, the backing pixel data for a
Ddisplay-bitmap.jd46 android.support.v4.view.PagerAdapter}. However, a more suitable backing adapter is the subclass
Dcache-bitmap.jd62 prior to Android 3.0 (API Level 11), the backing data of a bitmap was stored in native memory which
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd152 …<tr><th>RS_ALLOCATION_USAGE_SHARED = 0x0080</th><td>Allocation's backing store is shared with anot…
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd263 onLoaderReset()} is invoked when the loader framework detects that the data backing the result
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd104 actual memory backing the array object. If you make a change to one of the
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd130 …This approach mitigates the cost of performing a regular update by piggy-backing on the necessary …
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontacts-provider.jd877 mCursor, // the backing cursor
882 // Sets the ListView's backing adapter.
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontacts-provider.jd877 mCursor, // the backing cursor
882 // Sets the ListView's backing adapter.
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontacts-provider.jd877 mCursor, // the backing cursor
882 // Sets the ListView's backing adapter.
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontacts-provider.jd877 mCursor, // the backing cursor
882 // Sets the ListView's backing adapter.
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontacts-provider.jd877 mCursor, // the backing cursor
882 // Sets the ListView's backing adapter.
/frameworks/native/vulkan/api/
Dvulkan.api883 …TE_SPARSE_BINDING_BIT = 0x00000001, /// Buffer should support sparse backing
884 …_BIT = 0x00000002, /// Buffer should support sparse backing with partial resi…
929 …TE_SPARSE_BINDING_BIT = 0x00000001, /// Image should support sparse backing
930 …_BIT = 0x00000002, /// Image should support sparse backing with partial resi…
/frameworks/base/docs/html/google/backup/
Dterms.jd159 use that information for the limited purpose of backing up the data to the

12