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

  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h 41 struct OMXNodeInstance : public BnOMXNode {
42 OMXNodeInstance(
186 ~OMXNodeInstance();
309 OMXNodeInstance(const OMXNodeInstance &);
310 OMXNodeInstance &operator=(const OMXNodeInstance &);
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 18 #define LOG_TAG "OMXNodeInstance"
24 #include <media/stagefright/omx/OMXNodeInstance.h>
202 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
220 struct OMXNodeInstance::CallbackDispatcherThread : public Thread {
236 struct OMXNodeInstance::CallbackDispatcher : public RefBase {
237 explicit CallbackDispatcher(const sp<OMXNodeInstance> &owner);
262 sp<OMXNodeInstance> const mOwner;
275 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner)
282 OMXNodeInstance::CallbackDispatcher::~CallbackDispatcher()
    [all...]

Completed in 597 milliseconds