Home
last modified time | relevance | path

Searched refs:tid1 (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DCommonPoolTests.cpp94 auto tid1 = f1.get(); in TEST() local
96 EXPECT_EQ(tid1, tid2); in TEST()
97 EXPECT_NE(gettid(), tid1); in TEST()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java1497 short tid1 = transactionId.getValue(); in testMatchAndMessages() local
1498 mDut.onMessageSendQueuedSuccessResponse(tid1); in testMatchAndMessages()
1512 mDut.onMessageSendFailNotification(tid1, reasonFail); in testMatchAndMessages()