OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:beginThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/jni/soundpool/
SoundPoolThread.cpp
65
if (createThreadEtc(
beginThread
, this, "SoundPoolThread")) {
75
int SoundPoolThread::
beginThread
(void* arg) {
76
ALOGV("
beginThread
");
SoundPool.cpp
119
int SoundPool::
beginThread
(void* arg)
184
createThreadEtc(
beginThread
, this, "SoundPool");
[
all
...]
Completed in 914 milliseconds