Searched defs:info2 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1988 InputDeviceInfo info2; local
1989 mapper->populateDeviceInfo(&info2);
1991 ASSERT_NO_FATAL_FAILURE(assertMotionRange(info2,
1994 ASSERT_NO_FATAL_FAILURE(assertMotionRange(info2,
1997 ASSERT_NO_FATAL_FAILURE(assertMotionRange(info2,
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp371 const StreamInfo &info2 = infos.itemAt(1); local
378 && info2.mPID == s2->pid() && info2.mType == s1->type();
382 && info2.mPID == s1->pid() && info2.mType == s2->type();

Completed in 3543 milliseconds