Searched refs:TestPreparedModelLatest (Results 1 – 2 of 2) sorted by relevance
68 class TestPreparedModelLatest : public IPreparedModel { class74 TestPreparedModelLatest(sp<V1_0::IPreparedModel> preparedModel, ErrorStatus errorStatus) in TestPreparedModelLatest() function in android::__anon50a6e8490111::TestPreparedModelLatest242 std::atomic<bool> TestPreparedModelLatest::mPauseExecutions = false;243 std::atomic<unsigned int> TestPreparedModelLatest::mExecutionsInFlight = 0;245 using TestPreparedModel13 = TestPreparedModelLatest;251 : mLatestPreparedModel(new TestPreparedModelLatest(preparedModel, errorStatus)) {} in TestPreparedModel12()285 : mLatestPreparedModel(new TestPreparedModelLatest(preparedModel, errorStatus)) {} in TestPreparedModel10()705 TestPreparedModelLatest::waitForExecutionToBegin(); in TestWait()715 TestPreparedModelLatest::pauseExecutions(true); in TestWait()719 TestPreparedModelLatest::pauseExecutions(false); in TestWait()[all …]
416 class TestPreparedModelLatest : public SamplePreparedModel { class418 TestPreparedModelLatest(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModelLatest() function in __anon736024e70111::test_drivers::TestPreparedModelLatest599 std::atomic<bool> TestPreparedModelLatest::mPauseExecutions = false;600 std::atomic<unsigned int> TestPreparedModelLatest::mExecutionsInFlight = 0;602 using TestPreparedModel13 = TestPreparedModelLatest;608 : mLatestPreparedModel(new TestPreparedModelLatest(model, driver, success)) {} in TestPreparedModel12()642 : mLatestPreparedModel(new TestPreparedModelLatest(model, driver, success)) {} in TestPreparedModel10()889 TestPreparedModelLatest::waitForExecutionToBegin(); in TEST_P()916 TestPreparedModelLatest::pauseExecutions(true); in TEST_P()920 TestPreparedModelLatest::pauseExecutions(false); in TEST_P()[all …]