Searched defs:obj (Results 1 - 25 of 194) sorted by path

12345678

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp133 sp<RefBase> obj; local
134 CHECK(msg->findObject("native-window", &obj));
136 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
H A Dstream.cpp268 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
/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/av/media/libmedia/
H A DIHDCP.cpp42 int msg, int ext1, int ext2, const Parcel *obj) {
48 if (obj && obj->dataSize() > 0) {
49 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
124 Parcel obj; local
126 obj.appendFrom(
132 notify(msg, ext1, ext2, &obj);
41 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) argument
45 if (obj && obj->dataSize() > 0) {
46 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
65 Parcel obj; local
67 obj.appendFrom(const_cast<Parcel *>(&data), data.dataPosition(), data.dataAvail());
70 notify(msg, ext1, ext2, &obj);
H A Dmediaplayer.cpp659 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
764 listener->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1066 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1081 client->mNextClient->mClient->notify(MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj);
1100 c->notify(msg, ext1, ext2, obj);
1843 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1065 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
1842 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp207 sp<RefBase> obj; local
208 CHECK(msg->findObject("source", &obj));
210 mSource = static_cast<Source *>(obj.get());
240 sp<RefBase> obj; local
241 CHECK(msg->findObject("native-window", &obj));
243 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
254 sp<RefBase> obj; local
255 CHECK(msg->findObject("sink", &obj));
257 mAudioSink = static_cast<MediaPlayerBase::AudioSink *>(obj.get());
/frameworks/av/media/libstagefright/
H A DACodec.cpp3276 sp<RefBase> obj; local
3277 if (msg->findObject("native-window", &obj)
3280 static_cast<NativeWindowWrapper *>(obj.get()));
H A DMediaCodec.cpp580 sp<RefBase> obj; local
581 CHECK(msg->findObject("portDesc", &obj));
584 static_cast<ACodec::PortDescription *>(obj.get());
822 sp<RefBase> obj; local
823 if (!msg->findObject("native-window", &obj)) {
824 obj.clear();
830 if (obj != NULL) {
831 format->setObject("native-window", obj);
834 static_cast<NativeWindowWrapper *>(obj.get())
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp400 sp<RefBase> obj; local
401 CHECK(msg->findObject("source", &obj));
403 mSource = static_cast<Source *>(obj.get());
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp196 sp<RefBase> obj; local
197 CHECK(msg->findObject("session-desc", &obj));
198 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
H A DMyHandler.h400 sp<RefBase> obj; local
401 CHECK(msg->findObject("response", &obj));
403 static_cast<ARTSPResponse *>(obj.get());
509 sp<RefBase> obj; local
510 CHECK(msg->findObject("response", &obj));
512 static_cast<ARTSPResponse *>(obj.get());
633 sp<RefBase> obj; local
634 CHECK(msg->findObject("response", &obj));
636 static_cast<ARTSPResponse *>(obj.get());
972 sp<RefBase> obj; local
[all...]
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/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp174 sp<RefBase> obj; local
175 if (msg->findObject("subtitle", &obj)) {
177 parcelEvent = static_cast<ParcelEvent*>(obj.get());
187 sp<RefBase> obj; local
188 msg->findObject("source", &obj);
195 if (obj == NULL) {
201 mSource = static_cast<TimedTextSource*>(obj.get());
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp40 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
H A DWifiDisplaySink.cpp399 sp<RefBase> obj; local
400 CHECK(msg->findObject("data", &obj));
403 static_cast<ParsedMessage *>(obj.get());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp940 sp<RefBase> obj; local
941 CHECK(msg->findObject("data", &obj));
944 static_cast<ParsedMessage *>(obj.get());
1535 int msg, int ext1, int ext2, const Parcel *obj);
1549 int msg, int ext1, int ext2, const Parcel *obj) {
1548 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp92 virtual void put(sp<IBinder> obj) = 0;
110 virtual void put(sp<IBinder> obj) { argument
112 data.writeStrongBinder(obj);
151 virtual void put(sp<IBinder> obj) { argument
152 mObj = obj;
393 void putTempObject(sp<IBinder> obj) { argument
395 getHolder()->put(obj);
/frameworks/base/cmds/servicemanager/
H A Dbinder.c43 struct binder_object *obj; local
53 obj = (void*) (((char*) txn->data) + *offs++);
55 obj->type, obj->flags, obj->pointer, obj->cookie);
451 struct binder_object *obj; local
453 obj = bio_alloc(bio, sizeof(*obj));
455 if (obj
474 struct binder_object *obj; local
488 struct binder_object *obj; local
606 struct binder_object *obj; local
[all...]
/frameworks/base/core/java/android/app/
H A DActionBar.java824 * @param obj Object to store
827 public abstract Tab setTag(Object obj); argument
H A DActivityManagerNative.java57 static public IActivityManager asInterface(IBinder obj) { argument
58 if (obj == null) {
62 (IActivityManager)obj.queryLocalInterface(descriptor);
67 return new ActivityManagerProxy(obj);
H A DActivityThread.java1230 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1239 ActivityClientRecord r = (ActivityClientRecord)msg.obj;
1245 handlePauseActivity((IBinder)msg.obj, false, msg.arg1 != 0, msg.arg2);
1251 handlePauseActivity((IBinder)msg.obj, true, msg.arg1 != 0, msg.arg2);
1256 handleStopActivity((IBinder)msg.obj, true, msg.arg2);
1261 handleStopActivity((IBinder)msg.obj, false, msg.arg2);
1266 handleWindowVisibility((IBinder)msg.obj, true);
1271 handleWindowVisibility((IBinder)msg.obj, false);
1276 handleResumeActivity((IBinder)msg.obj, true,
1282 handleSendResult((ResultData)msg.obj);
1540 equals(Object obj) argument
2042 queueOrSendMessage(int what, Object obj) argument
2046 queueOrSendMessage(int what, Object obj, int arg1) argument
2050 queueOrSendMessage(int what, Object obj, int arg1, int arg2) argument
[all...]
H A DApplicationThreadNative.java50 static public IApplicationThread asInterface(IBinder obj) { argument
51 if (obj == null) {
55 (IApplicationThread)obj.queryLocalInterface(descriptor);
60 return new ApplicationThreadProxy(obj);
H A DInstrumentation.java144 * @param obj The client object that generated the exception. May be an
152 public boolean onException(Object obj, Throwable e) { argument

Completed in 865 milliseconds

12345678