Searched defs:getLooper (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.h28 inline sp<Looper> getLooper() const { function in class:android::MessageQueue
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h44 wp<ALooper> getLooper() const { function in struct:android::AHandler
H A DAMessage.h46 sp<ALooper> getLooper() const { function in struct:android::AReplyToken
/frameworks/base/core/java/android/os/
H A DHandlerThread.java71 public Looper getLooper() { method in class:HandlerThread
108 Looper looper = getLooper();
127 * {@link #getLooper} returns null), then false is returned.
135 Looper looper = getLooper();
H A DHandler.java688 public final Looper getLooper() { method in class:Handler
/frameworks/base/core/java/com/android/internal/view/
H A DWindowManagerPolicyThread.java38 public static Looper getLooper() { method in class:WindowManagerPolicyThread
/frameworks/base/core/tests/coretests/src/android/os/
H A DTestHandlerThread.java61 public Looper getLooper() { method in class:TestHandlerThread
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp85 sp<Looper> SensorEventQueue::getLooper() const function in class:android::SensorEventQueue
98 sp<Looper> looper(getLooper());
122 sp<Looper> looper(getLooper());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java113 mLooper = ht.getLooper();
153 public Looper getLooper() { method in class:QSTileHost
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java85 mHandler = new H(host.getLooper());
327 Looper getLooper(); method in interface:QSTile.Host
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java109 public Looper getLooper() { method in class:ZenModeHelper
110 return mHandler.getLooper();
/frameworks/native/services/sensorservice/
H A DSensorService.cpp609 sp<Looper> SensorService::getLooper() const { function in class:android::SensorService
649 sp<Looper> looper = mService->getLooper();
1679 updateLooperRegistrationLocked(mService->getLooper());
1791 updateLooperRegistrationLocked(mService->getLooper());
1860 updateLooperRegistrationLocked(mService->getLooper());
/frameworks/base/core/java/android/app/
H A DActivityThread.java1874 public Looper getLooper() { method in class:ActivityThread

Completed in 616 milliseconds