OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallbackDispatcherThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
220
struct OMXNodeInstance::
CallbackDispatcherThread
: public Thread {
221
explicit
CallbackDispatcherThread
(CallbackDispatcher *dispatcher)
230
CallbackDispatcherThread
(const
CallbackDispatcherThread
&);
231
CallbackDispatcherThread
&operator=(const
CallbackDispatcherThread
&);
267
sp<
CallbackDispatcherThread
> mThread;
278
mThread = new
CallbackDispatcherThread
(this);
291
// is released within the
CallbackDispatcherThread
loop
342
bool OMXNodeInstance::
CallbackDispatcherThread
::threadLoop()
[
all
...]
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h
121
struct
CallbackDispatcherThread
;
Completed in 708 milliseconds