Searched refs:ahwb (Results 1 – 1 of 1) sorted by relevance
65 auto ahwb = std::make_unique<TestBlobAHWB>(size); in create() local66 return ahwb->mIsValid ? std::move(ahwb) : nullptr; in create()