Searched defs:get (Results 201 - 225 of 362) sorted by last modified time

1234567891011>>

/frameworks/base/keystore/java/android/security/
H A DKeyStore.java168 public byte[] get(String key, int uid) { method in class:KeyStore
170 return mBinder.get(key, uid);
177 public byte[] get(String key) { method in class:KeyStore
178 return get(key, UID_SELF);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp924 * want to remember where the file is coming from, we'll get the right
1377 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path, function in class:AssetManager::SharedZip
1512 zip = SharedZip::get(path);
1523 zip = SharedZip::get(path);
1543 zip = SharedZip::get(path);
1589 sp<SharedZip> zip = SharedZip::get(path, false);
/frameworks/base/libs/androidfw/include/androidfw/
H A DByteBucketArray.h47 inline const T& get(size_t index) const { return (*this)[index]; } function in class:android::ByteBucketArray
H A DUtil.h77 inline pointer get() const { return ptr_; } function in class:android::util::unique_cptr
/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp34 const DeviceInfo* DeviceInfo::get() { function in class:android::uirenderer::DeviceInfo
H A DFboCache.cpp61 GLuint FboCache::get() { function in class:android::uirenderer::FboCache
H A DFrameInfo.h130 return get(index);
139 int64_t endtime = get(end);
140 int64_t starttime = get(start);
147 int64_t offset = get(FrameInfoIndex::SyncStart)
148 - get(FrameInfoIndex::SyncQueued);
164 inline int64_t get(FrameInfoIndex index) const { function in class:android::uirenderer::FrameInfo
H A DGradientCache.cpp55 deltaInt = memcmp(lhs.colors.get(), rhs.colors.get(), lhs.count * sizeof(uint32_t));
58 return memcmp(lhs.positions.get(), rhs.positions.get(), lhs.count * sizeof(float));
109 Texture* GradientCache::get(uint32_t* colors, float* positions, int count) { function in class:android::uirenderer::GradientCache
111 Texture* texture = mCache.get(gradient);
H A DMatrix.h31 (m)->get(0), (m)->get(1), (m)->get(2), \
32 (m)->get(3), (m)->get(4), (m)->get(5), \
33 (m)->get(6), (m)->get(7), (m)->get(8)
244 inline float get(in function in class:android::uirenderer::Matrix4
[all...]
H A DPatchCache.cpp205 newMesh->vertices.get());
226 const Patch* PatchCache::get( const uint32_t bitmapWidth, const uint32_t bitmapHeight, function in class:android::uirenderer::PatchCache
230 const Patch* mesh = mCache.get(description);
H A DPathCache.cpp299 PATH_LOGD("PathCache::get/create: name, size, mSize = %d, %d, %d",
328 PathTask* t = static_cast<PathTask*>(task.get());
365 PathTexture* PathCache::get(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
369 PathTexture* texture = mCache.get(entry);
409 PathTexture* texture = mCache.get(entry);
427 // The conversion into GL texture will happen in get(), when a client
451 PathTexture* texture = get(entry);
473 PathTexture* texture = get(entry);
494 PathTexture* texture = get(entry);
517 PathTexture* texture = get(entr
[all...]
H A DPathCache.h207 PathTexture* get(const SkPath* path, const SkPaint* paint);
247 PathTexture* get(const PathDescription& entry) { function in class:android::uirenderer::PathCache
248 return mCache.get(entry);
H A DProgramCache.cpp521 Program* ProgramCache::get(const ProgramDescription& description) { function in class:android::uirenderer::ProgramCache
536 program = iter->second.get();
H A DRenderBufferCache.cpp97 RenderBuffer* RenderBufferCache::get(GLenum format, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::RenderBufferCache
H A DTextDropShadowCache.cpp148 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, function in class:android::uirenderer::TextDropShadowCache
151 ShadowTexture* texture = mCache.get(entry);
H A DTextureCache.cpp126 return textureIterator->second.get();
129 Texture* texture = mCache.get(bitmap->getStableID());
151 TEXTURE_LOGD("TextureCache::get: create texture(%p): name, size, mSize = %d, %d, %d",
180 Texture* TextureCache::get(Bitmap* bitmap) { function in class:android::uirenderer::TextureCache
/frameworks/base/libs/hwui/debug/
H A DGlesDriver.cpp29 GlesDriver* GlesDriver::get() { function in class:android::uirenderer::debug::GlesDriver
30 return sGlesDriver.get();
H A DScopedReplaceDriver.h30 mCurrentDriver = glDriver.get();
34 Driver& get() { return *mCurrentDriver; } function in class:android::uirenderer::debug::ScopedReplaceDriver
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp141 OffscreenBuffer* OffscreenBufferPool::get(RenderState& renderState, function in class:android::uirenderer::OffscreenBufferPool
177 return get(renderState, width, height);
/frameworks/base/libs/hwui/thread/
H A DFuture.h37 T get() const { function in class:android::uirenderer::Future
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java323 * @see #get(int, int)
325 public static CamcorderProfile get(int quality) { method in class:CamcorderProfile
331 return get(i, quality);
388 public static CamcorderProfile get(int cameraId, int quality) { method in class:CamcorderProfile
H A DDrmInitData.java42 public abstract SchemeInitData get(UUID schemeUuid); method in class:DrmInitData
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp73 jmethodID get; member in struct:android::HashmapFields
563 env->SetLongField(thiz, gFields.context, reinterpret_cast<jlong>(drm.get()));
655 GET_METHOD_ID(gFields.hashmap.get, clazz, "get", "(Ljava/lang/Object;)Ljava/lang/Object;");
843 if (throwExceptionAsNecessary(env, err, "Failed to get key request")) {
995 if (throwExceptionAsNecessary(env, err, "Failed to get provision request")) {
1070 if (throwExceptionAsNecessary(env, err, "Failed to get secure stops")) {
1091 if (throwExceptionAsNecessary(env, err, "Failed to get secure stop")) {
1151 if (throwExceptionAsNecessary(env, err, "Failed to get property")) {
1179 if (throwExceptionAsNecessary(env, err, "Failed to get propert
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java35 public static StopWatchMap get() { method in class:GLFrameTimer
65 * Keep a reference to the GL environment, so that it does not get deallocated while there
145 StopWatchMap timer = GLFrameTimer.get();
248 throw new RuntimeException("Could not get bitmap data from GL frame!");
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java108 public Object get(String key) { method in class:DrmInfo
109 return mAttributes.get(key);

Completed in 5388 milliseconds

1234567891011>>