Searched defs:OMXNodeInstance (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h41 struct OMXNodeInstance : public BnOMXNode { struct in namespace:android
42 OMXNodeInstance(
186 ~OMXNodeInstance();
309 OMXNodeInstance(const OMXNodeInstance &);
310 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp18 #define LOG_TAG "OMXNodeInstance"
23 #include <media/stagefright/omx/OMXNodeInstance.h>
200 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
218 struct OMXNodeInstance::CallbackDispatcherThread : public Thread {
234 struct OMXNodeInstance::CallbackDispatcher : public RefBase {
235 explicit CallbackDispatcher(const sp<OMXNodeInstance> &owner);
260 sp<OMXNodeInstance> const mOwner;
273 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner)
280 OMXNodeInstance
346 OMXNodeInstance::OMXNodeInstance( function in class:android::OMXNodeInstance
[all...]

Completed in 42 milliseconds