Searched defs:OMXNodeInstance (Results 1 – 2 of 2) sorted by relevance
41 struct OMXNodeInstance : public BnOMXNode { struct97 enum Quirks {107 bool isSecure() const { in isSecure()118 static OMX_CALLBACKTYPE kCallbacks;124 Mutex mLock;126 Omx *mOwner;127 OMX_HANDLETYPE mHandle;128 sp<IOMXObserver> mObserver;129 sp<CallbackDispatcher> mDispatcher;130 std::atomic_bool mDying;[all …]
348 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance