Searched refs:CheckIfFullLoad (Results 1 – 4 of 4) sorted by relevance
71 EXPECT_TRUE(mArbitrator->CheckIfFullLoad(false)); in testRemoveResource()79 EXPECT_FALSE(mArbitrator->CheckIfFullLoad(false)); in testRemoveResource()84 EXPECT_FALSE(mArbitrator->CheckIfFullLoad(false)); in testCheckFullLoad()86 EXPECT_TRUE(mArbitrator->CheckIfFullLoad(false)); in testCheckFullLoad()
89 if (mArbitrator->CheckIfFullLoad(true/*encoder*/)) { in MRM_OMX_CheckIfFullLoad()97 if (mArbitrator->CheckIfFullLoad(false/*decoder*/)) { in MRM_OMX_CheckIfFullLoad()160 if (mArbitrator->CheckIfFullLoad(codecInfo.isEncoder)) { in MRM_OMX_SetParameter()
108 bool CheckIfFullLoad(bool isEncoder);
60 bool MediaResourceArbitrator::CheckIfFullLoad(bool isEncoder) { in CheckIfFullLoad() function in MediaResourceArbitrator80 if (CheckIfFullLoad(isEncoder) == true) { in AddResource()