Home
last modified time | relevance | path

Searched refs:id2 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXthreads.h260 # define xthread_equal(id1,id2) pthread_equal(id1, id2) argument
265 # define xthread_equal(id1,id2) pthread_equal(id1, id2) argument
300 # define xthread_equal(id1,id2) ((id1) == (id2)) argument
/hardware/google/aemu/host-common/
DHostmemIdMapping_unittest.cpp95 auto id2 = m.add(&entry2); in TEST() local
104 entry = m.get(id2); in TEST()
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp238 auto id2 = healthMonitor.startMonitoringTask(std::make_unique<EventHangMetadata>()); in TEST_F() local
240 healthMonitor.stopMonitoringTask(id2); in TEST_F()
303 auto id2 = healthMonitor.startMonitoringTask(std::make_unique<EventHangMetadata>()); in TEST_F() local
307 healthMonitor.stopMonitoringTask(id2); in TEST_F()
332 auto id2 = healthMonitor.startMonitoringTask(std::make_unique<EventHangMetadata>()); in TEST_F() local
335 healthMonitor.stopMonitoringTask(id2); in TEST_F()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp367 auto& id2 = info2.selector.primaryId; in operator ()() local
368 return id1.type == id2.type && id1.value == id2.value; in operator ()()
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraBufferTest.cpp106 const auto [id2, handle2] = evsCam->useBuffer_unsafe(); in TEST()
116 evsCam->returnBuffer_unsafe(id2); in TEST()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsCamera.cpp377 const std::size_t id2 = mBufferPosToId[pos2]; in swapBufferFrames_unsafe() local
379 std::swap(mBufferIdToPos[id1], mBufferIdToPos[id2]); in swapBufferFrames_unsafe()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp425 const ProgramIdentifier& id2 = info2.selector.primaryId; in operator ()() local
426 return id1.type == id2.type && id1.value == id2.value; in operator ()()
/hardware/interfaces/automotive/sv/1.0/
Dtypes.hal339 * Data: | id1 | V1 | V2 | V3 | V4 | id2 | V1 | V2 | V3 |...
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2207 int32_t id2; in TEST_P() local
2208 ASSERT_IS_OK(module->generateHwAvSyncId(&id2)); in TEST_P()
2209 EXPECT_NE(id1, id2) << "HW AV Sync IDs must be unique"; in TEST_P()