Searched defs:object (Results 51 - 75 of 76) sorted by relevance

1234

/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java344 * same target object.
351 * Returns whether the object associated with the given filter is
499 Object object) {
507 if (array[idx] == object) {
498 remove_all_objects(HashMap<String, F[]> map, String name, Object object) argument
H A DIntentResolverOld.java323 * same target object.
330 * Returns whether the object associated with the given filter is
484 private final boolean remove_all_objects(List<F> list, Object object) { argument
488 if (list.get(idx) == object) {
/frameworks/base/tools/aidl/
H A DAST.h85 Expression* object; member in struct:FieldVariable
89 FieldVariable(Expression* object, const string& name);
/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c266 * Prior to this the only "object" support we can provide is for those
382 // if its weak ask for an object (only matters under GC)
545 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
561 void _Block_object_assign(void *destAddr, const void *object, const int flags) { argument
562 //printf("_Block_object_assign(*%p, %p, %x)\n", destAddr, object, flags);
565 _Block_assign_weak(object, destAddr);
569 _Block_assign((void *)object, destAddr);
575 _Block_byref_assign_copy(destAddr, object, flags);
580 _Block_assign(_Block_copy_internal(object, flag
594 _Block_object_dispose(const void *object, const int flags) argument
[all...]
/frameworks/wilhelm/src/
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/media/java/android/media/videoeditor/
H A DAudioTrack.java35 * Private object for calling native methods via MediaArtistNativeHelper
70 * An object of this type cannot be instantiated by using the default
514 * this audio track object. This function may take significant time and is
644 public boolean equals(Object object) { argument
645 if (!(object instanceof AudioTrack)) {
648 return mUniqueId.equals(((AudioTrack)object).mUniqueId);
H A DMediaItem.java126 * not supported the exception object contains the unsupported
607 public boolean equals(Object object) { argument
608 if (!(object instanceof MediaItem)) {
611 return mUniqueId.equals(((MediaItem)object).mUniqueId);
695 * @param ClipSettings object
720 * @return ClipSettings object with populated data
750 * @param ClipSettings object
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp832 jobject object,
855 (NULL == object),
870 pSettings->pAlphaFilePath = (M4OSA_Char*)videoEditJava_getString(pResult, pEnv, object,
882 pSettings->blendingPercent = (M4OSA_UInt8)pEnv->GetIntField(object,
886 pSettings->isreverse = (M4OSA_Bool)pEnv->GetBooleanField(object,
890 pSettings->width = (M4OSA_UInt32) pEnv->GetIntField(object, fieldIds.rgbWidth );
892 pSettings->height = (M4OSA_UInt32) pEnv->GetIntField(object, fieldIds.rgbHeight );
898 "------- getAlphaMagicSettings width %d", pEnv->GetIntField(object,
902 pEnv->GetIntField(object, fieldIds.rgbHeight ));
973 jobject object,
829 videoEditClasses_getAlphaMagicSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4xVSS_AlphaMagicSettings** ppSettings) argument
970 videoEditClasses_getBackgroundMusicSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4xVSS_BGMSettings** ppSettings) argument
1248 videoEditClasses_getClipSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4VSS3GPP_ClipSettings** ppSettings) argument
1436 jobject object = NULL; local
1540 jobject object = NULL; local
1728 videoEditClasses_getEditSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4VSS3GPP_EditSettings** ppSettings, bool flag) argument
2271 videoEditClasses_getEffectSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4VSS3GPP_EffectSettings* pSettings) argument
2598 videoEditClasses_getSlideTransitionSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4xVSS_SlideTransitionSettings** ppSettings) argument
2703 videoEditClasses_getTransitionSettings( bool* pResult, JNIEnv* pEnv, jobject object, M4VSS3GPP_TransitionSettings** ppSettings) argument
2999 jobject object = NULL; local
3071 videoEditClasses_getContext( bool* pResult, JNIEnv* pEnv, jobject object) argument
3106 videoEditClasses_setContext( bool* pResult, JNIEnv* pEnv, jobject object, void* pContext) argument
[all...]
H A DVideoEditorMain.cpp207 jobject object,
314 jobject object,
328 pSettings->ClipProperties.uiClipDuration = pEnv->GetIntField(object,fid);
333 (M4VIDEOEDITING_VideoFormat)pEnv->GetIntField(object,fid);
337 pSettings->ClipProperties.uiClipVideoDuration = pEnv->GetIntField(object,fid);
342 pSettings->ClipProperties.uiVideoWidth = pEnv->GetIntField(object,fid);
346 pSettings->ClipProperties.uiVideoHeight = pEnv->GetIntField(object,fid);
351 (M4VIDEOEDITING_AudioFormat)pEnv->GetIntField(object,fid);
355 pSettings->ClipProperties.uiClipAudioDuration = pEnv->GetIntField(object,fid);
360 pSettings->ClipProperties.uiAudioBitrate = pEnv->GetIntField(object,fi
312 getClipSetting( JNIEnv* pEnv, jobject object, M4VSS3GPP_ClipSettings* pSettings) argument
1566 videoEditor_populateSettings( JNIEnv* pEnv, jobject thiz, jobject settings, jobject object, jobject audioSettingObject) argument
2187 jobject object = M4OSA_NULL; local
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java78 public void setObjectValue(Object object) { argument
83 if (object instanceof int[]) {
84 setInts((int[])object);
85 } else if (object instanceof float[]) {
86 setFloats((float[])object);
87 } else if (object instanceof ByteBuffer) {
88 setData((ByteBuffer)object);
89 } else if (object instanceof Bitmap) {
90 setBitmap((Bitmap)object);
92 setGenericObjectValue(object);
[all...]
H A DFrameFormat.java171 public boolean equals(Object object) { argument
172 if (this == object) {
176 if (!(object instanceof FrameFormat)) {
180 FrameFormat format = (FrameFormat)object;
353 case TYPE_OBJECT: return "object";
/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/core/jni/
H A Dandroid_os_Debug.cpp244 jint pid, jobject object)
258 env->SetIntField(object, stat_fields[i].pss_field, stats[i].pss);
259 env->SetIntField(object, stat_fields[i].privateDirty_field, stats[i].privateDirty);
260 env->SetIntField(object, stat_fields[i].sharedDirty_field, stats[i].sharedDirty);
263 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field);
280 static void android_os_Debug_getDirtyPages(JNIEnv *env, jobject clazz, jobject object) argument
282 android_os_Debug_getDirtyPagesPid(env, clazz, getpid(), object);
243 android_os_Debug_getDirtyPagesPid(JNIEnv *env, jobject clazz, jint pid, jobject object) argument
H A Dandroid_os_Parcel.cpp252 static void android_os_Parcel_writeStrongBinder(JNIEnv* env, jclass clazz, jint nativePtr, jobject object) argument
256 const status_t err = parcel->writeStrongBinder(ibinderForJavaObject(env, object));
263 static void android_os_Parcel_writeFileDescriptor(JNIEnv* env, jclass clazz, jint nativePtr, jobject object) argument
268 parcel->writeDupFileDescriptor(jniGetFDFromFileDescriptor(env, object));
415 jobject object = jniCreateFileDescriptor(env, fd); local
416 if (object == NULL) {
419 return object;
439 jobject object = jniCreateFileDescriptor(env, fd); local
440 if (object == NULL) {
443 return object;
446 android_os_Parcel_closeFileDescriptor(JNIEnv* env, jclass clazz, jobject object) argument
460 android_os_Parcel_clearFileDescriptor(JNIEnv* env, jclass clazz, jobject object) argument
[all...]
H A Dandroid_util_Binder.cpp236 JavaBBinder(JNIEnv* env, jobject object) argument
237 : mVM(jnienv_to_javavm(env)), mObject(env->NewGlobalRef(object))
249 jobject object() const function in class:JavaBBinder
268 ALOGV("onTransact() on %p calling object %p in env %p vm %p\n", this, mObject, env, mVM);
389 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list) argument
390 : mVM(jnienv_to_javavm(env)), mObject(env->NewGlobalRef(object)),
394 // The list holds a strong reference to this object.
463 ALOGW("BinderProxy being destroyed; unable to get DR object name");
500 // to the list are holding references on the list object. Only when they are torn
561 jobject object local
571 jobject object = (jobject)val->findObject(&gBinderProxyOffsets); local
[all...]
/frameworks/base/libs/hwui/
H A DCaches.h290 static void setLabelNull(GLenum type, uint object, GLsizei length, argument
292 static void getLabelNull(GLenum type, uint object, GLsizei bufferSize, argument
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp42 * Utility class used to extract the value from the provided java object.
43 * May need to add some utility function to create java object.
47 static String8 getStringValue(JNIEnv* env, jobject object, const char* fieldName);
50 JNIEnv* env, jobject object, const char* fieldName, int* dataLength);
57 static int getIntValue(JNIEnv* env, jobject object, const char* fieldName);
60 String8 Utility::getStringValue(JNIEnv* env, jobject object, const char* fieldName) { argument
63 = env->GetFieldID(env->GetObjectClass(object), fieldName , "Ljava/lang/String;");
66 jstring valueString = (jstring) env->GetObjectField(object, fieldID);
92 JNIEnv* env, jobject object, const char* fieldName, int* dataLength) {
96 jfieldID fieldID = env->GetFieldID(env->GetObjectClass(object), fieldNam
91 getByteArrayValue( JNIEnv* env, jobject object, const char* fieldName, int* dataLength) argument
119 getIntValue(JNIEnv* env, jobject object, const char* fieldName) argument
[all...]
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c69 // Definition of one GL object in this demo.
105 static void freeGLObject(GLOBJECT *object) argument
107 if (object == NULL)
109 free(object->normalArray);
110 free(object->colorArray);
111 free(object->vertexArray);
112 free(object);
146 static void drawGLObject(GLOBJECT *object) argument
148 assert(object != NULL);
150 glVertexPointer(object
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java914 * @param object The info to wrap.
915 * @return A wrapper for if the object is not null, null otherwise.
917 static AccessibilityNodeInfoCompat wrapNonNullInstance(Object object) { argument
918 if (object != null) {
919 return new AccessibilityNodeInfoCompat(object);
1719 * <strong>Note:</strong> You must not touch the object after calling this function.
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1550 * <strong>Note:</strong> You must not touch the object after calling this function.
1573 * is recycled. You must not touch the object after calling this function.
1784 public boolean equals(Object object) { argument
1785 if (this == object) {
1788 if (object == null) {
1791 if (getClass() != object.getClass()) {
1794 AccessibilityNodeInfo other = (AccessibilityNodeInfo) object;
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java92 // Javascript interface object
94 Object object; field in class:BrowserFrame.JSObject
97 public JSObject(Object object, boolean requireAnnotation) { argument
98 this.object = object;
209 * @param settings A WebSettings object that holds all settings.
545 * Retrieves the render tree of this frame and puts it as the object for
560 * Retrieves the visual text of the frames, puts it as the object for
590 * the Javascript window object has been cleared.
598 if (jsobject != null && jsobject.object !
[all...]
H A DWebView.java269 * Transportation object for returning WebView across thread boundaries.
275 * Sets the WebView to the transportation object.
284 * Gets the WebView object.
286 * @return the transported WebView object
435 * Constructs a new WebView with a Context object.
437 * @param context a Context object used to access application assets
446 * @param context a Context object used to access application assets
456 * @param context a Context object used to access application assets
467 * @param context a Context object used to access application assets
490 * @param context a Context object use
1534 addJavascriptInterface(Object object, String name) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java101 Object object; field in class:ViewPager.ItemInfo
408 mAdapter.destroyItem(this, ii.position, ii.object);
801 ii.object = mAdapter.instantiateItem(this, position);
821 final int newPos = mAdapter.getItemPosition(ii.object);
836 mAdapter.destroyItem(this, ii.position, ii.object);
948 mAdapter.destroyItem(this, pos, ii.object);
951 " view: " + ((View) ii.object));
980 mAdapter.destroyItem(this, pos, ii.object);
983 " view: " + ((View) ii.object));
1010 mAdapter.setPrimaryItem(this, mCurItem, curItem != null ? curItem.object
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java373 * <p>NOTE: This object is protected by its own lock, NOT the global
627 * a reference to this object to indicate which configuration they are
628 * currently running in, so this object must be kept immutable.
814 * Runtime statistics collection thread. This object's lock is used to
1956 // object attached to it so we know it couldn't have crashed; and
2515 throw new IllegalArgumentException("Bad PendingIntent object");
6403 // don't give caller the provider object, it needs
8150 * @param app object of the crashing app, null for the system server
8346 * @param app object of the crashing app, null for the system server
8376 * @param app object o
9595 match(Object object, ComponentName comp) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp7314 void GLTrace_glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label) { argument
7326 // copy argument object
7330 arg_object->add_intvalue(object);
7347 glContext->hooks->gl.glLabelObjectEXT(type, object, length, label);
7361 void GLTrace_glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) { argument
7373 // copy argument object
7377 arg_object->add_intvalue(object);
7400 glContext->hooks->gl.glGetObjectLabelEXT(type, object, bufSize, length, label);

Completed in 6532 milliseconds

1234