Searched defs:getLooper (Results 1 - 21 of 21) 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/av/media/libstagefright/foundation/include/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/av/media/libstagefright/include/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/app/
H A DEphemeralResolverService.java83 public Looper getLooper() { method in class:EphemeralResolverService
84 return super.getLooper();
H A DInstantAppResolverService.java78 Looper getLooper() { method in class:InstantAppResolverService
85 mHandler = new ServiceHandler(getLooper());
H A DActivityThread.java2180 public Looper getLooper() { method in class:ActivityThread
/frameworks/base/core/java/android/os/
H A DHandlerThread.java75 public Looper getLooper() { method in class:HandlerThread
99 mHandler = new Handler(getLooper());
124 Looper looper = getLooper();
143 * {@link #getLooper} returns null), then false is returned.
151 Looper looper = getLooper();
H A DHandler.java726 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/base/tests/utils/testutils/java/android/os/test/
H A DTestLooper.java82 public Looper getLooper() { method in class:TestLooper
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp82 sp<Looper> SensorEventQueue::getLooper() const function in class:android::SensorEventQueue
95 sp<Looper> looper(getLooper());
119 sp<Looper> looper(getLooper());
/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp32 sp<Looper> getLooper() { function in namespace:android::frameworks::displayservice::V1_0::implementation
50 mLooperAttached = getLooper()->addFd(mFwkReceiver.getFd(),
68 return getLooper()->removeFd(mFwkReceiver.getFd());
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java65 public Looper getLooper() { method in class:TestableLooper
172 new Handler(getLooper()).post(() -> {
298 return mHandlerThread.getLooper();
/frameworks/native/services/sensorservice/hidl/
H A DSensorManager.cpp131 sp<::android::Looper> SensorManager::getLooper() { function in class:android::frameworks::sensorservice::V1_0::implementation::SensorManager
198 sp<::android::Looper> looper = getLooper();
/frameworks/native/services/sensorservice/
H A DSensorService.cpp708 sp<Looper> SensorService::getLooper() const { function in class:android::SensorService
748 sp<Looper> looper = mService->getLooper();
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java134 public Looper getLooper() { method in class:ZenModeHelper
135 return mHandler.getLooper();

Completed in 1203 milliseconds