Searched refs:OMXNodeInstance (Results 1 – 7 of 7) sorted by relevance
202 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {220 struct OMXNodeInstance::CallbackDispatcherThread : public Thread {236 struct OMXNodeInstance::CallbackDispatcher : public RefBase {237 explicit CallbackDispatcher(const sp<OMXNodeInstance> &owner);262 sp<OMXNodeInstance> const mOwner;275 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner) in CallbackDispatcher()282 OMXNodeInstance::CallbackDispatcher::~CallbackDispatcher() { in ~CallbackDispatcher()300 void OMXNodeInstance::CallbackDispatcher::post(const omx_message &msg, bool realTime) { in post()309 void OMXNodeInstance::CallbackDispatcher::dispatch(std::list<omx_message> &messages) { in dispatch()317 bool OMXNodeInstance::CallbackDispatcher::loop() { in loop()[all …]
10 "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;