Searched refs:obj (Results 151 - 175 of 364) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java118 BaseObj obj = internalCreate(mRS, this);
119 return obj;
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java144 m.obj = text;
156 mLog.setText(mLog.getText() + (String)msg.obj);
/frameworks/base/tools/aidl/
H A DAST.cpp289 :obj(NULL),
296 :obj(NULL),
307 :obj(o),
314 :obj(NULL),
321 :obj(o),
332 :obj(NULL),
358 if (this->obj != NULL) {
359 this->obj->Write(to);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java61 ar = (AsyncResult) msg.obj;
68 ar = (AsyncResult)msg.obj;
/frameworks/rs/
H A DrsObjectBase.cpp260 bool ObjectBase::isValid(const Context *rsc, const ObjectBase *obj) { argument
265 if (o == obj) {
H A Drs.h35 void rsaGetName(RsContext, void * obj, const char **name);
H A DrsObjectBase.h64 static bool isValid(const Context *rsc, const ObjectBase *obj);
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.h93 void assignName(ObjectBase *obj, const char *name, uint32_t len);
94 void removeName(ObjectBase *obj);
H A DrsObjectBase.cpp260 bool ObjectBase::isValid(const Context *rsc, const ObjectBase *obj) { argument
265 if (o == obj) {
H A Drs.h35 void rsaGetName(RsContext, void * obj, const char **name);
H A DrsObjectBase.h64 static bool isValid(const Context *rsc, const ObjectBase *obj);
/frameworks/base/media/java/android/media/
H A DSoundPool.java462 private static void postEventFromNative(Object weakRef, int msg, int arg1, int arg2, Object obj) argument
469 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java189 * and view. The result is stored in obj.
206 * @param obj the output vector {objX, objY, objZ}, that returns the
208 * @param objOffset the offset into the obj array where the obj vector data
215 int[] view, int viewOffset, float[] obj, int objOffset) {
237 Matrix.multiplyMV(obj, objOffset, scratch, INVPM_OFFSET,
213 gluUnProject(float winX, float winY, float winZ, float[] model, int modelOffset, float[] project, int projectOffset, int[] view, int viewOffset, float[] obj, int objOffset) argument
/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/net/
H A DLinkProperties.java234 * LinkProperties in {@code obj}. Two LinkPropertieses are equal if
243 * @param obj the object to be tested for equality.
246 public boolean equals(Object obj) { argument
247 if (this == obj) return true;
249 if (!(obj instanceof LinkProperties)) return false;
251 LinkProperties target = (LinkProperties) obj;
H A DNetworkTemplate.java181 public boolean equals(Object obj) { argument
182 if (obj instanceof NetworkTemplate) {
183 final NetworkTemplate other = (NetworkTemplate) obj;
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp353 jstring obj; local
354 obj = env->NewStringUTF(list[i]);
355 env->SetObjectArrayElement(stringArray, i, obj);
356 env->DeleteLocalRef(obj);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDebuggingManager.java95 msg.obj = key;
190 String key = (String)msg.obj;
212 String key = (String)msg.obj;
298 msg.obj = publicKey;
/frameworks/native/include/binder/
H A DIBinder.h138 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie);
/frameworks/av/include/media/
H A DMediaPlayerInterface.h68 int msg, int ext1, int ext2, const Parcel *obj);
192 const Parcel *obj=NULL) {
194 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
191 sendEvent(int msg, int ext1=0, int ext2=0, const Parcel *obj=NULL) argument
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java78 StartListeningArgs args = (StartListeningArgs) msg.obj;
82 dispatchStopListening((IRecognitionListener) msg.obj);
85 dispatchCancel((IRecognitionListener) msg.obj);
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java99 message.obj = args;
116 SomeArgs args = (SomeArgs) message.obj;
167 message.obj = args;
185 SomeArgs args = (SomeArgs) message.obj;
237 message.obj = args;
254 SomeArgs args = (SomeArgs) message.obj;
335 message.obj = args;
353 SomeArgs args = (SomeArgs) message.obj;
431 message.obj = args;
449 SomeArgs args = (SomeArgs) message.obj;
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java164 msg.obj = this;
192 if (newMsg.obj != this) {
194 "newMsg.obj should be 'this' after copyFrom"));
240 if (msg.obj != this) {
242 "msg.obj should be 'this' when processing # %d", msg.what)));
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp103 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { argument
104 if (obj == NULL){
109 return (void*) (_env->CallIntMethod(obj, mid));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java58 ar = (AsyncResult) msg.obj;
73 ar = (AsyncResult) msg.obj;
80 ar = (AsyncResult)msg.obj;

Completed in 581 milliseconds

1234567891011>>