Searched refs:object (Results 76 - 100 of 122) sorted by relevance

12345

/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp169 * Helper function to unwrap a java object back into a FlpLocation structure.
339 * Helper function to transform FlpLocation into a java object.
353 // set the valid information in the object
702 static jint GetBatchSize(JNIEnv* env, jobject object) { argument
712 jobject object,
727 jobject object,
740 static void StopBatching(JNIEnv* env, jobject object, jint id) { argument
748 static void Cleanup(JNIEnv* env, jobject object) { argument
771 static void GetBatchedLocation(JNIEnv* env, jobject object, jint lastNLocations) { argument
779 static void InjectLocation(JNIEnv* env, jobject object, jobjec argument
710 StartBatching( JNIEnv* env, jobject object, jint id, jobject optionsObject) argument
725 UpdateBatchingOptions( JNIEnv* env, jobject object, jint id, jobject optionsObject) argument
803 InjectDiagnosticData(JNIEnv* env, jobject object, jstring stringData) argument
827 InjectDeviceContext(JNIEnv* env, jobject object, jint enabledMask) argument
840 AddGeofences( JNIEnv* env, jobject object, jobjectArray geofenceRequestsArray) argument
882 PauseGeofence(JNIEnv* env, jobject object, jint geofenceId) argument
890 ResumeGeofence( JNIEnv* env, jobject object, jint geofenceId, jint monitorTransitions) argument
902 ModifyGeofenceOption( JNIEnv* env, jobject object, jint geofenceId, jint lastTransition, jint monitorTransitions, jint notificationResponsiveness, jint unknownTimer, jint sourcesToUse) argument
926 RemoveGeofences( JNIEnv* env, jobject object, jintArray geofenceIdsArray) 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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java104 public Object object; field in class:GraphRunner.Event
106 public Event(int code, Object object) { argument
108 this.object = object;
133 onPrepare((FilterGraph)event.object);
160 onTearDown((FilterGraph)event.object);
216 public void pushEvent(int eventId, Object object) { argument
217 mEventQueue.offer(new Event(eventId, object));
570 * The configuration object is passed to the constructor. Any changes to it will not affect
H A DFrameType.java33 * <li>object</li>
37 * If the object element type is used, class information may be appended to the FrameType to
38 * indicate what class of objects are expected. When constructing an object based FrameType, you
39 * have the option of either specifying a type that represents a single object of that class, or
41 * object has a dimensionality of 0, while an array has a dimensionality of 1.
43 * When constructing a non-object type, you have the option of creating a 1D or 2D buffer, or
50 * type that matches only object-base types (of any Object subclass). You may also specify the
60 * <li>For object-based types: The classes must be compatible.</li>
68 * object is produced, this will cause a runtime exception to be thrown).
70 * For convenience, single and array object
280 equals(Object object) argument
[all...]
/frameworks/native/libs/binder/
H A DBinder.cpp138 const void* objectID, void* object, void* cleanupCookie,
154 e->mObjects.attach(objectID, object, cleanupCookie, func);
218 // the BpRefBase object holding it (when it is constructed), to the
219 // owner of the BpRefBase object when it first acquires that BpRefBase.
137 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuWrapperICS.java29 MenuWrapperICS(android.view.Menu object) { argument
30 super(object);
/frameworks/base/core/java/android/os/
H A DHandler.java44 * a {@link Message} object containing a bundle of data that will be
77 * @param msg A {@link android.os.Message Message} object
398 * Posts a message to an object that implements Runnable.
639 * 'object' that are in the message queue. If <var>object</var> is null,
642 public final void removeMessages(int what, Object object) { argument
643 mQueue.removeMessages(this, what, object);
665 * whose obj is 'object' in the message queue.
667 public final boolean hasMessages(int what, Object object) { argument
668 return mQueue.hasMessages(this, what, object);
[all...]
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1461 public void setValue(View object, int value) {
1462 object.setLeft(value);
1466 public Integer get(View object) {
1467 return object.getLeft();
1477 public void setValue(View object, int value) {
1478 object.setTop(value);
1482 public Integer get(View object) {
1483 return object.getTop();
1493 public void setValue(View object, int value) {
1494 object
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
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/compile/slang/
H A DRSSpec.mk50 $(call generate-rs-spec-inc,rs-object-type-enums)
/frameworks/native/include/binder/
H A DBinder.h50 void* object,
H A DIBinder.h38 * Base class and low-level protocol for a remotable object.
39 * You can derive from this class to create an object for which other
71 * object.
87 * object, override it to write your desired data in to @a outData.
100 * goes away. If this binder object unexpectedly goes away
126 * The @a recipient will no longer be called if this object
141 void* object,
/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/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 DTransition.java97 * An object of this type cannot be instantiated by using the default
222 * @return The transition data in TransitionSettings object
283 * @param clipSettings The ClipSettings object
475 public boolean equals(Object object) { argument
476 if (!(object instanceof Transition)) {
479 return mUniqueId.equals(((Transition)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/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java97 public boolean equals(Object object) { argument
98 if (!(object instanceof BorderKey)) return false;
99 BorderKey o = (BorderKey) object;
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp425 jint pid, jobject object)
453 env->SetIntField(object, stat_fields[i].pss_field, stats[i].pss);
454 env->SetIntField(object, stat_fields[i].pssSwappable_field, stats[i].swappablePss);
455 env->SetIntField(object, stat_fields[i].privateDirty_field, stats[i].privateDirty);
456 env->SetIntField(object, stat_fields[i].sharedDirty_field, stats[i].sharedDirty);
457 env->SetIntField(object, stat_fields[i].privateClean_field, stats[i].privateClean);
458 env->SetIntField(object, stat_fields[i].sharedClean_field, stats[i].sharedClean);
459 env->SetIntField(object, stat_fields[i].swappedOut_field, stats[i].swappedOut);
463 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field);
484 static void android_os_Debug_getDirtyPages(JNIEnv *env, jobject clazz, jobject object) argument
424 android_os_Debug_getDirtyPagesPid(JNIEnv *env, jobject clazz, jint pid, jobject object) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentValues.java77 public boolean equals(Object object) { argument
78 if (!(object instanceof ContentValues)) {
81 return mValues.equals(((ContentValues) object).mValues);
223 * Returns true if this object has the named value.
503 * Returns a string containing a concise, human-readable description of this object.
504 * @return a printable representation of this object.
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.h423 jobject object,
430 jobject object,
438 jobject object,
H A DVideoEditorMain.cpp209 jobject object,
316 jobject object,
330 pSettings->ClipProperties.uiClipDuration = pEnv->GetIntField(object,fid);
335 (M4VIDEOEDITING_VideoFormat)pEnv->GetIntField(object,fid);
339 pSettings->ClipProperties.uiClipVideoDuration = pEnv->GetIntField(object,fid);
344 pSettings->ClipProperties.uiVideoWidth = pEnv->GetIntField(object,fid);
348 pSettings->ClipProperties.uiVideoHeight = pEnv->GetIntField(object,fid);
353 (M4VIDEOEDITING_AudioFormat)pEnv->GetIntField(object,fid);
357 pSettings->ClipProperties.uiClipAudioDuration = pEnv->GetIntField(object,fid);
362 pSettings->ClipProperties.uiAudioBitrate = pEnv->GetIntField(object,fi
314 getClipSetting( JNIEnv* pEnv, jobject object, M4VSS3GPP_ClipSettings* pSettings) argument
1535 videoEditor_populateSettings( JNIEnv* pEnv, jobject thiz, jobject settings, jobject object, jobject audioSettingObject) argument
2143 jobject object = M4OSA_NULL; local
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java515 * <p>This implementation returns false if the object is not a map, or
521 public boolean equals(Object object) { argument
522 if (this == object) {
525 if (object instanceof Map) {
526 Map<?, ?> map = (Map<?, ?>) object;
/frameworks/base/libs/hwui/
H A DCaches.h371 static void setLabelNull(GLenum type, uint object, GLsizei length, argument
373 static void getLabelNull(GLenum type, uint object, GLsizei bufferSize, argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h71 void *object; /* some optional data field */ member in struct:tagApplicationData
/frameworks/base/core/java/android/util/
H A DArrayMap.java28 * avoid having to create an extra object for every entry put in to the map, and it
599 * <p>This implementation returns false if the object is not a map, or
605 public boolean equals(Object object) { argument
606 if (this == object) {
609 if (object instanceof Map) {
610 Map<?, ?> map = (Map<?, ?>) object;
797 * the {@link java.util.Map.Entry Map.Entry} object returned by its iterator is a single
798 * object that exists for the entire iterator, so you can <b>not</b> hold on to it

Completed in 1988 milliseconds

12345