Home
last modified time | relevance | path

Searched refs:mLastKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallRatTracker.java44 private Key mLastKey; field in VoiceCallRatTracker
75 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()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp190 Key_t mLastKey; member in android::renderscript::RsdCpuScriptIntrinsicColorMatrix
894 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 …]
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java203 private int mLastKey; field in KeyboardView
1272 mLastKey = NOT_A_KEY;
1310 mLastKey = mCurrentKey;
1339 mLastKey = mCurrentKey;
1345 && mLastKey != NOT_A_KEY) {
1346 mCurrentKey = mLastKey;