Searched refs:obj (Results 101 - 125 of 379) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DIconLoader.java135 ar = (AsyncResult) msg.obj;
143 ar = (AsyncResult) msg.obj;
155 ar = (AsyncResult) msg.obj;
214 mEndMsg.obj = mCurrentIcon;
222 mEndMsg.obj = mIcons;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordLoader.java68 * Resulting AdnRecord is placed in response.obj.result
69 * or response.obj.exception is set
87 * Resulting ArrayList<adnRecord> is placed in response.obj.result
88 * or response.obj.exception is set
140 ar = (AsyncResult)(msg.obj);
173 ar = (AsyncResult)(msg.obj);
182 ar = (AsyncResult)(msg.obj);
213 ar = (AsyncResult)(msg.obj);
234 ar = (AsyncResult)(msg.obj);
H A DSIMRecords.java281 * onComplete.obj will be an AsyncResult
282 * ((AsyncResult)onComplete.obj).exception == null on success
283 * ((AsyncResult)onComplete.obj).exception != null on fail
331 * onComplete.obj will be an AsyncResult
332 * ((AsyncResult)onComplete.obj).exception == null on success
333 * ((AsyncResult)onComplete.obj).exception != null on fail
567 ar = (AsyncResult)msg.obj;
619 ar = (AsyncResult)msg.obj;
664 ar = (AsyncResult)msg.obj;
710 ar = (AsyncResult)msg.obj;
[all...]
H A DUiccController.java155 public void registerForIccChanged(Handler h, int what, Object obj) { argument
157 Registrant r = new Registrant (h, what, obj);
181 AsyncResult ar = (AsyncResult)msg.obj;
H A DIccFileHandler.java146 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
164 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
182 * @param onLoaded ((AsnyncResult)(onLoaded.obj)).result is the recordSize[]
201 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
218 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
237 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
255 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
282 * @param onComplete onComplete.obj will be an AsyncResult
283 * onComplete.obj.userObj will be a IccIoResult on success
340 ar = (AsyncResult) msg.obj;
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java791 && (mMsg.obj == mSmHandlerObj)) {
821 * always set msg.obj to the handler.
823 boolean recordLogMsg = mSm.recordLogRec(mMsg) && (msg.obj != mSmHandlerObj);
1214 return (msg.what == SM_QUIT_CMD) && (msg.obj == mSmHandlerObj);
1541 * what and obj.
1549 * @param obj is assigned to Message.obj.
1552 public final Message obtainMessage(int what, Object obj) { argument
1553 return Message.obtain(mSmHandler, what, obj);
1594 * what, arg1, arg2 and obj
1607 obtainMessage(int what, int arg1, int arg2, Object obj) argument
1629 sendMessage(int what, Object obj) argument
1668 sendMessage(int what, int arg1, int arg2, Object obj) argument
1707 sendMessageDelayed(int what, Object obj, long delayMillis) argument
1746 sendMessageDelayed(int what, int arg1, int arg2, Object obj, long delayMillis) argument
1788 sendMessageAtFrontOfQueue(int what, Object obj) argument
1831 sendMessageAtFrontOfQueue(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/android/content/
H A DComponentName.java186 public boolean equals(Object obj) { argument
188 if (obj != null) {
189 ComponentName other = (ComponentName)obj;
/frameworks/base/core/java/android/content/pm/
H A DSignature.java160 public boolean equals(Object obj) { argument
162 if (obj != null) {
163 Signature other = (Signature)obj;
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java162 public boolean equals(Object obj) { argument
163 if (obj instanceof UsbAccessory) {
164 UsbAccessory accessory = (UsbAccessory)obj;
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java67 public boolean equals(Object obj) { argument
68 if (obj instanceof NetworkIdentity) {
69 final NetworkIdentity ident = (NetworkIdentity) obj;
H A DNetworkPolicy.java154 public boolean equals(Object obj) { argument
155 if (obj instanceof NetworkPolicy) {
156 final NetworkPolicy other = (NetworkPolicy) obj;
/frameworks/base/core/java/android/os/
H A DUserHandle.java225 public boolean equals(Object obj) { argument
227 if (obj != null) {
228 UserHandle other = (UserHandle)obj;
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java193 public boolean equals(Object obj) { argument
194 if (obj instanceof StorageVolume && mPath != null) {
195 StorageVolume volume = (StorageVolume)obj;
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp104 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { argument
105 if (obj == NULL){
110 return (void*) (_env->CallIntMethod(obj, mid));
/frameworks/base/services/jni/
H A Dcom_android_server_UsbDeviceManager.cpp58 jstring obj = env->NewStringUTF(buffer); local
59 env->SetObjectArrayElement(strArray, index, obj);
60 env->DeleteLocalRef(obj);
/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp53 PluginObject *obj = (PluginObject*) inst()->pdata; local
54 const int W = obj->window->width;
55 const int H = obj->window->height;
/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));
H A DEGLExtcHeader.cpp104 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { argument
105 if (obj == NULL){
110 return (void*) (_env->CallIntMethod(obj, mid));
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java123 public boolean equals(Object obj) { argument
124 if (!(obj instanceof PropertyNode)) {
128 PropertyNode node = (PropertyNode)obj;
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp93 Parcel obj; local
95 obj.writeInt32(sessionId->size());
96 obj.write(sessionId->array(), sessionId->size());
98 obj.writeInt32(0);
102 obj.writeInt32(data->size());
103 obj.write(data->array(), data->size());
105 obj.writeInt32(0);
109 listener->notify(eventType, extra, &obj);
/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp35 static void finalizer(JNIEnv* env, jobject clazz, SkColorFilter* obj, SkiaColorFilter* f) { argument
36 SkSafeUnref(obj);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc171 #define OpenSL(obj, method, ...) \
173 LOG_OPENSL_API_CALL("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")"); \
174 SLresult result = (*obj)->method(obj, __VA_ARGS__); \
175 CheckSLResult("OpenSL " #method "(" #obj ", " #__VA_ARGS__ ")", result); \
179 #define VoidOpenSL(obj, method) \
181 LOG_OPENSL_API_CALL("OpenSL (void) " #method "(" #obj ")"); \
182 (*obj)->method(obj); \
186 #define OpenSL0(obj, metho
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java168 public abstract void registerForVoiceCallStarted(Handler h, int what, Object obj); argument
170 public abstract void registerForVoiceCallEnded(Handler h, int what, Object obj); argument
/frameworks/rs/driver/linkloader/include/impl/
H A DELFSectionRelTable.hxx92 getMaxNumStubs(ELFObjectTy const *obj) const {
93 switch (obj->getHeader()->getMachine()) {
/frameworks/rs/
H A DrsFileA3D.cpp363 void FileA3D::appendToFile(Context *con, ObjectBase *obj) { argument
364 if (!obj) {
372 indexEntry->mObjectName.setTo(obj->getName());
373 indexEntry->mType = obj->getClassId();
375 indexEntry->mRsObj = obj;
377 obj->serialize(con, mWriteStream);
389 ObjectBase *obj = fa3d->initializeFromEntry(index); local
390 //ALOGV("Returning object with name %s", obj->getName());
392 return obj;

Completed in 949 milliseconds

1234567891011>>