Searched defs:Looper (Results 1 - 3 of 3) sorted by relevance

/system/core/libutils/
H A DLooper.cpp6 #define LOG_TAG "Looper"
16 #include <utils/Looper.h>
52 // --- Looper ---
63 Looper::Looper(bool allowNonCallbacks) : function in class:android::Looper
75 Looper::~Looper() {
83 void Looper::initTLSKey() {
88 void Looper::threadDestructor(void *st) {
89 Looper* cons
[all...]
/system/core/include/utils/
H A DLooper.h30 * NOTE: Since Looper is used to implement the NDK ALooper, the Looper
48 * A message that can be posted to a Looper.
60 * Interface for a Looper message handler.
62 * The Looper holds a strong reference to the message handler whenever it has
63 * a message to deliver to it. Make sure to call Looper::removeMessages
136 class Looper : public RefBase { class in namespace:android
138 virtual ~Looper();
229 Looper(bool allowNonCallbacks);
333 * be released at the appropriate time by the Looper
[all...]
/system/core/libutils/include/utils/
H A DLooper.h30 * NOTE: Since Looper is used to implement the NDK ALooper, the Looper
48 * A message that can be posted to a Looper.
60 * Interface for a Looper message handler.
62 * The Looper holds a strong reference to the message handler whenever it has
63 * a message to deliver to it. Make sure to call Looper::removeMessages
136 class Looper : public RefBase { class in namespace:android
138 virtual ~Looper();
229 Looper(bool allowNonCallbacks);
333 * be released at the appropriate time by the Looper
[all...]

Completed in 189 milliseconds