Searched defs:CallbackDispatcherThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp50 struct OMX::CallbackDispatcherThread : public Thread { struct in class:android::OMX
51 CallbackDispatcherThread(CallbackDispatcher *dispatcher) function in struct:android::OMX::CallbackDispatcherThread
60 CallbackDispatcherThread(const CallbackDispatcherThread &);
61 CallbackDispatcherThread &operator=(const CallbackDispatcherThread &);
88 sp<CallbackDispatcherThread> mThread;
99 mThread = new CallbackDispatcherThread(this);
112 // is released within the CallbackDispatcherThread loop
163 bool OMX::CallbackDispatcherThread
[all...]

Completed in 801 milliseconds