Searched refs:strategyRefCount (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h181 uint32_t strategyRefCount(routing_strategy strategy);
182 bool isUsedByStrategy(routing_strategy strategy) { return (strategyRefCount(strategy) != 0);}
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1374 uint32_t refCount = hwOutputDesc->strategyRefCount(STRATEGY_SONIFICATION);
1375 refCount += hwOutputDesc->strategyRefCount(STRATEGY_ENFORCED_AUDIBLE);
1406 uint32_t refCount = mOutputs.valueFor(mHardwareOutput)->strategyRefCount(STRATEGY_SONIFICATION);
1407 refCount += mOutputs.valueFor(mHardwareOutput)->strategyRefCount(STRATEGY_ENFORCED_AUDIBLE);
2326 uint32_t AudioPolicyManagerBase::AudioOutputDescriptor::strategyRefCount(routing_strategy strategy) function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor

Completed in 8 milliseconds