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

/frameworks/av/include/media/stagefright/
H A DOMXNodeInstance.h40 struct OMXNodeInstance : public BnOMXNode { struct in namespace:android
41 OMXNodeInstance(
175 ~OMXNodeInstance();
283 OMXNodeInstance(const OMXNodeInstance &);
284 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/foundation/include/
H A DOMXNodeInstance.h40 struct OMXNodeInstance : public BnOMXNode { struct in namespace:android
41 OMXNodeInstance(
175 ~OMXNodeInstance();
283 OMXNodeInstance(const OMXNodeInstance &);
284 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h40 struct OMXNodeInstance : public BnOMXNode { struct in namespace:android
41 OMXNodeInstance(
175 ~OMXNodeInstance();
283 OMXNodeInstance(const OMXNodeInstance &);
284 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp18 #define LOG_TAG "OMXNodeInstance"
23 #include "../include/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);
251 sp<OMXNodeInstance> const mOwner;
264 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner)
271 OMXNodeInstance
337 OMXNodeInstance::OMXNodeInstance( function in class:android::OMXNodeInstance
[all...]

Completed in 86 milliseconds