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
2563 mInputAllocators.reset( in init()2589 return mInputAllocators ? *mInputAllocators : *sInvalidated; in getInputAllocators()2597 std::unique_ptr<C2PortAllocatorsTuning::input> mInputAllocators; member in android::IntfCache