OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadFunc
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/include/media/stagefright/
AACWriter.h
66
status_t
threadFunc
();
AMRWriter.h
60
status_t
threadFunc
();
MPEG4Writer.h
147
void
threadFunc
();
/frameworks/av/media/libstagefright/
AMRWriter.cpp
194
return (void *) static_cast<AMRWriter *>(me)->
threadFunc
();
197
status_t AMRWriter::
threadFunc
() {
AACWriter.cpp
203
return (void *) static_cast<AACWriter *>(me)->
threadFunc
();
301
status_t AACWriter::
threadFunc
() {
MPEG4Writer.cpp
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py
421
threadFunc
= staticmethod(http_server)
430
threading.Thread(target=self.
threadFunc
, args=serv_args).start()
599
threadFunc
= staticmethod(http_multi_server)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py
421
threadFunc
= staticmethod(http_server)
430
threading.Thread(target=self.
threadFunc
, args=serv_args).start()
599
threadFunc
= staticmethod(http_multi_server)
[
all
...]
Completed in 167 milliseconds