Searched defs:OMXNodeInstance (Results 1 – 2 of 2) sorted by relevance
32 struct OMXNodeInstance { struct133 bool isSecure() const { in isSecure()144 static OMX_CALLBACKTYPE kCallbacks;149 OMX *mOwner;150 OMX::node_id mNodeID;151 OMX_HANDLETYPE mHandle;152 sp<IOMXObserver> mObserver;153 bool mDying;154 bool mIsSecure;158 Mutex mGraphicBufferSourceLock;[all …]
192 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance