Searched refs:OMXNodeInstance (Results 1 – 6 of 6) sorted by relevance
338 sp<OMXNodeInstance> const mOwner;351 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner) in CallbackDispatcher()424 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance459 OMXNodeInstance::~OMXNodeInstance() { in ~OMXNodeInstance()732 status_t OMXNodeInstance::getConfig( in getConfig()755 status_t OMXNodeInstance::setConfig( in setConfig()1170 status_t OMXNodeInstance::useBuffer( in useBuffer()2324 void OMXNodeInstance::onEvent( in onEvent()2392 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); in OnEvent()2440 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); in OnEmptyBufferDone()[all …]
30 "OMXNodeInstance.cpp",
31 struct OMXNodeInstance;55 using ::android::OMXNodeInstance;73 status_t freeNode(sp<OMXNodeInstance> const& instance);78 KeyedVector<wp<IBase>, sp<OMXNodeInstance> > mLiveNodes;79 KeyedVector<OMXNodeInstance*, wp<IBase> > mNode2Observer;
92 sp<OMXNodeInstance> instance; in allocateNode()100 instance = new OMXNodeInstance( in allocateNode()105 name.c_str(), &OMXNodeInstance::kCallbacks, in allocateNode()128 quirks |= OMXNodeInstance:: in allocateNode()132 quirks |= OMXNodeInstance:: in allocateNode()166 sp<OMXNodeInstance> instance; in serviceDied()185 status_t Omx::freeNode(sp<OMXNodeInstance> const& instance) { in freeNode()
41 struct OMXNodeInstance : public BnOMXNode { struct42 OMXNodeInstance(186 ~OMXNodeInstance(); argument309 OMXNodeInstance(const OMXNodeInstance &);310 OMXNodeInstance &operator=(const OMXNodeInstance &); argument
51 struct OMXNodeInstance;93 friend struct OMXNodeInstance;