Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/telemetry/cartelemetryd/src/
DTelemetryServer.cpp96 for (const TelemetryCallback& tc : callbacksForId) { in addCarDataIds() local
127 for (const TelemetryCallback& tc : callbacksForId) { in removeCarDataIds() local
205 const TelemetryCallback& tc = *it; in removeCallback() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java63 double tc = (a * a * a - a) * derivatives[pivot]; in calculatetCurve() local
104 double tc = (a * a * a - a) * mDerivatives[pivot]; in getValue() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DFunctionUtilsTest.java45 ThrowingConsumer<Boolean> tc = (Boolean error) -> { in testUncheckedExceptionsThrowningConsumer() local
/packages/services/Car/cpp/powerpolicy/server/tests/
DPowerComponentHandlerTest.cpp134 for (const auto& tc : testCases) { in TEST_F() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java196 double tc = (a * a * a - a) * derivatives[pivot]; in getAppliedCurve() local
291 double tc = (a * a * a - a) * derivatives[i]; in draw() local
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dltpf.c534 struct lc3_ltpf_analysis *ltpf, const int16_t *x, int n, int *tc) in detect_pitch()
573 static int refine_pitch(const int16_t *x, int n, int tc, int *pitch) in refine_pitch()
643 int tc, pitch = 0; in lc3_ltpf_analyse() local
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ad.cc40 const AvdtpTransportChannel& tc) { in LookupAvdtpScb()
/packages/modules/Bluetooth/system/embdrv/lc3/include/
Dlc3_private.h94 int tc; member
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDscpPolicyTest.kt341 val tc = buffer.get() in <lambda>() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1323 TextClock tc = new TextClock(context, attrs); in onCreateView() local