Searched refs:CallbackDispatcherThread (Results 1 – 2 of 2) sorted by relevance
50 struct OMX::CallbackDispatcherThread : public Thread { struct in android::OMX51 CallbackDispatcherThread(CallbackDispatcher *dispatcher) in CallbackDispatcherThread() function60 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()
170 struct CallbackDispatcherThread;