Searched refs:TestPreparedModelLatest (Results 1 – 2 of 2) sorted by relevance
75 class TestPreparedModelLatest : public V1_3::IPreparedModel { class81 TestPreparedModelLatest(sp<V1_0::IPreparedModel> preparedModel, V1_3::ErrorStatus errorStatus) in TestPreparedModelLatest() function in android::__anon90c3facf0111::TestPreparedModelLatest269 std::atomic<bool> TestPreparedModelLatest::mPauseExecutions = false;270 std::atomic<unsigned int> TestPreparedModelLatest::mExecutionsInFlight = 0;272 using TestPreparedModel13 = TestPreparedModelLatest;278 : mLatestPreparedModel(new TestPreparedModelLatest(preparedModel, errorStatus)) {} in TestPreparedModel12()314 : mLatestPreparedModel(new TestPreparedModelLatest(preparedModel, errorStatus)) {} in TestPreparedModel10()684 TestPreparedModelLatest::waitForExecutionToBegin(); in getDimensionsWhileRunning()767 TestPreparedModelLatest::pauseExecutions(true); in TestWait()771 TestPreparedModelLatest::pauseExecutions(false); in TestWait()[all …]
422 class TestPreparedModelLatest : public SamplePreparedModel { class424 TestPreparedModelLatest(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModelLatest() function in __anon0350d7ad0111::test_drivers::TestPreparedModelLatest623 std::atomic<bool> TestPreparedModelLatest::mPauseExecutions = false;624 std::atomic<unsigned int> TestPreparedModelLatest::mExecutionsInFlight = 0;626 using TestPreparedModel13 = TestPreparedModelLatest;632 : mLatestPreparedModel(new TestPreparedModelLatest(model, driver, success)) {} in TestPreparedModel12()668 : mLatestPreparedModel(new TestPreparedModelLatest(model, driver, success)) {} in TestPreparedModel10()914 TestPreparedModelLatest::waitForExecutionToBegin(); in TEST_P()941 TestPreparedModelLatest::pauseExecutions(true); in TEST_P()945 TestPreparedModelLatest::pauseExecutions(false); in TEST_P()[all …]