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

<<11

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp345 get function
897 get<jbooleanArray, BooleanArrayGetter, jboolean*, BooleanArrayReleaser, GLboolean, glGetBooleanv>(
1238 get<jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, GLfloat, glGetFloatv>(
H A Dandroid_opengl_GLES31Ext.cpp344 get function
H A Dandroid_util_Binder.cpp201 * get the VM ptr, throw the exception, and then detach the thread.
317 sp<JavaBBinder> get(JNIEnv* env, jobject obj) function in class:JavaBBinderHolder
325 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount());
376 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
416 LOGDEATH("Removing JDR %p from DRL %p", this, list.get());
444 (jstring) env->CallObjectMethod(objClassRef.get(), gClassOffsets.mGetName));
445 ScopedUtfChars nameUtf(env, nameRef.get());
451 ALOGW("BinderProxy being destroyed; unable to get DR object name");
501 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get());
511 LOGDEATH("DRL @ %p : remove JDR %p", this, recipient.get());
[all...]
H A Dandroid_opengl_GLES10.cpp345 get function
1319 get<jintArray, IntArrayGetter, jint*, IntArrayReleaser, GLint, glGetIntegerv>(
H A Dandroid_opengl_GLES11Ext.cpp345 get function
H A Dandroid_opengl_GLES31.cpp343 get function
H A Dandroid_opengl_GLES30.cpp345 get function
H A Dandroid_opengl_GLES20.cpp345 get function
2603 get<jbooleanArray, BooleanArrayGetter, jboolean*, BooleanArrayReleaser, GLboolean, glGetBooleanv>(
2715 get<jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, GLfloat, glGetFloatv>(
2800 get<jintArray, IntArrayGetter, jint*, IntArrayReleaser, GLint, glGetIntegerv>(
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java792 mDrawables[index] = mDrawableFutures.valueAt(keyIndex).get(this);
823 final Drawable prepared = mDrawableFutures.valueAt(keyIndex).get(this);
885 final ConstantStateFuture future = mDrawableFutures.get(i);
1138 public Drawable get(DrawableContainerState state) { method in class:DrawableContainer.DrawableContainerState.ConstantStateFuture
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp992 * File compression extensions (".gz") don't get stored in the
1014 * The alternative is to update our cache when files get deleted,
1029 * is disabled, the Zip file may get reopened.
1105 * If caching is set to CACHE_OFF, to get the expected behavior we
1227 * want to remember where the file is coming from, we'll get the right
1891 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path, function in class:AssetManager::SharedZip
2032 zip = SharedZip::get(path);
2043 zip = SharedZip::get(path);
2063 zip = SharedZip::get(path);
2109 sp<SharedZip> zip = SharedZip::get(pat
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp72 jmethodID get; member in struct:android::HashmapFields
566 env->SetLongField(thiz, gFields.context, reinterpret_cast<jlong>(drm.get()));
658 GET_METHOD_ID(gFields.hashmap.get, clazz, "get", "(Ljava/lang/Object;)Ljava/lang/Object;");
838 if (throwExceptionAsNecessary(env, err, "Failed to get key request")) {
990 if (throwExceptionAsNecessary(env, err, "Failed to get provision request")) {
1081 if (throwExceptionAsNecessary(env, err, "Failed to get secure stops")) {
1102 if (throwExceptionAsNecessary(env, err, "Failed to get secure stop")) {
1162 if (throwExceptionAsNecessary(env, err, "Failed to get property")) {
1190 if (throwExceptionAsNecessary(env, err, "Failed to get propert
[all...]
/frameworks/minikin/libs/minikin/
H A DLayout.cpp163 Layout* get(LayoutCacheKey& key, LayoutContext* ctx, const FontCollection* collection) { function in class:android::LayoutCache
164 Layout* layout = mCache.get(key);
358 hb_face_t* face = cache.mCache.get(fontId);
655 Layout* layout = cache.get(key, ctx, mCollection);
/frameworks/base/core/java/android/view/
H A DWindow.java961 final int slop = ViewConfiguration.get(context).getScaledWindowTouchSlop();
1243 public abstract void takeKeyEvents(boolean get); argument
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java346 Alarm get(int index) { method in class:AlarmManagerService.Batch
347 return alarms.get(index);
386 Alarm alarm = alarms.get(i);
419 Alarm alarm = alarms.get(i);
451 Alarm alarm = alarms.get(i);
479 Alarm a = alarms.get(i);
490 Alarm a = alarms.get(i);
554 Alarm a = alarms.get(i);
566 if (packagePrio == null) packagePrio = mPriorities.get(a.operation.getCreatorPackage());
642 Batch b = mAlarmBatches.get(
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java531 NotificationRecord r = mNotificationsByKey.get(key);
552 NotificationRecord r = mNotificationsByKey.get(key);
641 NotificationRecord r = mNotificationsByKey.get(nv.key);
651 NotificationRecord r = mNotificationsByKey.get(nv.key);
663 NotificationRecord r = mNotificationsByKey.get(key);
1096 record = mToastQueue.get(index);
1105 final ToastRecord r = mToastQueue.get(i);
1272 tmp[i] = mNotificationList.get(i).sbn;
1297 final StatusBarNotification sbn = mNotificationList.get(i).sbn;
1299 // We could pass back a cloneLight() but clients might get confuse
3577 public StatusBarNotification get() { method in class:NotificationManagerService.StatusBarNotificationHolder
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h634 static inline ogles_context_t* get() { function in struct:android::gl::ogles_context_t
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp152 bool get(TYPE& value, uint32_t pos) const { function in struct:android::MPEG4Writer::Track::ListTableEntries
486 CHECK(source.get() != NULL);
1752 // Otherwise, hold the lock until the existing chunks get written to the
1834 status_t err = mSource->start(meta.get());
2146 * the video track can get the updated drift time information
2249 meta_data = new MetaData(*buffer->meta_data().get());
3100 CHECK(mSttsTableEntries->get(duration, 1));
3128 CHECK(mCttsTableEntries->get(duration, 1));
/frameworks/base/core/java/android/hardware/
H A DCamera.java1166 Camera c = (Camera)((WeakReference)camera_ref).get();
1769 * the face leaves the field-of-view and comes back, it will get a new
2470 Log.e(TAG, "dump: " + k + "=" + mMap.get(k));
2487 flattened.append(mMap.get(k));
2569 Area area = areas.get(i);
2594 public String get(String key) { method in class:Camera.Parameters
2595 return mMap.get(key);
2605 return Integer.parseInt(mMap.get(key));
2643 String pair = get(KEY_PREVIEW_SIZE);
2654 String str = get(KEY_PREVIEW_SIZ
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java452 * <p>Sometimes you want to get a result back from an activity when it
1056 // so tell createDialog() not to do it, otherwise we get an exception
1668 ManagedCursor c = mManagedCursors.get(i);
2064 ManagedCursor mc = mManagedCursors.get(i);
2328 * activity and its views always get a first chance to receive and handle
2549 * DPAD key events, which then get sent back to the view hierarchy, and
2636 * activity that is stopped will not generally get window focus), you
3268 * Use {@link MenuItem#getMenuInfo()} to get extra information set by the
3433 ManagedDialog md = mManagedDialogs.get(id);
3472 final ManagedDialog md = mManagedDialogs.get(i
3634 takeKeyEvents(boolean get) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java600 * @see android.provider.SyncStateContract.Helpers#get
602 public static byte[] get(ContentProviderClient provider, Account account) method in class:ContactsContract.SyncState
604 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
608 * @see android.provider.SyncStateContract.Helpers#get
654 * @see android.provider.SyncStateContract.Helpers#get
656 public static byte[] get(ContentProviderClient provider, Account account) method in class:ContactsContract.ProfileSyncState
658 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
662 * @see android.provider.SyncStateContract.Helpers#get
1125 * Add this query parameter to a URI to get back row counts grouped by the address book
1880 + ":" + mValues.get(
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java678 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
810 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
986 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
1031 Log.w(TAG, "Couldn't get audio manager");
1163 (!ViewConfiguration.get(getContext()).hasPermanentMenuKey() ||
1721 public void takeKeyEvents(boolean get) { argument
1722 mDecor.setFocusable(get);
2106 st.onRestoreInstanceState(icicles.get(curFeatureId));
3055 // Put the color views back in place when they get moved off the screen
4398 // Try to get
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java648 int verificationId = mCurrentIntentFilterVerifications.get(n);
650 mIntentFilterVerificationStates.get(verificationId);
658 PackageParser.ActivityIntentInfo filter = filters.get(m);
699 IntentFilterVerificationState ivs = mIntentFilterVerificationStates.get(verificationId);
710 PackageParser.ActivityIntentInfo filter = filters.get(n);
789 IntentFilterVerificationState ivs = mIntentFilterVerificationStates.get(verificationId);
831 public ArrayList<String> get(int userId, String packageName) { method in class:PackageManagerService.PendingPackageBroadcasts
833 return packages.get(packageName);
842 ArrayMap<String, ArrayList<String>> packages = mUidMap.get(userId);
861 return mUidMap.get(userI
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java419 final ViewConfiguration vc = ViewConfiguration.get(context);
757 final ViewConfiguration vc = ViewConfiguration.get(getContext());
1943 // get item decor offsets w/o refreshing. If they are invalid, there will be another
2086 final OnItemTouchListener listener = mOnItemTouchListeners.get(i);
2116 final OnItemTouchListener listener = mOnItemTouchListeners.get(i);
2130 // A child view e.g. a button may still get the click.
2187 mScrollPointerId + " not found. Did any MotionEvents get skipped?");
2235 final OnItemTouchListener listener = mOnItemTouchListeners.get(i);
2298 mScrollPointerId + " not found. Did any MotionEvents get skipped?");
2867 if (newChangedHolders != null && mState.mOldChangedHolders.get(ke
9470 public <T> T get(int resourceId) { method in class:RecyclerView.State
[all...]

Completed in 831 milliseconds

<<11