Searched refs:obj (Results 176 - 200 of 379) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java183 public boolean equals(Object obj) { argument
184 if (obj instanceof NetworkTemplate) {
185 final NetworkTemplate other = (NetworkTemplate) obj;
/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.java106 message.obj = args;
123 SomeArgs args = (SomeArgs) message.obj;
178 message.obj = args;
196 SomeArgs args = (SomeArgs) message.obj;
259 message.obj = args;
276 SomeArgs args = (SomeArgs) message.obj;
361 message.obj = args;
379 SomeArgs args = (SomeArgs) message.obj;
460 message.obj = args;
478 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/base/media/java/android/media/audiofx/
H A DVisualizer.java569 byte[] data = (byte[])msg.obj;
656 int what, int arg1, int arg2, Object obj) {
663 Message m = visu.mNativeEventHandler.obtainMessage(what, arg1, arg2, obj);
655 postEventFromNative(Object effect_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp126 sp<ICrypto> JCrypto::GetCrypto(JNIEnv *env, jobject obj) { argument
130 if (!env->IsInstanceOf(obj, clazz)) {
134 sp<JCrypto> jcrypto = getCrypto(env, obj);
H A Dandroid_media_MediaDrm.cpp123 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
157 const Parcel *obj)
181 if (obj && obj->dataSize() > 0) {
185 nativeParcel->setData(obj->data(), obj->dataSize());
334 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { argument
342 listener->notify(eventType, extra, obj);
416 jobject obj = env->CallObjectMethod(entry, gFields.entry.getKey); local
417 if (!env->IsInstanceOf(obj, claz
156 notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java62 ar = (AsyncResult) msg.obj;
77 ar = (AsyncResult) msg.obj;
84 ar = (AsyncResult)msg.obj;
H A DIccSmsInterfaceManager.java71 ar = (AsyncResult) msg.obj;
78 ar = (AsyncResult)msg.obj;
94 ar = (AsyncResult) msg.obj;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java215 ApnSetting retVal = (ApnSetting) response.obj;
257 LinkProperties retVal = (LinkProperties) response.obj;
325 LinkCapabilities retVal = (LinkCapabilities) response.obj;
367 * @param onCompletedMsg is sent with its msg.obj as an AsyncResult object.
368 * With AsyncResult.userObj set to the original msg.obj,
384 * @param onCompletedMsg is sent with its msg.obj as an AsyncResult object.
385 * With AsyncResult.userObj set to the original msg.obj.
400 * @param onCompletedMsg is sent with its msg.obj as an AsyncResult object.
401 * With AsyncResult.userObj set to the original msg.obj.
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java786 WifiConfiguration ret = (WifiConfiguration) resultMsg.obj;
930 List<WifiConfiguration> result = (List<WifiConfiguration>) resultMsg.obj;
1670 StateChangeResult stateChangeResult = (StateChangeResult) message.obj;
1780 msg.obj = mDhcpStateMachine;
2052 NetworkInfo info = (NetworkInfo) message.obj;
2495 String country = (String) message.obj;
2708 StateChangeResult stateChangeResult = (StateChangeResult) message.obj;
2823 config = (WifiConfiguration) message.obj;
2852 mWifiNative.addToBlacklist((String)message.obj);
2888 * or a config passed as obj o
3764 replyToMessage(Message msg, int what, Object obj) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h475 sp<RefBase> obj; local
476 CHECK(msg->findObject("response", &obj));
478 static_cast<ARTSPResponse *>(obj.get());
580 sp<RefBase> obj; local
581 CHECK(msg->findObject("description", &obj));
583 static_cast<ASessionDescription *>(obj.get());
636 sp<RefBase> obj; local
637 CHECK(msg->findObject("response", &obj));
639 static_cast<ARTSPResponse *>(obj.get());
760 sp<RefBase> obj; local
1102 sp<RefBase> obj; local
1236 sp<RefBase> obj; local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp290 sp<RefBase> obj; local
291 CHECK(msg->findObject("source", &obj));
293 mSource = static_cast<Source *>(obj.get());
340 sp<RefBase> obj; local
341 CHECK(msg->findObject("native-window", &obj));
345 static_cast<NativeWindowWrapper *>(obj.get())));
347 if (obj != NULL) {
362 sp<RefBase> obj; local
363 CHECK(msg->findObject("sink", &obj));
365 mAudioSink = static_cast<MediaPlayerBase::AudioSink *>(obj
[all...]
/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java315 msg.obj = callback;
326 msg.obj = callback;
334 msg.obj = callback;
342 msg.obj = callback;
607 msg.obj = service;
759 IBluetoothManagerCallback callback = (IBluetoothManagerCallback) msg.obj;
766 IBluetoothManagerCallback callback = (IBluetoothManagerCallback) msg.obj;
773 IBluetoothStateChangeCallback callback = (IBluetoothStateChangeCallback) msg.obj;
779 IBluetoothStateChangeCallback callback = (IBluetoothStateChangeCallback) msg.obj;
787 IBinder service = (IBinder) msg.obj;
[all...]
/frameworks/rs/
H A DrsContext.cpp716 void Context::assignName(ObjectBase *obj, const char *name, uint32_t len) { argument
717 rsAssert(!obj->getName());
718 obj->setName(name, len);
719 mNames.add(obj);
722 void Context::removeName(ObjectBase *obj) { argument
724 if (obj == mNames[ct]) {
827 void rsi_AssignName(Context *rsc, RsObjectBase obj, const char *name, size_t name_length) { argument
828 ObjectBase *ob = static_cast<ObjectBase *>(obj);
930 void rsaGetName(RsContext con, void * obj, const char **name) { argument
931 ObjectBase *ob = static_cast<ObjectBase *>(obj);
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java767 mRawImageCallback.onPictureTaken((byte[])msg.obj, mCamera);
773 mJpegCallback.onPictureTaken((byte[])msg.obj, mCamera);
791 pCb.onPreviewFrame((byte[])msg.obj, mCamera);
797 mPostviewCallback.onPictureTaken((byte[])msg.obj, mCamera);
820 mFaceListener.onFaceDetection((Face[])msg.obj, mCamera);
845 int what, int arg1, int arg2, Object obj)
852 Message m = c.mEventHandler.obtainMessage(what, arg1, arg2, obj);
1539 * Compares {@code obj} to this size.
1541 * @param obj the object to compare this size with.
1542 * @return {@code true} if the width and height of {@code obj} i
844 postEventFromNative(Object camera_ref, int what, int arg1, int arg2, Object obj) argument
1546 equals(Object obj) argument
1613 equals(Object obj) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java1252 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1261 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1267 handlePauseActivity((IBinder)msg.obj, false, msg.arg1 != 0, msg.arg2);
1273 handlePauseActivity((IBinder)msg.obj, true, msg.arg1 != 0, msg.arg2);
1278 handleStopActivity((IBinder)msg.obj, true, msg.arg2);
1283 handleStopActivity((IBinder)msg.obj, false, msg.arg2);
1288 handleWindowVisibility((IBinder)msg.obj, true);
1293 handleWindowVisibility((IBinder)msg.obj, false);
1298 handleResumeActivity((IBinder)msg.obj, true,
1304 handleSendResult((ResultData)msg.obj);
1565 equals(Object obj) argument
2073 queueOrSendMessage(int what, Object obj) argument
2077 queueOrSendMessage(int what, Object obj, int arg1) argument
2081 queueOrSendMessage(int what, Object obj, int arg1, int arg2) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java469 public void registerForAbsent(Handler h, int what, Object obj) { argument
471 Registrant r = new Registrant (h, what, obj);
492 public void registerForNetworkLocked(Handler h, int what, Object obj) { argument
494 Registrant r = new Registrant (h, what, obj);
515 public void registerForLocked(Handler h, int what, Object obj) { argument
517 Registrant r = new Registrant (h, what, obj);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java104 updateAppWidgetView(msg.arg1, (RemoteViews)msg.obj, msg.arg2);
108 onProviderChanged(msg.arg1, (AppWidgetProviderInfo)msg.obj);
116 viewDataChanged(msg.arg1, msg.arg2, (Integer) msg.obj);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java399 AsyncChannel ac = (AsyncChannel)msg.obj;
414 LinkProperties linkProperties = (LinkProperties)(msg.obj);
419 linkProperties = (LinkProperties)(msg.obj);
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java113 handleOnGetSuggestionsMultiple((SuggestionsInfo[]) msg.obj);
116 handleOnGetSentenceSuggestionsMultiple((SentenceSuggestionsInfo[]) msg.obj);
338 SpellCheckerParams scp = (SpellCheckerParams)msg.obj;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.cpp43 #define GetIntField(env, obj, name) env->GetIntField(obj,\
44 env->GetFieldID(env->GetObjectClass(obj), name, "I"))
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java101 msg.obj = getDirList(mRelativePath);
361 if (msg.obj == null) {
366 (ListItem[])msg.obj));
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java353 private int hash(Object obj) { argument
354 if (obj == null) {
357 return obj.hashCode();
/frameworks/base/tools/aidl/
H A DAST.h152 Expression* obj; member in struct:MethodCall
160 MethodCall(Expression* obj, const string& name);
162 MethodCall(Expression* obj, const string& name, int argc, ...);

Completed in 619 milliseconds

1234567891011>>