Searched refs:mMainThread (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 188 final @NonNull ActivityThread mMainThread; field in ContextImpl 316 return mMainThread.getLooper(); in getMainLooper() 321 return mMainThread.getExecutor(); in getMainExecutor() 327 mPackageInfo.getApplication() : mMainThread.getApplication(); in getApplicationContext() 957 mMainThread.getInstrumentation().execStartActivity( in startActivity() 958 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivity() 967 mMainThread.getApplicationThread(), getBasePackageName(), intent, in startActivityAsUser() 991 return mMainThread.getInstrumentation().execStartActivitiesAsUser( in startActivitiesAsUser() 992 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivitiesAsUser() 1005 mMainThread.getInstrumentation().execStartActivities( in startActivities() [all …]
|
D | SystemServiceRegistry.java | 249 return new ActivityManager(ctx.getOuterContext(), ctx.mMainThread.getHandler()); in registerService() 257 ctx.getOuterContext(), ctx.mMainThread.getHandler()); in registerService() 265 ctx.getOuterContext(), ctx.mMainThread.getHandler()); in registerService() 318 ctx.mMainThread.getHandler()); in registerService() 508 ctx.mMainThread.getHandler()); in registerService() 527 service, ctx.mMainThread.getHandler()); in registerService() 544 ctx.mMainThread.getHandler()); in registerService() 552 ctx.mMainThread.getHandler().getLooper()); in registerService() 580 return new StorageManager(ctx, ctx.mMainThread.getHandler().getLooper()); in registerService() 705 ctx.mMainThread.getHandler()); in registerService() [all …]
|
D | Activity.java | 810 /*package*/ ActivityThread mMainThread; field in Activity 5193 this, mMainThread.getApplicationThread(), mToken, this, 5196 mMainThread.sendActivityResult( 5288 this, mMainThread.getApplicationThread(), mToken, resultWho, intent, requestCode, 5291 mMainThread.sendActivityResult( 5326 this, mMainThread.getApplicationThread(), mToken, mEmbeddedID, in startActivityAsUser() 5329 mMainThread.sendActivityResult( in startActivityAsUser() 5360 this, mMainThread.getApplicationThread(), mToken, this, in startActivityAsCaller() 5363 mMainThread.sendActivityResult( in startActivityAsCaller() 5447 .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 | 573 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()
|