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

1234567891011>>

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp134 sp<RefBase> obj; local
135 CHECK(msg->findObject("native-window", &obj));
137 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
H A Dstream.cpp272 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
/frameworks/av/include/media/
H A DMediaPlayerInterface.h69 int msg, int ext1, int ext2, const Parcel *obj);
210 const Parcel *obj=NULL) {
219 if (notifyCB) notifyCB(cookie, msg, ext1, ext2, obj);
209 sendEvent(int msg, int ext1=0, int ext2=0, const Parcel *obj=NULL) argument
/frameworks/av/media/libmedia/
H A DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) argument
49 if (obj && obj->dataSize() > 0) {
50 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
68 Parcel obj; local
70 obj.appendFrom(const_cast<Parcel *>(&data), data.dataPosition(), data.dataAvail());
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
H A DIHDCP.cpp45 int msg, int ext1, int ext2, const Parcel *obj) {
51 if (obj && obj->dataSize() > 0) {
52 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
182 Parcel obj; local
184 obj.appendFrom(
190 notify(msg, ext1, ext2, &obj);
44 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.cpp725 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
833 listener->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp105 Parcel obj; local
107 obj.writeInt32(sessionId->size());
108 obj.write(sessionId->array(), sessionId->size());
110 obj.writeInt32(0);
114 obj.writeInt32(data->size());
115 obj.write(data->array(), data->size());
117 obj.writeInt32(0);
121 listener->notify(eventType, extra, &obj);
H A DMediaPlayerService.cpp1187 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1202 client->mNextClient->mClient->notify(MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj);
1221 c->notify(msg, ext1, ext2, obj);
2153 void* cookie, int msg, int ext1, int ext2, const Parcel* /*obj*/)
1186 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp380 sp<RefBase> obj; local
381 CHECK(msg->findObject("source", &obj));
382 if (obj != NULL) {
383 mSource = static_cast<Source *>(obj.get());
539 sp<RefBase> obj; local
540 CHECK(msg->findObject("native-window", &obj));
543 performSetSurface(static_cast<NativeWindowWrapper *>(obj.get()));
553 static_cast<NativeWindowWrapper *>(obj.get())));
555 if (obj != NULL) {
588 sp<RefBase> obj; local
[all...]
H A DNuPlayerDecoderBase.cpp131 sp<RefBase> obj; local
132 CHECK(msg->findObject("renderer", &obj));
133 onSetRenderer(static_cast<Renderer *>(obj.get()));
H A DRTSPSource.cpp594 sp<RefBase> obj; local
595 CHECK(msg->findObject("description", &obj));
596 desc = static_cast<ASessionDescription *>(obj.get());
/frameworks/av/media/libstagefright/
H A DACodec.cpp1275 sp<RefBase> obj; local
1276 bool haveNativeWindow = msg->findObject("native-window", &obj)
1277 && obj != NULL && video && !encoder;
1294 static_cast<NativeWindowWrapper *>(obj.get()));
1455 static_cast<NativeWindowWrapper *>(obj.get()));
H A DMediaCodec.cpp297 sp<RefBase> obj; local
298 bool found = response->findObject("input-surface", &obj);
301 static_cast<BufferProducerWrapper*>(obj.get()));
913 sp<RefBase> obj; local
914 msg->findObject("input-surface", &obj);
915 CHECK(obj != NULL);
916 response->setObject("input-surface", obj);
954 sp<RefBase> obj; local
955 CHECK(msg->findObject("portDesc", &obj));
958 static_cast<CodecBase::PortDescription *>(obj
1267 sp<RefBase> obj; local
[all...]
H A DMediaCodecSource.cpp171 sp<RefBase> obj; local
172 CHECK(msg->findObject("meta", &obj));
176 status_t err = mSource->start(static_cast<MetaData *>(obj.get()));
774 sp<RefBase> obj; local
775 CHECK(msg->findObject("meta", &obj));
776 MetaData *params = static_cast<MetaData *>(obj.get());
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp237 const char *name, const sp<RefBase> &obj, Type type) {
241 if (obj != NULL) { obj->incStrong(this); }
242 item->u.refValue = obj.get();
245 void AMessage::setObject(const char *name, const sp<RefBase> &obj) { argument
246 setObjectInternal(name, obj, kTypeObject);
253 void AMessage::setMessage(const char *name, const sp<AMessage> &obj) { argument
257 if (obj != NULL) { obj->incStrong(this); }
258 item->u.refValue = obj
236 setObjectInternal( const char *name, const sp<RefBase> &obj, Type type) argument
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1697 sp<RefBase> obj; local
1698 msg->findObject("format", &obj);
1699 MetaData *format = static_cast<MetaData *>(obj.get());
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp197 sp<RefBase> obj; local
198 CHECK(msg->findObject("session-desc", &obj));
199 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
H A DMyHandler.h488 sp<RefBase> obj; local
489 CHECK(msg->findObject("response", &obj));
491 static_cast<ARTSPResponse *>(obj.get());
604 sp<RefBase> obj; local
605 CHECK(msg->findObject("description", &obj));
607 static_cast<ASessionDescription *>(obj.get());
660 sp<RefBase> obj; local
661 CHECK(msg->findObject("response", &obj));
663 static_cast<ARTSPResponse *>(obj.get());
790 sp<RefBase> obj; local
1134 sp<RefBase> obj; local
1268 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.cpp175 sp<RefBase> obj; local
176 if (msg->findObject("subtitle", &obj)) {
178 parcelEvent = static_cast<ParcelEvent*>(obj.get());
188 sp<RefBase> obj; local
189 msg->findObject("source", &obj);
196 if (obj == NULL) {
202 mSource = static_cast<TimedTextSource*>(obj.get());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1043 sp<RefBase> obj; local
1044 CHECK(msg->findObject("data", &obj));
1047 static_cast<ParsedMessage *>(obj.get());
1669 int msg, int ext1, int ext2, const Parcel *obj);
1683 int msg, int ext1, int ext2, const Parcel * /* obj */) {
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp45 DrmListener(AMediaDrm *obj, AMediaDrmEventListener listener) : mObj(obj), mListener(listener) {} argument
46 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
63 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { argument
69 int32_t sessionIdSize = obj->readInt32();
74 obj->read(sessionIdData, sessionId.length);
77 int32_t dataSize = obj->readInt32();
81 obj->read(data, dataSize);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java227 * return normal output of obj.toString(). If the argument is an array this will return a
234 * @param obj object to convert to a string
237 private static String objectToString(Object obj) { argument
238 if (obj.getClass().isArray()) {
239 if (obj instanceof Object[]) {
240 return Arrays.deepToString((Object[])obj);
245 return obj.toString();
H A DUiScrollable.java237 * @param obj {@link UiObject}
241 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { argument
242 Tracer.trace(obj.getSelector());
243 return scrollIntoView(obj.getSelector());

Completed in 211 milliseconds

1234567891011>>