Home
last modified time | relevance | path

Searched refs:CallbackDispatcherThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp220 struct OMXNodeInstance::CallbackDispatcherThread : public Thread { struct in android::OMXNodeInstance
221 explicit CallbackDispatcherThread(CallbackDispatcher *dispatcher) in CallbackDispatcherThread() function
230 CallbackDispatcherThread(const CallbackDispatcherThread &);
231 CallbackDispatcherThread &operator=(const CallbackDispatcherThread &);
267 sp<CallbackDispatcherThread> mThread;
278 mThread = new CallbackDispatcherThread(this); in CallbackDispatcher()
342 bool OMXNodeInstance::CallbackDispatcherThread::threadLoop() { in threadLoop()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h121 struct CallbackDispatcherThread;