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"
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::CallbackDispatcher::~CallbackDispatcher()
    [all...]

Completed in 95 milliseconds