Searched refs:mMainThread (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 196 final @NonNull ActivityThread mMainThread; field in ContextImpl 324 return mMainThread.getLooper(); in getMainLooper() 329 return mMainThread.getExecutor(); in getMainExecutor() 335 mPackageInfo.getApplication() : mMainThread.getApplication(); in getApplicationContext() 974 mMainThread.getInstrumentation().execStartActivity( in startActivity() 975 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivity() 984 mMainThread.getApplicationThread(), getBasePackageName(), intent, in startActivityAsUser() 1008 return mMainThread.getInstrumentation().execStartActivitiesAsUser( in startActivitiesAsUser() 1009 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivitiesAsUser() 1022 mMainThread.getInstrumentation().execStartActivities( in startActivities() [all …]
|
D | SystemServiceRegistry.java | 257 return new ActivityManager(ctx.getOuterContext(), ctx.mMainThread.getHandler()); in registerService() 265 ctx.getOuterContext(), ctx.mMainThread.getHandler()); in registerService() 273 ctx.getOuterContext(), ctx.mMainThread.getHandler()); in registerService() 326 ctx.mMainThread.getHandler()); in registerService() 546 ctx.mMainThread.getHandler()); in registerService() 565 service, ctx.mMainThread.getHandler()); in registerService() 582 ctx.mMainThread.getHandler()); in registerService() 590 ctx.mMainThread.getHandler().getLooper()); in registerService() 618 return new StorageManager(ctx, ctx.mMainThread.getHandler().getLooper()); in registerService() 760 ctx.mMainThread.getHandler()); in registerService() [all …]
|
D | Activity.java | 810 /*package*/ ActivityThread mMainThread; field in Activity 5211 this, mMainThread.getApplicationThread(), mToken, this, 5214 mMainThread.sendActivityResult( 5306 this, mMainThread.getApplicationThread(), mToken, resultWho, intent, requestCode, 5309 mMainThread.sendActivityResult( 5344 this, mMainThread.getApplicationThread(), mToken, mEmbeddedID, in startActivityAsUser() 5347 mMainThread.sendActivityResult( in startActivityAsUser() 5378 this, mMainThread.getApplicationThread(), mToken, this, in startActivityAsCaller() 5381 mMainThread.sendActivityResult( in startActivityAsCaller() 5465 .startActivityIntentSender(mMainThread.getApplicationThread(), in startIntentSenderForResultInner() [all …]
|
D | ApplicationPackageManager.java | 1526 return mContext.mMainThread.getSystemUiContext().getResources(); in getResourcesForApplication() 1529 final Resources r = mContext.mMainThread.getTopLevelResources( in getResourcesForApplication() 1557 return mContext.mMainThread.getSystemUiContext().getResources(); in getResourcesForApplicationAsUser()
|
D | ActivityThread.java | 574 activity.mMainThread.handleActivityConfigurationChanged(token, overrideConfig, in init()
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | InputBufferManager.h | 276 std::thread mMainThread; member
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputBufferManager.cpp | 445 : mMainThread{&InputBufferManager::main, this} { in InputBufferManager()
|