OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getForThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/native/android/
choreographer.cpp
61
static Choreographer*
getForThread
();
86
Choreographer* Choreographer::
getForThread
() {
88
sp<Looper> looper = Looper::
getForThread
();
194
return Choreographer_to_AChoreographer(Choreographer::
getForThread
());
/system/core/libutils/
Looper.cpp
105
sp<Looper> old =
getForThread
(); // also has side-effect of initializing TLS
118
sp<Looper> Looper::
getForThread
() {
127
sp<Looper> looper = Looper::
getForThread
();
Completed in 60 milliseconds