Searched refs:patchFound (Results 1 – 2 of 2) sorted by relevance
232 bool patchFound; in TEST_F() local242 ASSERT_NO_FATAL_FAILURE(anyPatchContainsInputDevice(port.id, patchFound)); in TEST_F()243 EXPECT_EQ(true, patchFound); in TEST_F()253 ASSERT_NO_FATAL_FAILURE(anyPatchContainsInputDevice(port.id, patchFound)); in TEST_F()254 EXPECT_EQ(false, patchFound); in TEST_F()267 bool patchFound = false; in TEST_F() local307 ASSERT_NO_FATAL_FAILURE(anyPatchContainsInputDevice(sourcePort.id, patchFound)); in TEST_F()308 EXPECT_EQ(true, patchFound); in TEST_F()317 ASSERT_NO_FATAL_FAILURE(anyPatchContainsInputDevice(sourcePort.id, patchFound)); in TEST_F()318 EXPECT_EQ(false, patchFound); in TEST_F()
825 boolean patchFound = false; in recordingCallbackFromNative()829 patchFound = true; in recordingCallbackFromNative()833 if (!patchFound) { in recordingCallbackFromNative()