Searched refs:ExecuteWithCheck (Results 1 – 2 of 2) sorted by relevance
512 …return ExecuteWithCheck([this] { return state_.load() != VPEState::IDLE; }, std::move(operation), … in ExecuteWhenIdle()518 …return ExecuteWithCheck([this] { return state_.load() == VPEState::IDLE; }, std::move(operation), … in ExecuteWhenNotIdle()524 …return ExecuteWithCheck([this] { return state_.load() != VPEState::RUNNING; }, std::move(operation… in ExecuteWhenRunning()527 VideoProcessing_ErrorCode VideoProcessingNative::ExecuteWithCheck(std::function<bool(void)>&& check… in ExecuteWithCheck() function in VideoProcessingNative
120 VideoProcessing_ErrorCode ExecuteWithCheck(std::function<bool(void)>&& checker,