Searched refs:OMXNodeInstance (Results 1 – 7 of 7) sorted by relevance
153 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {166 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance187 OMXNodeInstance::~OMXNodeInstance() { in ~OMXNodeInstance()192 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) { in setHandle()199 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() { in getGraphicBufferSource()204 void OMXNodeInstance::setGraphicBufferSource( in setGraphicBufferSource()211 OMX *OMXNodeInstance::owner() { in owner()215 sp<IOMXObserver> OMXNodeInstance::observer() { in observer()219 OMX::node_id OMXNodeInstance::nodeID() { in nodeID()235 status_t OMXNodeInstance::freeNode(OMXMaster *master) { in freeNode()[all …]
61 CallbackDispatcher(OMXNodeInstance *owner);73 OMXNodeInstance *mOwner;86 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner) in CallbackDispatcher()169 OMXNodeInstance *instance; in binderDied()228 OMXNodeInstance *instance = new OMXNodeInstance(this, observer, name); in allocateNode()232 name, &OMXNodeInstance::kCallbacks, in allocateNode()255 OMXNodeInstance *instance = findInstance(node); in freeNode()488 OMX::node_id OMX::makeNodeID(OMXNodeInstance *instance) { in makeNodeID()497 OMXNodeInstance *OMX::findInstance(node_id node) { in findInstance()
51 GraphicBufferSource(OMXNodeInstance* nodeInstance,207 OMXNodeInstance* mNodeInstance;
12 OMXNodeInstance.cpp \
39 GraphicBufferSource::GraphicBufferSource(OMXNodeInstance* nodeInstance, in GraphicBufferSource()
32 struct OMXNodeInstance { struct33 OMXNodeInstance(164 ~OMXNodeInstance(); argument208 OMXNodeInstance(const OMXNodeInstance &);209 OMXNodeInstance &operator=(const OMXNodeInstance &); argument
27 class OMXNodeInstance; variable159 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;160 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance;163 node_id makeNodeID(OMXNodeInstance *instance);164 OMXNodeInstance *findInstance(node_id node);