Searched refs:CallbackDispatcherThread (Results 1 – 2 of 2) sorted by relevance
296 struct OMXNodeInstance::CallbackDispatcherThread : public Thread { struct in android::OMXNodeInstance297 explicit CallbackDispatcherThread(CallbackDispatcher *dispatcher) in CallbackDispatcherThread() function306 CallbackDispatcherThread(const CallbackDispatcherThread &);307 CallbackDispatcherThread &operator=(const CallbackDispatcherThread &);343 sp<CallbackDispatcherThread> mThread;354 mThread = new CallbackDispatcherThread(this); in CallbackDispatcher()418 bool OMXNodeInstance::CallbackDispatcherThread::threadLoop() { in threadLoop()
121 struct CallbackDispatcherThread;