Searched refs:mLastKey (Results 1 – 3 of 3) sorted by relevance
44 private Key mLastKey; field in VoiceCallRatTracker75 mLastKey = null; in clear()83 if (mLastKey != null) { in add()89 addToKey(mLastKey, durationMillis, connectionIds); in add()96 mLastKey = key; in add()102 if (mLastKey != null) { in conclude()108 Value value = mRatUsageMap.get(mLastKey); in conclude()
190 Key_t mLastKey; member in android::renderscript::RsdCpuScriptIntrinsicColorMatrix894 uint32_t vsin = cp->mLastKey.u.inVecSize; in kernel()895 uint32_t vsout = cp->mLastKey.u.outVecSize; in kernel()896 bool floatIn = !!cp->mLastKey.u.inType; in kernel()897 bool floatOut = !!cp->mLastKey.u.outType; in kernel()917 … if (cp->mLastKey.u.inType == RS_TYPE_FLOAT_32 || cp->mLastKey.u.outType == RS_TYPE_FLOAT_32) { in kernel()970 if ((mOptKernel == nullptr) || (mLastKey.key != key.key)) { in preLaunch()973 mLastKey = key; in preLaunch()977 if ((mOptKernel == nullptr) || (mLastKey.key != key.key)) { in preLaunch()1005 mLastKey = key; in preLaunch()[all …]
203 private int mLastKey; field in KeyboardView1272 mLastKey = NOT_A_KEY;1310 mLastKey = mCurrentKey;1339 mLastKey = mCurrentKey;1345 && mLastKey != NOT_A_KEY) {1346 mCurrentKey = mLastKey;