HomeSort by relevance Sort by last modified time
    Searched refs:OMXNodeInstance (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/include/
OmxNodeOwner.h 23 struct OMXNodeInstance;
26 * This struct is needed to separate OMX from OMXNodeInstance.
31 virtual status_t freeNode(const sp<OMXNodeInstance> &instance) = 0;
OMX.h 29 struct OMXNodeInstance;
49 virtual status_t freeNode(const sp<OMXNodeInstance>& instance);
59 KeyedVector<wp<IBinder>, sp<OMXNodeInstance> > mLiveNodes;
OMXNodeInstance.h 40 struct OMXNodeInstance : public BnOMXNode {
41 OMXNodeInstance(
175 ~OMXNodeInstance();
283 OMXNodeInstance(const OMXNodeInstance &);
284 OMXNodeInstance &operator=(const OMXNodeInstance &);
  /frameworks/av/media/libstagefright/omx/1.0/
Omx.h 23 #include "../../include/OMXNodeInstance.h"
55 using ::android::OMXNodeInstance;
73 virtual status_t freeNode(sp<OMXNodeInstance> const& instance) override;
78 KeyedVector<wp<IBase>, sp<OMXNodeInstance> > mLiveNodes;
79 KeyedVector<OMXNodeInstance*, wp<IBase> > mNode2Observer;
Omx.cpp 99 sp<OMXNodeInstance> instance = new OMXNodeInstance(
104 name.c_str(), &OMXNodeInstance::kCallbacks,
159 sp<OMXNodeInstance> instance;
178 status_t Omx::freeNode(sp<OMXNodeInstance> const& instance) {
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 18 #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::CallbackDispatcher::~CallbackDispatcher()
    [all...]
OMX.cpp 27 #include "../include/OMXNodeInstance.h"
49 sp<OMXNodeInstance> instance;
108 sp<OMXNodeInstance> instance = new OMXNodeInstance(this, observer, name);
112 name, &OMXNodeInstance::kCallbacks,
143 status_t OMX::freeNode(const sp<OMXNodeInstance> &instance) {
Android.mk 10 OMXNodeInstance.cpp \
  /frameworks/av/media/libmedia/include/media/
OMXBuffer.h 52 struct OMXNodeInstance;
94 friend struct OMXNodeInstance;

Completed in 158 milliseconds