Searched refs:CallbackDispatcherThread (Results 1 – 2 of 2) sorted by relevance
220 struct OMXNodeInstance::CallbackDispatcherThread : public Thread { struct in android::OMXNodeInstance221 explicit CallbackDispatcherThread(CallbackDispatcher *dispatcher) in CallbackDispatcherThread() function230 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()
121 struct CallbackDispatcherThread;