Searched defs:get (Results 251 - 275 of 362) sorted by relevance

<<1112131415

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h110 const FileHandleType& get() const { fence_; } function in class:android::dvr::FenceHandle
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h130 Type& get(TypeTag<Type>) { return first_; } function in union:android::pdx::rpc::detail::Union
131 const Type& get(TypeTag<Type>) const { return first_; } function in union:android::pdx::rpc::detail::Union
132 EmptyVariant get(TypeTag<EmptyVariant>) const { return {}; } function in union:android::pdx::rpc::detail::Union
148 (&get(TypeTag<Type>{}))->~Type();
180 return std::forward<Op>(op)(get(TypeTag<Type>{}));
182 return std::forward<Op>(op)(get(TypeTag<EmptyVariant>{}));
187 return std::forward<Op>(op)(get(TypeTag<Type>{}));
189 return std::forward<Op>(op)(get(TypeTag<EmptyVariant>{}));
241 First& get(TypeTag<First>) { return first_; } function in union:android::pdx::rpc::detail::Union
242 const First& get(TypeTa function in union:android::pdx::rpc::detail::Union
246 T& get(TypeTag<T>) { function in union:android::pdx::rpc::detail::Union
250 const T& get(TypeTag<T>) const { function in union:android::pdx::rpc::detail::Union
503 T* get() { function
510 const T* get() const { function
517 TypeForIndex<I>* get() { function
524 const TypeForIndex<I>* get() const { function
[all...]
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp133 size_t BlobCache::get(const void* key, size_t keySize, void* value, function in class:android::BlobCache
136 ALOGV("get: not searching because the key is too large: %zu (limit %zu)",
144 ALOGV("get: no cache entry found for key of size %zu", keySize);
153 ALOGV("get: copying %zu bytes to caller's buffer", valueBlobSize);
156 ALOGV("get: caller's buffer is too small for value: %zu (needs %zu)",
215 // We have padding bytes. Those will get written to storage, and contribute to the CRC,
H A Degl_cache.cpp54 egl_cache_t::get()->setCacheFilename(filename);
62 egl_cache_t::get()->setBlob(key, keySize, value, valueSize);
67 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
82 egl_cache_t* egl_cache_t::get() { function in class:android::egl_cache_t
107 "but unable to get eglSetBlobCacheFuncsANDROID");
169 return bc->get(key, keySize, value, valueSize);
184 return mBlobCache.get();
H A Degl_display.cpp60 egl_display_t* eglDisplay = egl_display_t::get(dpy);
72 egl_cache_t::get()->terminate();
75 egl_display_t* egl_display_t::get(EGLDisplay dpy) { function in class:android::egl_display_t
116 // get our driver loader
173 // get the query-strings for this display for each implementation
211 egl_cache_t::get()->initialize(this);
276 // Reset the extension string since it will be regenerated if we get
H A Degl_display.h72 static egl_display_t* get(EGLDisplay dpy);
157 const egl_display_t* get() const { return mDpy; } function in class:android::egl_display_ptr
158 egl_display_t* get() { return mDpy; } function in class:android::egl_display_ptr
172 return egl_display_ptr(egl_display_t::get(dpy));
178 return egl_display_t::get(dpy);
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/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java94 public TimeZoneInfo get(int position) { method in class:TimeZoneData
95 return mTimeZones.get(position);
204 ArrayList<Integer> group = mTimeZonesByCountry.get(tz.mCountry);
276 TimeZoneInfo tzi = mTimeZonesById.get(ids[i]);
298 ArrayList<Integer> group = mTimeZonesByOffsets.get(index);
311 return mTimeZonesByOffsets.get(index);
406 String country = mCountryCodeToNameMap.get(countryCode);
412 // TODO Don't like this here but need to get the country of
433 TimeZoneInfo tzInfoToOverride = mTimeZones.get(tzToOverride);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix4f.java67 public float get(int x, int y) { method in class:Matrix4f
233 float rhs_ij = rhs.get(i,j);
234 ri0 += lhs.get(j,0) * rhs_ij;
235 ri1 += lhs.get(j,1) * rhs_ij;
236 ri2 += lhs.get(j,2) * rhs_ij;
237 ri3 += lhs.get(j,3) * rhs_ij;
/frameworks/support/compat/java/android/support/v4/content/
H A DModernAsyncTask.java154 final Result result = get();
173 final boolean wasTaskInvoked = mTaskInvoked.get();
296 return mCancelled.get();
344 public final Result get() throws InterruptedException, ExecutionException { method in class:ModernAsyncTask
345 return mFuture.get();
363 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:ModernAsyncTask
365 return mFuture.get(timeout, unit);
/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListHelper.java62 Locale get(int index) { method in class:LocaleListHelper
511 && defaultLocale.equals(sDefaultLocaleList.get(0))) {
572 sLastDefaultLocale = locales.get(localeIndex);
/frameworks/support/compat/java/android/support/v4/util/
H A DSimpleArrayMap.java359 public V get(Object key) { method in class:SimpleArrayMap
602 Object theirs = map.get(key);
627 Object theirs = map.get(key);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DFocusStrategy.java43 sortedFocusables.add(collectionAdapter.get(focusables, i));
67 return focusables.get(position);
69 return focusables.get(0);
82 return focusables.get(position);
84 return focusables.get(count - 1);
170 final T focusable = collectionAdapter.get(focusables, i);
175 // get focus bounds of other view
451 V get(T collection, int index); method in interface:FocusStrategy.CollectionAdapter
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java80 mObservers.get(i).onChanged();
86 mObservers.get(i).onItemRangeChanged(positionStart, itemCount);
92 mObservers.get(i).onItemRangeInserted(positionStart, itemCount);
98 mObservers.get(i).onItemRangeRemoved(positionStart, itemCount);
266 public abstract Object get(int position); method in class:ObjectAdapter
H A DParallax.java131 public final Integer get(Parallax object) { method in class:Parallax.IntProperty
148 * Fast version of get() method that returns a primitive int value of the Property.
284 public final Float get(Parallax object) { method in class:Parallax.FloatProperty
301 * Fast version of get() method that returns a primitive int value of the Property.
498 i, mProperties.get(i).getName(),
499 i - 1, mProperties.get(i - 1).getName()));
503 i - 1, mProperties.get(i - 1).getName(),
504 i, mProperties.get(i).getName()));
520 i, mProperties.get(i).getName(),
521 i - 1, mProperties.get(
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java34 * methods like get getUnfilteredChildCount or getUnfilteredChildAt.
123 while (mBucket.get(offset)) { // ensure this offset is not hidden
190 mCallback.onLeftHiddenState(mHiddenViews.get(i));
208 final View view = mHiddenViews.get(i);
301 if (mBucket.get(index)) {
303 throw new IllegalArgumentException("cannot get index of a hidden child");
332 if (DEBUG && mBucket.get(offset)) {
354 if (!mBucket.get(offset)) {
380 if (mBucket.get(index)) {
431 boolean get(in method in class:ChildHelper.Bucket
[all...]
H A DPositionMap.java77 public E get(int key) { method in class:PositionMap
78 return get(key, null);
86 public E get(int key, E valueIfKeyNotFound) { method in class:PositionMap
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java93 return CameraManagerGlobal.get().getCameraIdList();
134 CameraManagerGlobal.get().registerAvailabilityCallback(callback, handler);
146 CameraManagerGlobal.get().unregisterAvailabilityCallback(callback);
180 CameraManagerGlobal.get().registerTorchCallback(callback, handler);
192 CameraManagerGlobal.get().unregisterTorchCallback(callback);
217 * otherwise get them from the legacy shim instead.
219 ICameraService cameraService = CameraManagerGlobal.get().getCameraService();
298 ICameraService cameraService = CameraManagerGlobal.get().getCameraService();
366 * <p>Use {@link #getCameraIdList} to get the list of available camera
473 * <p>Use {@link #getCameraIdList} to get th
748 public static CameraManagerGlobal get() { method in class:CameraManager.CameraManagerGlobal
[all...]
/frameworks/base/core/java/android/os/
H A DAsyncTask.java349 postResultIfNotInvoked(get());
363 final boolean wasTaskInvoked = mTaskInvoked.get();
493 return mCancelled.get();
541 public final Result get() throws InterruptedException, ExecutionException { method in class:AsyncTask
542 return mFuture.get();
560 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AsyncTask
562 return mFuture.get(timeout, unit);
/frameworks/base/core/java/android/util/
H A DArrayMap.java419 public V get(Object key) { method in class:ArrayMap
731 Object theirs = map.get(key);
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java201 View view = mRecycler.get(selectedPosition);
464 View get(int position) { method in class:AbsSpinner.RecycleBin
466 View result = mScrapHeap.get(position);
/frameworks/base/libs/hwui/
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 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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java85 Dependency.get(LeakDetector.class).trackGarbage(f);
109 ArrayList<FragmentListener> listeners = mListeners.get(tag);
124 ArrayList<FragmentListener> listeners = mListeners.get(tag);
133 ArrayList<FragmentListener> listeners = mListeners.get(tag);
142 ArrayList<FragmentListener> listeners = mListeners.get(tag);
195 public static FragmentHostManager get(View view) { method in class:FragmentHostManager
197 return Dependency.get(FragmentService.class).getFragmentHostManager(view);
296 Context pluginContext = mPluginLookup.get(className);

Completed in 434 milliseconds

<<1112131415