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

1234567891011>>

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java95 public void registerForRingbackTone(Handler h, int what, Object obj) { argument
96 mRingbackRegistrants.addUnique(h, what, obj);
242 Handler h, int what, Object obj) {
362 public void setOnPostDialCharacter(Handler h, int what, Object obj) { argument
241 registerForSuppServiceNotification( Handler h, int what, Object obj) 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/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/include/media/
H A DMediaPlayerInterface.h59 int msg, int ext1, int ext2, const Parcel *obj);
167 const Parcel *obj=NULL) {
169 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
166 sendEvent(int msg, int ext1=0, int ext2=0, const Parcel *obj=NULL) argument
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java477 byte[] data = (byte[])msg.obj;
529 int what, int arg1, int arg2, Object obj) {
536 Message m = visu.mNativeEventHandler.obtainMessage(what, arg1, arg2, obj);
528 postEventFromNative(Object effect_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp245 sp<RefBase> obj;
246 CHECK(msg->findObject("buffer", &obj));
247 sp<ABuffer> outBuffer = static_cast<ABuffer *>(obj.get());
/frameworks/base/media/libstagefright/rtsp/
H A DARTPSession.cpp148 sp<RefBase> obj; local
149 CHECK(msg->findObject("access-unit", &obj));
151 sp<ABuffer> accessUnit = static_cast<ABuffer *>(obj.get());
H A DARTPConnection.cpp195 sp<RefBase> obj; local
196 CHECK(msg->findObject("session-desc", &obj));
197 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
650 sp<RefBase> obj; local
651 CHECK(msg->findObject("buffer", &obj));
653 sp<ABuffer> buffer = static_cast<ABuffer *>(obj.get());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java56 ar = (AsyncResult) msg.obj;
71 ar = (AsyncResult) msg.obj;
78 ar = (AsyncResult)msg.obj;
H A DDataConnectionTracker.java478 msg.obj = reason;
661 DataConnectionAc dcac = (DataConnectionAc) msg.obj;
672 if (msg.obj instanceof String) {
673 reason = (String) msg.obj;
703 onDataSetupComplete((AsyncResult) msg.obj);
708 onDisconnectDone(msg.arg1, (AsyncResult) msg.obj);
720 onCleanUpAllConnections((String) msg.obj);
725 onCleanUpConnection(tearDown, msg.arg2, (String) msg.obj);
735 onResetDone((AsyncResult) msg.obj);
1114 msg.obj
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java74 ar = (AsyncResult) msg.obj;
81 ar = (AsyncResult)msg.obj;
95 ar = (AsyncResult) msg.obj;
H A DGSMPhone.java424 Handler h, int what, Object obj) {
425 mSsnRegistrants.addUnique(h, what, obj);
1036 public void setOnPostDialCharacter(Handler h, int what, Object obj) { argument
1037 mPostDialHandler = new Registrant(h, what, obj);
1193 ar = (AsyncResult)msg.obj;
1204 ar = (AsyncResult)msg.obj;
1214 ar = (AsyncResult)msg.obj;
1224 ar = (AsyncResult)msg.obj;
1251 ar = (AsyncResult)msg.obj;
1257 ar = (AsyncResult)msg.obj;
423 registerForSuppServiceNotification( Handler h, int what, Object obj) argument
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DClassTest.java125 SimpleClass obj = new SimpleClass();
126 Field field = obj.getClass().getDeclaredField("str");
127 field.set(obj, null);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java398 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj;
404 WifiP2pInfo wifiP2pInfo = (WifiP2pInfo) message.obj;
410 WifiP2pGroup group = (WifiP2pGroup) message.obj;
H A DWifiP2pService.java327 mWifiChannel = (AsyncChannel) message.obj;
685 WifiP2pDevice device = (WifiP2pDevice) message.obj;
691 device = (WifiP2pDevice) message.obj;
696 mSavedConnectConfig = (WifiP2pConfig) message.obj;
727 mGroup = (WifiP2pGroup) message.obj;
768 mSavedGoNegotiationConfig = (WifiP2pConfig) message.obj;
783 WifiP2pGroup group = (WifiP2pGroup) message.obj;
934 String interfaceAddress = (String) message.obj;
946 interfaceAddress = (String) message.obj;
969 DhcpInfoInternal dhcpInfo = (DhcpInfoInternal) message.obj;
1363 replyToMessage(Message msg, int what, Object obj) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java1143 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1150 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1154 handlePauseActivity((IBinder)msg.obj, false, msg.arg1 != 0, msg.arg2);
1158 handlePauseActivity((IBinder)msg.obj, true, msg.arg1 != 0, msg.arg2);
1161 handleStopActivity((IBinder)msg.obj, true, msg.arg2);
1164 handleStopActivity((IBinder)msg.obj, false, msg.arg2);
1167 handleWindowVisibility((IBinder)msg.obj, true);
1170 handleWindowVisibility((IBinder)msg.obj, false);
1173 handleResumeActivity((IBinder)msg.obj, true,
1177 handleSendResult((ResultData)msg.obj);
1372 equals(Object obj) argument
1816 queueOrSendMessage(int what, Object obj) argument
1820 queueOrSendMessage(int what, Object obj, int arg1) argument
1824 queueOrSendMessage(int what, Object obj, int arg1, int arg2) argument
[all...]
/frameworks/base/tools/aidl/
H A DAST.cpp274 :obj(NULL),
281 :obj(o),
288 :obj(NULL),
295 :obj(o),
306 :obj(NULL),
332 if (this->obj != NULL) {
333 this->obj->Write(to);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java202 public boolean equals(Object obj) { argument
208 if (obj instanceof DeviceFilter) {
209 DeviceFilter filter = (DeviceFilter)obj;
216 if (obj instanceof UsbDevice) {
217 UsbDevice device = (UsbDevice)obj;
316 public boolean equals(Object obj) { argument
321 if (obj instanceof AccessoryFilter) {
322 AccessoryFilter filter = (AccessoryFilter)obj;
327 if (obj instanceof UsbAccessory) {
328 UsbAccessory accessory = (UsbAccessory)obj;
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java681 mRawImageCallback.onPictureTaken((byte[])msg.obj, mCamera);
687 mJpegCallback.onPictureTaken((byte[])msg.obj, mCamera);
705 cb.onPreviewFrame((byte[])msg.obj, mCamera);
711 mPostviewCallback.onPictureTaken((byte[])msg.obj, mCamera);
729 mFaceListener.onFaceDetection((Face[])msg.obj, mCamera);
748 int what, int arg1, int arg2, Object obj)
755 Message m = c.mEventHandler.obtainMessage(what, arg1, arg2, obj);
1327 * Compares {@code obj} to this size.
1329 * @param obj the object to compare this size with.
1330 * @return {@code true} if the width and height of {@code obj} i
747 postEventFromNative(Object camera_ref, int what, int arg1, int arg2, Object obj) argument
1334 equals(Object obj) argument
1401 equals(Object obj) argument
[all...]
/frameworks/base/cmds/stagefright/
H A Dsf2.cpp413 sp<RefBase> obj; local
414 CHECK(msg->findObject("buffer", &obj));
415 sp<ABuffer> outBuffer = static_cast<ABuffer *>(obj.get());
519 sp<RefBase> obj; local
520 CHECK(msg->findObject("buffer", &obj));
522 sp<ABuffer> buffer = static_cast<ABuffer *>(obj.get());
/frameworks/base/core/java/android/server/
H A DBluetoothHealthProfileHandler.java90 (BluetoothHealthAppConfiguration) msg.obj;
116 (BluetoothHealthAppConfiguration) msg.obj;
139 HealthChannel chan = (HealthChannel)msg.obj;
174 msg.obj = config;
185 msg.obj = config;
224 msg.obj = chan;
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java155 StorageEvent e = (StorageEvent) msg.obj;
209 mMessage.obj = this;
257 StorageEvent e = (StorageEvent) msg.obj;
/frameworks/base/graphics/java/android/renderscript/
H A DFieldPacker.java144 public void addObj(BaseObj obj) { argument
145 if (obj != null) {
146 addI32(obj.getID());
/frameworks/base/media/java/android/media/
H A DTimedText.java304 * @param obj the byte array which contains the timed text.
308 public TimedText(byte[] obj) { argument
309 mParcel.unmarshall(obj, 0, obj.length);
/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"))

Completed in 9760 milliseconds

1234567891011>>