Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DHostmemIdMapping_unittest.cpp87 auto id1 = m.add(&entry1); in TEST() local
99 auto entry = m.get(id1); in TEST()
/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/interfaces/broadcastradio/common/utils2x/
DUtils.cpp366 auto& id1 = info1.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.cpp105 const auto [id1, handle1] = evsCam->useBuffer_unsafe(); in TEST()
114 evsCam->returnBuffer_unsafe(id1); in TEST()
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp301 auto id1 = healthMonitor.startMonitoringTask(std::make_unique<EventHangMetadata>()); in TEST_F() local
305 healthMonitor.stopMonitoringTask(id1); in TEST_F()
331 auto id1 = healthMonitor.startMonitoringTask(std::make_unique<EventHangMetadata>()); in TEST_F() local
334 healthMonitor.stopMonitoringTask(id1); in TEST_F()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsCamera.cpp376 const std::size_t id1 = mBufferPosToId[pos1]; in swapBufferFrames_unsafe() local
379 std::swap(mBufferIdToPos[id1], mBufferIdToPos[id2]); in swapBufferFrames_unsafe()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp424 const ProgramIdentifier& id1 = info1.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.cpp2200 int32_t id1; in TEST_P() local
2201 ndk::ScopedAStatus status = module->generateHwAvSyncId(&id1); in TEST_P()
2209 EXPECT_NE(id1, id2) << "HW AV Sync IDs must be unique"; in TEST_P()