Searched defs:info2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp379 const StreamInfo &info2 = infos.itemAt(1); local
386 && info2.mPID == s2->pid() && info2.mType == s1->type();
390 && info2.mPID == s1->pid() && info2.mType == s2->type();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2008 InputDeviceInfo info2; local
2009 mapper->populateDeviceInfo(&info2);
2011 ASSERT_NO_FATAL_FAILURE(assertMotionRange(info2,
2014 ASSERT_NO_FATAL_FAILURE(assertMotionRange(info2,
2017 ASSERT_NO_FATAL_FAILURE(assertMotionRange(info2,

Completed in 33 milliseconds