/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | BackingStore.java | 89 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 …]
|
D | FrameManager.java | 117 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 …]
|
D | FrameValue.java | 30 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_OBJECT); in setValue() local 31 backing.setData(value); in setValue()
|
D | FrameImage2D.java | 63 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/ |
D | index.jd | 17 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/ |
D | index.jd | 24 This class covers techniques for backing up data to the cloud so that users can restore
|
/frameworks/base/docs/html/training/backup/ |
D | index.jd | 24 <p>This class covers techniques for backing up data to the cloud so that
|
D | backupapi.jd | 90 specialized classes for backing up certain kinds of data. The Android framework
|
D | autosyncapi.jd | 363 Messaging</a> (GCM) for push notifications, backing up the registration
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 123 …RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | process-bitmap.jd | 236 would be in the {@link android.widget.Adapter#getView getView()} method of the backing adapter.</p>
|
D | manage-memory.jd | 54 <li>On Android 2.3.3 (API level 10) and lower, the backing pixel data for a
|
D | display-bitmap.jd | 46 android.support.v4.view.PagerAdapter}. However, a more suitable backing adapter is the subclass
|
D | cache-bitmap.jd | 62 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/ |
D | rs_object_types.jd | 152 …<tr><th>RS_ALLOCATION_USAGE_SHARED = 0x0080</th><td>Allocation's backing store is shared with anot…
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 263 onLoaderReset()} is invoked when the loader framework detects that the data backing the result
|
/frameworks/base/docs/html/guide/practices/ |
D | verifying-apps-art.jd | 104 actual memory backing the array object. If you make a change to one of the
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 130 …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/ |
D | contacts-provider.jd | 877 mCursor, // the backing cursor 882 // Sets the ListView's backing adapter.
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | contacts-provider.jd | 877 mCursor, // the backing cursor 882 // Sets the ListView's backing adapter.
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | contacts-provider.jd | 877 mCursor, // the backing cursor 882 // Sets the ListView's backing adapter.
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | contacts-provider.jd | 877 mCursor, // the backing cursor 882 // Sets the ListView's backing adapter.
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | contacts-provider.jd | 877 mCursor, // the backing cursor 882 // Sets the ListView's backing adapter.
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 883 …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/ |
D | terms.jd | 159 use that information for the limited purpose of backing up the data to the
|