Searched refs:obj (Results 26 - 50 of 364) sorted by path

1234567891011>>

/frameworks/base/cmds/servicemanager/
H A Dbinder.c43 struct binder_object *obj; local
53 obj = (void*) (((char*) txn->data) + *offs++);
55 obj->type, obj->flags, obj->pointer, obj->cookie);
451 struct binder_object *obj; local
453 obj = bio_alloc(bio, sizeof(*obj));
455 if (obj
474 struct binder_object *obj; local
488 struct binder_object *obj; local
606 struct binder_object *obj; local
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java586 AccessibilityEvent event = (AccessibilityEvent) message.obj;
599 (IAccessibilityServiceConnection) message.obj;
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1916 Session session = (Session)msg.obj;
/frameworks/base/core/java/android/app/
H A DActionBar.java809 * @param obj Object to store
812 public abstract Tab setTag(Object obj); argument
H A DActivityManagerNative.java57 static public IActivityManager asInterface(IBinder obj) { argument
58 if (obj == null) {
62 (IActivityManager)obj.queryLocalInterface(descriptor);
67 return new ActivityManagerProxy(obj);
H A DActivityThread.java1230 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1239 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1245 handlePauseActivity((IBinder)msg.obj, false, msg.arg1 != 0, msg.arg2);
1251 handlePauseActivity((IBinder)msg.obj, true, msg.arg1 != 0, msg.arg2);
1256 handleStopActivity((IBinder)msg.obj, true, msg.arg2);
1261 handleStopActivity((IBinder)msg.obj, false, msg.arg2);
1266 handleWindowVisibility((IBinder)msg.obj, true);
1271 handleWindowVisibility((IBinder)msg.obj, false);
1276 handleResumeActivity((IBinder)msg.obj, true,
1282 handleSendResult((ResultData)msg.obj);
1540 equals(Object obj) argument
2042 queueOrSendMessage(int what, Object obj) argument
2046 queueOrSendMessage(int what, Object obj, int arg1) argument
2050 queueOrSendMessage(int what, Object obj, int arg1, int arg2) argument
[all...]
H A DApplicationThreadNative.java50 static public IApplicationThread asInterface(IBinder obj) { argument
51 if (obj == null) {
55 (IApplicationThread)obj.queryLocalInterface(descriptor);
60 return new ApplicationThreadProxy(obj);
H A DDialog.java1232 ((OnDismissListener) msg.obj).onDismiss(mDialog.get());
1235 ((OnCancelListener) msg.obj).onCancel(mDialog.get());
1238 ((OnShowListener) msg.obj).onShow(mDialog.get());
H A DInstrumentation.java144 * @param obj The client object that generated the exception. May be an
152 public boolean onException(Object obj, Throwable e) { argument
H A DIntentService.java65 onHandleIntent((Intent)msg.obj);
118 msg.obj = intent;
/frameworks/base/core/java/android/app/backup/
H A DRestoreSession.java202 mAppObserver.onUpdate(msg.arg1, (String)msg.obj);
208 mAppObserver.restoreSetsAvailable((RestoreSet[])msg.obj);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java66 msg.obj = views;
76 msg.obj = info;
101 updateAppWidgetView(msg.arg1, (RemoteViews)msg.obj);
105 onProviderChanged(msg.arg1, (AppWidgetProviderInfo)msg.obj);
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java70 WorkerArgs args = (WorkerArgs) msg.obj;
112 reply.obj = args;
179 msg.obj = args;
218 msg.obj = args;
246 msg.obj = args;
273 msg.obj = args;
331 WorkerArgs args = (WorkerArgs) msg.obj;
H A DComponentName.java186 public boolean equals(Object obj) { argument
188 if (obj != null) {
189 ComponentName other = (ComponentName)obj;
H A DContentProviderNative.java54 static public IContentProvider asInterface(IBinder obj) argument
56 if (obj == null) {
60 (IContentProvider)obj.queryLocalInterface(descriptor);
65 return new ContentProviderProxy(obj);
H A DIntent.java6222 public boolean equals(Object obj) { argument
6223 if (obj instanceof FilterComparison) {
6224 Intent other = ((FilterComparison)obj).mIntent;
H A DSyncManager.java689 msg.obj = new SyncHandlerMessagePayload(syncContext, syncResult);
698 msg.obj = Pair.create(account, authority);
1003 msg.obj = new ServiceConnectionData(this, ISyncAdapter.Stub.asInterface(service));
1010 msg.obj = new ServiceConnectionData(this, null);
1712 Pair<Account, String> payload = (Pair<Account, String>)msg.obj;
1726 SyncHandlerMessagePayload payload = (SyncHandlerMessagePayload)msg.obj;
1740 ServiceConnectionData msgData = (ServiceConnectionData)msg.obj;
1754 ((ServiceConnectionData)msg.obj).activeSyncContext;
/frameworks/base/core/java/android/content/pm/
H A DPackageCleanItem.java35 public boolean equals(Object obj) { argument
36 if (this == obj) {
40 if (obj != null) {
41 PackageCleanItem other = (PackageCleanItem)obj;
H A DSignature.java158 public boolean equals(Object obj) { argument
160 if (obj != null) {
161 Signature other = (Signature)obj;
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java418 StringBlock(int obj, boolean useSparse) { argument
419 mNative = obj;
429 private static final native int nativeGetSize(int obj); argument
430 private static final native String nativeGetString(int obj, int idx); argument
431 private static final native int[] nativeGetStyle(int obj, int idx); argument
432 private static final native void nativeDestroy(int obj); argument
H A DXmlBlock.java494 private static final native int nativeGetStringBlock(int obj); argument
496 private static final native int nativeCreateParseState(int obj); argument
515 private static final native void nativeDestroy(int obj); argument
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java43 static public IBulkCursor asInterface(IBinder obj) argument
45 if (obj == null) {
48 IBulkCursor in = (IBulkCursor)obj.queryLocalInterface(descriptor);
53 return new BulkCursorProxy(obj);
H A DDatabaseUtils.java233 * @param obj the object whose value type is to be returned
237 public static int getTypeOfObject(Object obj) { argument
238 if (obj == null) {
240 } else if (obj instanceof byte[]) {
242 } else if (obj instanceof Float || obj instanceof Double) {
244 } else if (obj instanceof Long || obj instanceof Integer
245 || obj instanceof Short || obj instanceo
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java762 mRawImageCallback.onPictureTaken((byte[])msg.obj, mCamera);
768 mJpegCallback.onPictureTaken((byte[])msg.obj, mCamera);
786 pCb.onPreviewFrame((byte[])msg.obj, mCamera);
792 mPostviewCallback.onPictureTaken((byte[])msg.obj, mCamera);
815 mFaceListener.onFaceDetection((Face[])msg.obj, mCamera);
840 int what, int arg1, int arg2, Object obj)
847 Message m = c.mEventHandler.obtainMessage(what, arg1, arg2, obj);
1534 * Compares {@code obj} to this size.
1536 * @param obj the object to compare this size with.
1537 * @return {@code true} if the width and height of {@code obj} i
839 postEventFromNative(Object camera_ref, int what, int arg1, int arg2, Object obj) argument
1541 equals(Object obj) argument
1608 equals(Object obj) argument
[all...]
H A DSystemSensorManager.java180 final SensorEvent t = (SensorEvent)msg.obj;
242 msg.obj = t;

Completed in 205 milliseconds

1234567891011>>