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

/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/mpeg2ts/
H A DAnotherPacketSource.cpp99 if (buffer->meta()->findObject("format", &object)) {
133 if ((*buffer)->meta()->findObject("format", &object)) {
168 if (buffer->meta()->findObject("format", &object)) {
/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.h71 bool findObject(const char *name, sp<RefBase> *obj) const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp132 CHECK(msg->findObject("renderer", &obj));
H A DNuPlayer.cpp381 CHECK(msg->findObject("source", &obj));
540 CHECK(msg->findObject("native-window", &obj));
589 CHECK(msg->findObject("sink", &obj));
H A DRTSPSource.cpp595 CHECK(msg->findObject("description", &obj));
/frameworks/native/libs/binder/
H A DBinder.cpp163 void* BBinder::findObject(const void* objectID) const function in class:android::BBinder
H A DBpBinder.cpp295 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.h489 CHECK(msg->findObject("response", &obj));
605 CHECK(msg->findObject("description", &obj));
661 CHECK(msg->findObject("response", &obj));
791 CHECK(msg->findObject("response", &obj));
1135 CHECK(msg->findObject("response", &obj));
1269 CHECK(msg->findObject("response", &obj));
H A DARTPConnection.cpp198 CHECK(msg->findObject("session-desc", &obj));
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp172 CHECK(msg->findObject("meta", &obj));
775 CHECK(msg->findObject("meta", &obj));
H A DMediaCodec.cpp298 bool found = response->findObject("input-surface", &obj);
914 msg->findObject("input-surface", &obj);
955 CHECK(msg->findObject("portDesc", &obj));
1268 if (!msg->findObject("native-window", &obj)) {
H A DACodec.cpp1276 bool haveNativeWindow = msg->findObject("native-window", &obj)
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp135 CHECK(msg->findObject("native-window", &obj));
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp282 bool AMessage::findObject(const char *name, sp<RefBase> *obj) const { function in class:android::AMessage
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp562 jobject object = (jobject)val->findObject(&gBinderProxyOffsets);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1044 CHECK(msg->findObject("data", &obj));
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1698 msg->findObject("format", &obj);

Completed in 452 milliseconds