Searched refs:mInputAllocators (Results 1 – 3 of 3) sorted by relevance
160 DefineParam(mInputAllocators, C2_PARAMKEY_INPUT_ALLOCATORS) in BaseParams()162 .withFields({ C2F(mInputAllocators, m.values[0]).any(), in BaseParams()163 C2F(mInputAllocators, m.values).inRange(0, 1) }) in BaseParams()
169 std::shared_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member
1996 mInputAllocators.reset( in init()2022 return mInputAllocators ? *mInputAllocators : *sInvalidated; in getInputAllocators()2030 std::unique_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member in android::IntfCache