Searched defs:mainThread (Results 1 – 2 of 2) sorted by relevance
2417 static ContextImpl createSystemContext(ActivityThread mainThread) { in createSystemContext()2453 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo) { in createAppContext()2457 static ContextImpl createAppContext(ActivityThread mainThread, LoadedApk packageInfo, in createAppContext()2467 static ContextImpl createActivityContext(ActivityThread mainThread, in createActivityContext()2516 private ContextImpl(@Nullable ContextImpl container, @NonNull ActivityThread mainThread, in ContextImpl()2698 public ApplicationContentResolver(Context context, ActivityThread mainThread) { in ApplicationContentResolver()
6420 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) in DuplicatingThread()