Searched defs:mainThread (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/window/ |
| D | WindowProviderService.java | 104 public final Context createServiceBaseContext(ActivityThread mainThread, in createServiceBaseContext()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
| D | WMShellConcurrencyModule.java | 83 HandlerThread mainThread = new HandlerThread("wmshell.main", THREAD_PRIORITY_DISPLAY); in provideShellMainHandler() local
|
| /frameworks/base/core/java/android/app/ |
| D | ContextImpl.java | 2964 static ContextImpl createSystemContext(ActivityThread mainThread) { in createSystemContext() 3002 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo) { in createAppContext() 3006 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo, in createAppContext() 3018 static ContextImpl createActivityContext(ActivityThread mainThread, in createActivityContext() 3080 private ContextImpl(@Nullable ContextImpl container, @NonNull ActivityThread mainThread, in ContextImpl() 3309 public ApplicationContentResolver(Context context, ActivityThread mainThread) { in ApplicationContentResolver()
|
| /frameworks/av/services/audioflinger/ |
| D | Threads.cpp | 6739 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) in DuplicatingThread()
|