Searched refs:obj (Results 126 - 150 of 364) sorted by relevance

1234567891011>>

/frameworks/base/wifi/java/android/net/wifi/
H A DSupplicantStateTracker.java170 StateChangeResult stateChangeResult = (StateChangeResult) message.obj;
220 StateChangeResult stateChangeResult = (StateChangeResult) message.obj;
258 StateChangeResult stateChangeResult = (StateChangeResult) message.obj;
300 StateChangeResult stateChangeResult = (StateChangeResult) message.obj;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java276 public boolean equals(Object obj) { argument
277 if (this == obj) return true;
278 if (!(obj instanceof WifiP2pDevice)) return false;
280 WifiP2pDevice other = (WifiP2pDevice) obj;
H A DWifiP2pService.java450 mWifiChannel = (AsyncChannel) message.obj;
603 mGroup = (WifiP2pGroup) message.obj;
826 WifiP2pDevice d = (WifiP2pDevice) message.obj;
838 WifiP2pWfdInfo d = (WifiP2pWfdInfo) message.obj;
884 WifiP2pDevice device = (WifiP2pDevice) message.obj;
890 device = (WifiP2pDevice) message.obj;
895 WifiP2pServiceInfo servInfo = (WifiP2pServiceInfo)message.obj;
904 servInfo = (WifiP2pServiceInfo)message.obj;
915 if (!addServiceRequest(message.replyTo, (WifiP2pServiceRequest)message.obj)) {
923 removeServiceRequest(message.replyTo, (WifiP2pServiceRequest)message.obj);
2397 replyToMessage(Message msg, int what, Object obj) argument
[all...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java147 mCarouselView.setTextureForItem(id, (Bitmap) msg.obj);
156 mCarouselView.setDetailTextureForItem(id, x, y, lx, ly, (Bitmap) msg.obj);
160 mCarouselView.setGeometryForItem(id, (Mesh) msg.obj);
164 mCarouselView.setMatrixForItem(id, (float[]) msg.obj);
/frameworks/rs/
H A DrsFileA3D.h69 void appendToFile(Context *rsc, ObjectBase *obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccFileHandler.java143 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
161 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
179 * @param onLoaded ((AsnyncResult)(onLoaded.obj)).result is the recordSize[]
198 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
215 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
234 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
252 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
270 * @param onComplete onComplete.obj will be an AsyncResult
271 * onComplete.obj.userObj will be a IccIoResult on success
326 ar = (AsyncResult) msg.obj;
[all...]
H A DUiccCardApplication.java323 ar = (AsyncResult)msg.obj;
327 ar = (AsyncResult)msg.obj;
331 ar = (AsyncResult)msg.obj;
335 ar = (AsyncResult)msg.obj;
344 public void registerForReady(Handler h, int what, Object obj) { argument
346 Registrant r = new Registrant (h, what, obj);
361 public void registerForLocked(Handler h, int what, Object obj) { argument
363 Registrant r = new Registrant (h, what, obj);
378 public void registerForNetworkLocked(Handler h, int what, Object obj) { argument
380 Registrant r = new Registrant (h, what, obj);
[all...]
H A DDataConnectionAc.java272 ApnSetting retVal = (ApnSetting) response.obj;
308 LinkProperties retVal = (LinkProperties) response.obj;
360 UpdateLinkPropertyResult retVal = (UpdateLinkPropertyResult)response.obj;
398 LinkCapabilities retVal = (LinkCapabilities) response.obj;
501 Collection<ApnContext> retVal = (Collection<ApnContext>)response.obj;
563 PendingIntent retVal = (PendingIntent) response.obj;
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java313 msg.obj = map;
373 String url = (String) msg.obj;
382 String url = (String) msg.obj;
391 Integer time = (Integer) msg.obj;
619 Map<String, Object> map = (Map<String, Object>) msg.obj;
635 Bitmap poster = (Bitmap) msg.obj;
659 msg.obj = poster;
688 message.obj = url;
703 message.obj = url;
713 message.obj
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java826 public boolean equals(Object obj) { argument
827 if (this == obj) {
830 if (obj == null) {
833 if (getClass() != obj.getClass()) {
836 HistoricalRecord other = (HistoricalRecord) obj;
895 public boolean equals(Object obj) { argument
896 if (this == obj) {
899 if (obj == null) {
902 if (getClass() != obj.getClass()) {
905 ActivityResolveInfo other = (ActivityResolveInfo) obj;
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java318 String s = ((NsdServiceInfo) message.obj).getServiceType();
328 ((DiscoveryListener) listener).onServiceFound((NsdServiceInfo) message.obj);
333 ((DiscoveryListener) listener).onServiceLost((NsdServiceInfo) message.obj);
351 (NsdServiceInfo) message.obj);
368 ((ResolveListener) listener).onServiceResolved((NsdServiceInfo) message.obj);
/frameworks/base/core/java/android/os/
H A DHandler.java269 * Same as {@link #obtainMessage()}, except that it also sets the what and obj members
273 * @param obj Value to assign to the returned Message.obj field.
276 public final Message obtainMessage(int what, Object obj) argument
278 return Message.obtain(this, what, obj);
297 * Same as {@link #obtainMessage()}, except that it also sets the what, obj, arg1,and arg2 values on the
302 * @param obj Value to assign to the returned Message.obj field.
305 public final Message obtainMessage(int what, int arg1, int arg2, Object obj) argument
307 return Message.obtain(this, what, arg1, arg2, obj);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java381 Handler h, int what, Object obj) {
503 public void setOnPostDialCharacter(Handler h, int what, Object obj) { argument
504 mPostDialHandler = new Registrant(h, what, obj);
555 public void registerForCdmaOtaStatusChange(Handler h, int what, Object obj) { argument
556 mCM.registerForCdmaOtaProvision(h, what, obj);
563 public void registerForSubscriptionInfoReady(Handler h, int what, Object obj) { argument
564 mSST.registerForSubscriptionInfoReady(h, what, obj);
571 public void setOnEcbModeExitResponse(Handler h, int what, Object obj) { argument
572 mEcmExitRespRegistrant = new Registrant (h, what, obj);
579 public void registerForCallWaiting(Handler h, int what, Object obj) { argument
380 registerForSuppServiceNotification( Handler h, int what, Object obj) argument
942 registerForEcmTimerReset(Handler h, int what, Object obj) argument
1141 registerForEriFileLoaded(Handler h, int what, Object obj) argument
[all...]
H A DCdmaCallTracker.java137 public void registerForVoiceCallStarted(Handler h, int what, Object obj) { argument
138 Registrant r = new Registrant(h, what, obj);
149 public void registerForVoiceCallEnded(Handler h, int what, Object obj) { argument
150 Registrant r = new Registrant(h, what, obj);
158 public void registerForCallWaiting(Handler h, int what, Object obj) { argument
159 Registrant r = new Registrant (h, what, obj);
919 private void notifyCallWaitingInfo(CdmaCallWaitingNotification obj) { argument
921 callWaitingRegistrants.notifyRegistrants(new AsyncResult(null, obj, null));
953 ar = (AsyncResult)msg.obj;
960 handlePollCalls((AsyncResult)msg.obj);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java244 StatusBarIcon icon = (StatusBarIcon)msg.obj;
266 final NotificationQueueEntry ne = (NotificationQueueEntry)msg.obj;
271 final NotificationQueueEntry ne = (NotificationQueueEntry)msg.obj;
276 mCallbacks.removeNotification((IBinder)msg.obj);
298 mCallbacks.setImeWindowStatus((IBinder)msg.obj, msg.arg1, msg.arg2);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp206 sp<RefBase> obj; local
207 CHECK(msg->findObject("source", &obj));
209 mSource = static_cast<Source *>(obj.get());
217 sp<RefBase> obj; local
218 CHECK(msg->findObject("native-window", &obj));
220 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
231 sp<RefBase> obj; local
232 CHECK(msg->findObject("sink", &obj));
234 mAudioSink = static_cast<MediaPlayerBase::AudioSink *>(obj.get());
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h373 sp<RefBase> obj; local
374 CHECK(msg->findObject("response", &obj));
378 response = static_cast<ARTSPResponse *>(obj.get());
461 sp<RefBase> obj; local
462 CHECK(msg->findObject("response", &obj));
466 response = static_cast<ARTSPResponse *>(obj.get());
551 sp<RefBase> obj; local
552 CHECK(msg->findObject("response", &obj));
556 response = static_cast<ARTSPResponse *>(obj.get());
740 sp<RefBase> obj; local
769 sp<RefBase> obj; local
[all...]
/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
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java92 HashMap map = (HashMap) msg.obj;
98 mEventSender.keyDown((String)msg.obj);
142 Bundle args = (Bundle) msg.obj;
150 Bundle modifierArgs = (Bundle) msg.obj;
222 (HashMap<String, String>) msg.obj;
232 mLayoutTestController.queueScript((String)msg.obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java96 handleStatusReport((AsyncResult) msg.obj);
100 handleBroadcastSms((AsyncResult)msg.obj);
104 AsyncResult ar = (AsyncResult) msg.obj;
339 public boolean equals(Object obj) { argument
340 if (obj instanceof SmsCbConcatInfo) {
341 SmsCbConcatInfo other = (SmsCbConcatInfo)obj;
H A DGSMPhone.java413 Handler h, int what, Object obj) {
414 mSsnRegistrants.addUnique(h, what, obj);
1038 public void setOnPostDialCharacter(Handler h, int what, Object obj) { argument
1039 mPostDialHandler = new Registrant(h, what, obj);
1196 ar = (AsyncResult)msg.obj;
1207 ar = (AsyncResult)msg.obj;
1217 ar = (AsyncResult)msg.obj;
1227 ar = (AsyncResult)msg.obj;
1254 ar = (AsyncResult)msg.obj;
1260 ar = (AsyncResult)msg.obj;
412 registerForSuppServiceNotification( Handler h, int what, Object obj) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java99 state = (ServiceState) ((AsyncResult) msg.obj).result;
309 ar = (AsyncResult) msg.obj;
601 ar = (AsyncResult) msg.obj;
1368 ar = (AsyncResult) (msg.obj);
1377 ar = (AsyncResult) (msg.obj);
1384 ar = (AsyncResult) (msg.obj);
1391 ar = (AsyncResult) (msg.obj);
1398 ar = (AsyncResult) (msg.obj);
1405 ar = (AsyncResult) (msg.obj);
1415 ar = (AsyncResult) (msg.obj);
[all...]
/frameworks/av/include/media/
H A Dmediaplayer.h183 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
220 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
/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/jni/android/graphics/
H A DTypeface.cpp48 static void Typeface_unref(JNIEnv* env, jobject obj, SkTypeface* face) { argument
52 static int Typeface_getStyle(JNIEnv* env, jobject obj, SkTypeface* face) { argument

Completed in 574 milliseconds

1234567891011>>