Searched refs:findObject (Results 1 - 24 of 24) sorted by relevance

/frameworks/av/media/libstagefright/filters/
H A DRSFilter.cpp50 if (!msg->findObject("rs-wrapper", (sp<RefBase>*)&wrapper)) {
/frameworks/native/include/binder/
H A DBinder.h55 virtual void* findObject(const void* objectID) const;
H A DIBinder.h136 virtual void* findObject(const void* objectID) const = 0;
H A DBpBinder.h56 virtual void* findObject(const void* objectID) const;
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp176 if (msg->findObject("subtitle", &obj)) {
189 msg->findObject("source", &obj);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h100 bool findObject(const char *name, sp<RefBase> *obj) const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp144 CHECK(msg->findObject("renderer", &obj));
H A DNuPlayer.cpp472 CHECK(msg->findObject("source", &obj));
630 CHECK(msg->findObject("surface", &obj));
688 CHECK(msg->findObject("sink", &obj));
H A DRTSPSource.cpp636 CHECK(msg->findObject("description", &obj));
H A DNuPlayerDecoder.cpp196 CHECK(msg->findObject("surface", &obj));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp104 if (buffer->meta()->findObject("format", &object)) {
149 if ((*buffer)->meta()->findObject("format", &object)) {
193 if (buffer->meta()->findObject("format", &object)) {
596 if (buffer->meta()->findObject("format", &object)) {
/frameworks/native/libs/binder/
H A DBinder.cpp171 void* BBinder::findObject(const void* objectID) const function in class:android::BBinder
H A DBpBinder.cpp294 void* BpBinder::findObject(const void* objectID) const function in class:android::BpBinder
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h374 CHECK(msg->findObject("response", &obj));
462 CHECK(msg->findObject("response", &obj));
552 CHECK(msg->findObject("response", &obj));
741 CHECK(msg->findObject("response", &obj));
770 CHECK(msg->findObject("response", &obj));
H A DMyHandler.h496 CHECK(msg->findObject("response", &obj));
612 CHECK(msg->findObject("description", &obj));
668 CHECK(msg->findObject("response", &obj));
798 CHECK(msg->findObject("response", &obj));
1142 CHECK(msg->findObject("response", &obj));
1293 CHECK(msg->findObject("response", &obj));
H A DARTPConnection.cpp198 CHECK(msg->findObject("session-desc", &obj));
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp177 CHECK(msg->findObject("meta", &obj));
812 CHECK(msg->findObject("meta", &obj));
H A DMediaCodec.cpp494 bool found = response->findObject("input-surface", &obj);
1197 msg->findObject("input-surface", &obj);
1252 CHECK(msg->findObject("portDesc", &obj));
1612 CHECK(msg->findObject("surface", &obj));
1671 (void)msg->findObject("surface", &obj);
1733 CHECK(msg->findObject("input-surface", &obj));
H A DACodec.cpp1745 bool haveNativeWindow = msg->findObject("native-window", &obj)
4566 CHECK(msg->findObject("surface", &obj));
4634 CHECK(msg->findObject("messages", &obj));
5845 CHECK(msg->findObject("input-surface", &obj));
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp304 bool AMessage::findObject(const char *name, sp<RefBase> *obj) const { function in class:android::AMessage
401 bool found = findObject("replyID", &tmp);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp134 CHECK(msg->findObject("surface", &obj));
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp563 jobject object = (jobject)val->findObject(&gBinderProxyOffsets);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1050 CHECK(msg->findObject("data", &obj));
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1021 CHECK(msg->findObject("playlist", (sp<RefBase> *)&mPlaylist));

Completed in 419 milliseconds