Home
last modified time | relevance | path

Searched refs:CallbackDispatcherThread (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp296 struct OMXNodeInstance::CallbackDispatcherThread : public Thread { struct in android::OMXNodeInstance
297 explicit CallbackDispatcherThread(CallbackDispatcher *dispatcher) in CallbackDispatcherThread() function
306 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()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h121 struct CallbackDispatcherThread;