Searched refs:object (Results 51 - 75 of 153) sorted by relevance

1234567

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java180 static SerializedFrame wrapObject(Object object, FrameManager frameManager) { argument
181 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE);
183 result.setObjectValue(object);
250 protected void setGenericObjectValue(Object object) { argument
251 serializeObjectValue(object);
254 private final void serializeObjectValue(Object object) { argument
257 mObjectOut.writeObject(object);
261 throw new RuntimeException("Could not serialize object " + object + " in "
272 throw new RuntimeException("Could not deserialize object i
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java57 public void addReference(String name, Object object) { argument
58 mReferences.put(name, object);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerState.java97 public void setValue(DisplayPowerState object, float value) {
98 object.setColorFadeLevel(value);
102 public Float get(DisplayPowerState object) {
103 return object.getColorFadeLevel();
110 public void setValue(DisplayPowerState object, int value) {
111 object.setScreenBrightness(value);
115 public Integer get(DisplayPowerState object) {
116 return object.getScreenBrightness();
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentStatePagerAdapter.java129 public void destroyItem(ViewGroup container, int position, Object object) { argument
130 Fragment fragment = (Fragment)object;
135 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
136 + " v=" + ((Fragment)object).getView());
147 public void setPrimaryItem(ViewGroup container, int position, Object object) { argument
148 Fragment fragment = (Fragment)object;
172 public boolean isViewFromObject(View view, Object object) { argument
173 return ((Fragment)object).getView() == view;
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
H A DShadowHelperApi21.java42 /* add shadows and return a implementation detail object */
60 public static void setShadowFocusLevel(Object object, float level) { argument
61 ShadowImpl impl = (ShadowImpl) object;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentStatePagerAdapter.java125 public void destroyItem(ViewGroup container, int position, Object object) { argument
126 Fragment fragment = (Fragment)object;
131 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
132 + " v=" + ((Fragment)object).getView());
143 public void setPrimaryItem(ViewGroup container, int position, Object object) { argument
144 Fragment fragment = (Fragment)object;
168 public boolean isViewFromObject(View view, Object object) { argument
169 return ((Fragment)object).getView() == view;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuItemWrapperJB.java34 MenuItemWrapperJB(Context context, SupportMenuItem object) { argument
35 super(context, object);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java168 public void setValue(RippleBackground object, float value) {
169 object.mOpacity = value;
170 object.invalidateSelf();
174 public Float get(RippleBackground object) {
175 return object.mOpacity;
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java45 /** Mapping of instantiated object to row ID */
110 public void destroyItem(View container, int position, Object object) { argument
111 mObjectRowMap.remove(object);
113 super.destroyItem(container, position, object);
117 public int getItemPosition(Object object) { argument
118 final Integer rowId = mObjectRowMap.get(object);
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h53 // object priorities, preemption, loss of control, device configuration
107 predestroy_ok, // OK to destroy object now
122 #define INTERFACE_EXPLICIT 1 // must be requested explicitly during object creation
123 #define INTERFACE_DYNAMIC 2 // can be requested after object creation
177 // Describes how an interface is related to a given object
180 #define INTERFACE_INITIALIZED 1 ///< not requested at object creation time
181 #define INTERFACE_EXPOSED 2 ///< requested at object creation time
210 // OpenSL ES and OpenMAX AL object IDs come from different ranges, and some objects such as
211 // Engine, Output Mix, LED, and Vibra belong to both APIs, so we keep both object IDs
212 SLuint16 mSLObjectID; // OpenSL ES object I
[all...]
H A Dsles.c22 /** \brief Return true if the specified interface exists and has been initialized for this object.
24 * interface but this particular object has not had the interface exposed at object creation time
27 * entry that the object is locked for either shared or exclusive access.
52 /** \brief Map an IObject to it's "object ID" (which is really a class ID) */
57 // Note this returns the OpenSL ES object ID in preference to the OpenMAX AL if both available
68 /** \brief Acquire a strong reference to an object.
69 * Check that object has the specified "object ID" (which is really a class ID) and is in the
74 SLresult AcquireStrongRef(IObject *object, SLuint3 argument
105 ReleaseStrongRefAndUnlockExclusive(IObject *object) argument
127 ReleaseStrongRef(IObject *object) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java45 * <p>However the TextView is referenced, it will be filled with the toString() of each object in
185 * Adds the specified object at the end of the array.
187 * @param object The object to add at the end of the array.
189 public void add(T object) { argument
192 mOriginalValues.add(object);
194 mObjects.add(object);
233 * Inserts the specified object at the specified index in the array.
235 * @param object The object t
238 insert(T object, int index) argument
254 remove(T object) argument
[all...]
/frameworks/native/libs/binder/
H A DBpBinder.cpp44 const void* objectID, void* object, void* cleanupCookie,
48 e.object = object;
53 ALOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
54 objectID, this, object);
65 return mObjects.valueAt(i).object;
80 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie);
123 // we're returning a reference to a non-static object her
43 attach( const void* objectID, void* object, void* cleanupCookie, IBinder::object_cleanup_func func) argument
285 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java424 private void arg(String name, Object object) { argument
425 arg(name, toString(object));
428 private void arg(String name, EGLDisplay object) { argument
429 if (object == EGL10.EGL_DEFAULT_DISPLAY) {
431 } else if (object == EGL_NO_DISPLAY) {
434 arg(name, toString(object));
438 private void arg(String name, EGLContext object) { argument
439 if (object == EGL10.EGL_NO_CONTEXT) {
442 arg(name, toString(object));
446 private void arg(String name, EGLSurface object) { argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java132 public boolean equals(Object object) { argument
133 return object instanceof Frame && ((Frame)object).mBackingStore == mBackingStore;
/frameworks/base/tools/preload/
H A Dsorttable.js413 // grab the event object (IE uses a global event object)
457 Function.prototype.forEach = function(object, block, context) {
458 for (var key in object) {
460 block.call(context, object[key], key, object);
473 var forEach = function(object, block, context) {
474 if (object) {
476 if (object instanceof Function) {
479 } else if (object
[all...]
/frameworks/native/include/binder/
H A DBpBinder.h53 void* object,
71 void* object,
85 void* object; member in struct:android::BpBinder::ObjectManager::entry_t
H A DProcessState.h39 void setContextObject(const sp<IBinder>& object);
42 void setContextObject(const sp<IBinder>& object,
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkScorerAppManagerTest.java108 public boolean matches(Object object) {
109 Intent intent = (Intent) object;
122 public boolean matches(Object object) {
123 Intent intent = (Intent) object;
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp73 void egl_display_t::addObject(egl_object_t* object) { argument
75 objects.add(object);
78 void egl_display_t::removeObject(egl_object_t* object) { argument
80 objects.remove(object);
83 bool egl_display_t::getObject(egl_object_t* object) const {
85 if (objects.indexOf(object) >= 0) {
86 if (object->getDisplay() == this) {
87 object->incRef();
295 // this marks all object handles are "terminated"
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalHoverCardSwitcher.java66 * for the object.
68 public void select(HorizontalGridView gridView, View childView, Object object) { argument
75 select(object);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c228 *pDescriptor = *(effect_descriptor_t *)gCurEffect->object;
237 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects;
329 e->object = fx;
358 if (e1->object == handle) {
364 fx = (effect_entry_t *)e1->object;
424 d = (effect_descriptor_t*)e->object;
429 subeffect = (sub_effect_entry_t*)subefx->object;
570 e->object = l;
634 sub_effect->object = d;
638 e->object
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h37 // Wrapper around a java object pointer, which includes the environment
38 // pointer in which the object "lives". This is used for passing down Java
40 // While an instance of this class does not own the underlying java object, it
50 // Creates a wrapper around the given object in the given JNI environment.
51 JavaObject(jobject object, JNIEnv* env);
62 // Access to the object (non-const as JNI functions are non-const).
63 jobject object() const {
67 // Resets this object to the NULL JavaObject.
77 // The object pointer (not owned).
80 // The reference count of this object
114 RegisterObject(T* object, bool owns) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java64 public static <T> T checkNotNull(T object) { argument
65 if (object == null) throw new NullPointerException();
66 return object;
262 public static void waitWithoutInterrupt(Object object) { argument
264 object.wait();
266 Log.w(TAG, "unexpected interrupt: " + object);
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp220 JavaBBinder(JNIEnv* env, jobject object) argument
221 : mVM(jnienv_to_javavm(env)), mObject(env->NewGlobalRef(object))
233 jobject object() const function in class:JavaBBinder
252 ALOGV("onTransact() on %p calling object %p in env %p vm %p\n", this, mObject, env, mVM);
370 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list) argument
371 : mVM(jnienv_to_javavm(env)), mObject(env->NewGlobalRef(object)),
375 // The list holds a strong reference to this object.
451 ALOGW("BinderProxy being destroyed; unable to get DR object name");
488 // to the list are holding references on the list object. Only when they are torn
553 jobject object local
563 jobject object = (jobject)val->findObject(&gBinderProxyOffsets); local
[all...]

Completed in 901 milliseconds

1234567