Searched refs:mSelf (Results 1 – 3 of 3) sorted by relevance
476 mSelf = new WeakReference(this); in BinderProxy()501 final private WeakReference mSelf; field in BinderProxy
112 jfieldID mSelf; member586 env->GetObjectField(object, gBinderProxyOffsets.mSelf)); in javaObjectForIBinder()1229 gBinderProxyOffsets.mSelf in int_register_android_os_BinderProxy()1231 assert(gBinderProxyOffsets.mSelf); in int_register_android_os_BinderProxy()
999 static ActivityManagerService mSelf; field in ActivityManagerService1735 ActivityManagerService m = mSelf; in setSystemProcess()1748 mSelf.mContext.getPackageManager().getApplicationInfo( in setSystemProcess()1752 synchronized (mSelf) { in setSystemProcess()1753 ProcessRecord app = mSelf.newProcessRecordLocked(info, in setSystemProcess()1758 app.makeActive(mSystemThread.getApplicationThread(), mSelf.mProcessStats); in setSystemProcess()1759 mSelf.mProcessNames.put(app.processName, app.uid, app); in setSystemProcess()1760 synchronized (mSelf.mPidsSelfLocked) { in setSystemProcess()1761 mSelf.mPidsSelfLocked.put(app.pid, app); in setSystemProcess()1763 mSelf.updateLruProcessLocked(app, false, null); in setSystemProcess()[all …]