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

/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp44 struct OMX::CallbackDispatcherThread : public Thread { struct in class:android::OMX
45 CallbackDispatcherThread(CallbackDispatcher *dispatcher) function in struct:android::OMX::CallbackDispatcherThread
54 CallbackDispatcherThread(const CallbackDispatcherThread &);
55 CallbackDispatcherThread &operator=(const CallbackDispatcherThread &);
78 sp<CallbackDispatcherThread> mThread;
89 mThread = new CallbackDispatcherThread(this);
102 // is released within the CallbackDispatcherThread loop
152 bool OMX::CallbackDispatcherThread
[all...]

Completed in 436 milliseconds