Searched defs:mainThread (Results 1 – 2 of 2) sorted by relevance
2476 static ContextImpl createSystemContext(ActivityThread mainThread) { in createSystemContext()2512 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo) { in createAppContext()2516 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo, in createAppContext()2526 static ContextImpl createActivityContext(ActivityThread mainThread, in createActivityContext()2575 private ContextImpl(@Nullable ContextImpl container, @NonNull ActivityThread mainThread, in ContextImpl()2757 public ApplicationContentResolver(Context context, ActivityThread mainThread) { in ApplicationContentResolver()
6471 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) in DuplicatingThread()