Searched defs:get (Results 76 - 100 of 362) sorted by last modified time

1234567891011>>

/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp50 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { function in class:android::egl_object_t
H A Degl_object.h59 static bool get(egl_display_t const* display, egl_object_t* object);
72 if (o && egl_object_t::get(display, native)) {
76 inline N* get() { function in class:android::egl_object_t::LocalRef
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp332 get function
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp183 mSurface.get(), surfaceAttrs);
269 int32_t get() function in class:Hwc2TestFenceGenerator
372 int Hwc2TestBuffer::get(buffer_handle_t* outHandle, int32_t* outFence) function in class:Hwc2TestBuffer
385 *outFence = mFenceGenerator->get();
464 int Hwc2TestClientTargetBuffer::get(buffer_handle_t* outHandle, function in class:Hwc2TestClientTargetBuffer
598 * sections by height. Each section would get one color.
691 *outFence = mFenceGenerator->get();
H A DHwc2TestProperties.cpp44 const Area& curr = get();
54 buffer->updateBufferArea(get());
62 mSourceCrop->updateBufferArea(get());
70 mSurfaceDamage->updateBufferArea(get());
93 const Area& curr = get();
123 dmp << "\tblend mode: " << getBlendModeName(get()) << "\n";
136 mColor->updateBlendMode(get());
169 const hwc_color_t& color = get();
236 dmp << "\tcomposition: " << getCompositionName(get()) << "\n";
265 dmp << "\tdataspace: " << get() << "\
702 hwc_region_t Hwc2TestVisibleRegion::get() const function in class:Hwc2TestVisibleRegion
[all...]
H A DHwc2TestProperties.h114 T get() const function in class:Hwc2TestProperty
377 hwc_region_t get() const;
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java21 V get(K key, boolean incrementRefCount); method in interface:PooledCache
H A DUnrefedBitmapCache.java120 public ReusableBitmap get(final RequestKey key, final boolean incrementRefCount) { method in class:UnrefedBitmapCache
121 if (mNullRequests != null && mNullRequests.get(key) != null) {
124 return super.get(key, incrementRefCount);
H A DUnrefedPooledCache.java72 public V get(K key, boolean incrementRefCount) { method in class:UnrefedPooledCache
73 Trace.beginSection("cache get");
75 V result = mCache.get(key);
77 result = mNonPooledCache.get(key);
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java74 * If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)}
75 * or {@link #has(int)} with an index N, then some arbitrary time later call {@link #get(int)}
110 * Attempt to get byte at the requested index from the wrapped input stream. If the internal
129 public byte get(final int index) throws IllegalStateException, IndexOutOfBoundsException { method in class:InputStreamBuffer
130 Trace.beginSection("get");
147 * If this method returns true, it is guaranteed that {@link #get(int)} with the same index
153 * See {@link #get(int)} for caveats. A lot of the same warnings about exceptions and
184 * Advancing does not fill the internal buffer. The next {@link #get(int)} or
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java37 public static String get(String key, String defaultValue) { method in class:SystemProperties
40 final Method get = systemProperties.getMethod("get", String.class, String.class);
41 return (String) get.invoke(null, key, defaultValue);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java141 return mSessionFuture.get(timeoutMs, TimeUnit.MILLISECONDS);
144 String.format("Failed to get session after %s milliseconds", timeoutMs), e);
205 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session);
235 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session);
246 preparedSurfaces = mPreparedSurfaces.get(session);
253 "Unable to get Surface prepared in " + timeoutMs + "ms");
285 public CameraCaptureSession get() { method in class:BlockingSessionCallback.SessionFuture
291 public CameraCaptureSession get(long timeout, TimeUnit unit) throws TimeoutException { method in class:BlockingSessionCallback.SessionFuture
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java88 Object currentValue = get(key);
134 public <T> T get(Key<T> key) { method in class:Camera2RequestSettingsSet
138 return (T) mDictionary.get(key);
146 * to its default value or simply unset. While {@link #get} will return
173 return Objects.equals(get(key), value);
248 T value = get(key);
/frameworks/minikin/include/minikin/
H A DSparseBitSet.h50 bool get(uint32_t ch) const { function in class:minikin::SparseBitSet
/frameworks/minikin/libs/minikin/
H A DHbFontCache.cpp43 hb_font_t* get(int32_t fontId) { function in class:minikin::HbFontCache
44 return mCache.get(fontId);
89 // TODO: get rid of nullFaceFont
100 hb_font_t* font = fontCache->get(fontId);
H A DLayout.cpp134 Layout* get(LayoutCacheKey& key, LayoutContext* ctx, function in class:minikin::LayoutCache
136 Layout* layout = mCache.get(key);
668 Layout* layoutForWord = cache.get(key, ctx, collection);
825 // When a replacement happens instead, we want it to get the cluster value of
958 // be reduced by (clusterStart - scriptRunStart) to get converted to indices of
H A DMinikinInternal.h72 const uint8_t* get() const { function in class:minikin::HbBlob
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java71 public static AnnotationAnalyzer get() { method in class:AnnotationAnalyzer
77 TypeKind typeKind = PRIMITIVE_TYPES.get(className);
124 findClass(templateParameters.get(i), imports);
126 L.e("cannot find type argument for %s in %s", templateParameters.get(i),
151 String importedClass = imports.get(className);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java93 final int index1 = o1.mKey.attributeIndices.get(attribute);
94 final int index2 = o2.mKey.attributeIndices.get(attribute);
161 public static SetterStore get(ModelAnalyzer modelAnalyzer) { method in class:SetterStore
181 HashMap<String, MethodDescription> renamed = mStore.renamedMethods.get(attribute);
196 HashMap<String, InverseDescription> inverseMethods = mStore.inverseMethods.get(attribute);
211 HashMap<AccessorKey, MethodDescription> adapters = mStore.adapterMethods.get(attribute);
219 TypeMirror viewType = eraseType(processingEnv, parameters.get(viewIndex).asType());
221 TypeMirror parameterType = eraseType(processingEnv, parameters.get(viewIndex + 1).asType());
237 HashMap<AccessorKey, InverseDescription> adapters = mStore.inverseAdapters.get(attribute);
245 TypeMirror viewType = eraseType(processingEnv, parameters.get(viewInde
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java197 final String id = attributes.get("android:id");
199 final String originalTag = attributes.get("android:tag");
201 // get the layout attribute
202 final String includeValue = attributes.get("layout");
222 tag = nodeTagMap.get(grandParent);
270 final String id = attributeMap(elm).get("android:id");
279 String classNode = attributeMap(elm).get("class");
297 String type = attrMap.get("type");
298 String alias = attrMap.get("alias");
309 String type = attrMap.get("typ
419 private List<Node> get(Document doc, XPath xPath, String pattern) method in class:LayoutFileParser
[all...]
H A DResourceBundle.java73 final List<LayoutFileBundle> bundles = mLayoutBundles.get(bundle.mFileName);
99 mLayoutBundles.get(target.getIncludedLayout());
111 String binding = boundTo.get(0).getFullBindingClass();
135 public List<? extends NameTypeLocation> get(LayoutFileBundle bundle) {
144 public List<NameTypeLocation> get(LayoutFileBundle bundle) {
200 String existingType = viewTypes.get(target.mId);
249 String include = includes.get(viewType.getKey());
258 .setIncludedLayout(includes.get(viewType.getKey()));
307 for (NameTypeLocation item : callback.get(bundle)) {
308 NameTypeLocation existing = result.get(ite
931 List<? extends NameTypeLocation> get(LayoutFileBundle bundle); method in interface:ResourceBundle.ValidateAndFilterCallback
[all...]
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableBoolean.java59 public boolean get() { method in class:ObservableBoolean
H A DObservableByte.java59 public byte get() { method in class:ObservableByte
H A DObservableChar.java59 public char get() { method in class:ObservableChar
H A DObservableDouble.java59 public double get() { method in class:ObservableDouble

Completed in 519 milliseconds

1234567891011>>