Searched refs:mT (Results 1 – 7 of 7) sorted by relevance
124 explicit ScopedAResource(T t = DEFAULT) : mT(t) {} in mT() function135 Destroy(mT); in set()136 mT = t; in set()142 T get() { return mT; } in get()147 const T get() const { return mT; } in get()161 T* getR() { return &mT; } in getR()168 ScopedAResource(ScopedAResource&& other) : mT(std::move(other.mT)) { other.mT = DEFAULT; } in ScopedAResource()170 set(other.mT);171 other.mT = DEFAULT;176 T mT;
28 private Type mT; field in UT_refcount40 mT = typeBuilder.create(); in initializeGlobals()41 mA = Allocation.createTyped(RS, mT); in initializeGlobals()52 mT.destroy(); in run()
26 private Type mT; field in UT_refcount38 mT = typeBuilder.create(); in initializeGlobals()39 mA = Allocation.createTyped(RS, mT); in initializeGlobals()50 mT.destroy(); in run()
376 private long[] mT = new long[COUNT * 2]; field in LegacySensorManager.LmsFilter401 mT[mIndex] = time; in filter()403 mT[mIndex - COUNT] = time; in filter()413 final float T = (mT[j] / 2 + mT[j + 1] / 2 - time) * ns; in filter()414 float dT = (mT[j] - mT[j + 1]) * ns; in filter()
53 private long mT; field in TestLatencyView70 mDT = t - mT; in onTouchEvent()71 mT = t; in onTouchEvent()
227 return mT; in get()231 …C2Acquirable(c2_status_t error, C2Fence fence, T t) : C2Fence(fence), mInitialError(error), mT(t) … in C2Acquirable()235 T mT; // TODO: move instead of copy variable
23901 Landroid/hardware/LegacySensorManager$LmsFilter;->mT:[J