Searched refs:Looper_to_ALooper (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/native/android/
H A Dlooper.cpp32 static inline ALooper* Looper_to_ALooper(Looper* looper) { function
37 return Looper_to_ALooper(Looper::getForThread().get());
41 return Looper_to_ALooper(Looper::prepare(opts).get());

Completed in 66 milliseconds