Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMX.cpp50 struct OMX::CallbackDispatcherThread : public Thread { struct in android::OMX
51 CallbackDispatcherThread(CallbackDispatcher *dispatcher) in CallbackDispatcherThread() function
60 CallbackDispatcherThread(const CallbackDispatcherThread &);
61 CallbackDispatcherThread &operator=(const CallbackDispatcherThread &);
88 sp<CallbackDispatcherThread> mThread;
99 mThread = new CallbackDispatcherThread(this); in CallbackDispatcher()
163 bool OMX::CallbackDispatcherThread::threadLoop() { in threadLoop()
/frameworks/av/media/libstagefright/include/
DOMX.h170 struct CallbackDispatcherThread;