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

/frameworks/native/include/binder/
H A DBinder.h53 virtual void* findObject(const void* objectID) const;
H A DIBinder.h144 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.cpp175 if (msg->findObject("subtitle", &obj)) {
188 msg->findObject("source", &obj);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h68 bool findObject(const char *name, sp<RefBase> *obj) const;
/frameworks/native/libs/binder/
H A DBinder.cpp157 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.h401 CHECK(msg->findObject("response", &obj));
510 CHECK(msg->findObject("response", &obj));
634 CHECK(msg->findObject("response", &obj));
973 CHECK(msg->findObject("response", &obj));
H A DARTPConnection.cpp197 CHECK(msg->findObject("session-desc", &obj));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp207 CHECK(msg->findObject("source", &obj));
218 CHECK(msg->findObject("native-window", &obj));
232 CHECK(msg->findObject("sink", &obj));
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp134 CHECK(msg->findObject("native-window", &obj));
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp209 bool AMessage::findObject(const char *name, sp<RefBase> *obj) const {
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp400 CHECK(msg->findObject("data", &obj));
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp581 CHECK(msg->findObject("portDesc", &obj));
823 if (!msg->findObject("native-window", &obj)) {
H A DACodec.cpp3224 if (msg->findObject("native-window", &obj)
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp571 jobject object = (jobject)val->findObject(&gBinderProxyOffsets);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp858 CHECK(msg->findObject("data", &obj));
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp401 CHECK(msg->findObject("source", &obj));

Completed in 447 milliseconds