Searched defs:OMXNodeInstance (Results 1 – 2 of 2) sorted by relevance
33 struct OMXNodeInstance { struct134 bool isSecure() const { in isSecure()145 static OMX_CALLBACKTYPE kCallbacks;150 OMX *mOwner;151 OMX::node_id mNodeID;152 OMX_HANDLETYPE mHandle;153 sp<IOMXObserver> mObserver;154 bool mDying;155 bool mSailed; // configuration is set (no more meta-mode changes)156 bool mQueriedProhibitedExtensions;[all …]
206 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance