OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:routing_strategy
(Results
1 - 6
of
6
) sorted by null
/hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.h
51
virtual uint32_t getDeviceForStrategy(
routing_strategy
strategy, bool fromCache = true);
AudioPolicyManager.cpp
52
uint32_t AudioPolicyManager::getDeviceForStrategy(
routing_strategy
strategy, bool fromCache)
/hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.h
51
virtual uint32_t getDeviceForStrategy(
routing_strategy
strategy, bool fromCache = true);
AudioPolicyManager.cpp
52
uint32_t AudioPolicyManager::getDeviceForStrategy(
routing_strategy
strategy, bool fromCache)
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
128
enum
routing_strategy
{
enum in class:android_audio_legacy::AudioPolicyManagerBase
181
uint32_t strategyRefCount(
routing_strategy
strategy);
182
bool isUsedByStrategy(
routing_strategy
strategy) { return (strategyRefCount(strategy) != 0);}
243
routing_strategy
mStrategy; // routing strategy the effect is associated to
252
static
routing_strategy
getStrategy(AudioSystem::stream_type stream);
263
virtual uint32_t getDeviceForStrategy(
routing_strategy
strategy, bool fromCache = true);
280
void setStrategyMute(
routing_strategy
strategy, bool on, audio_io_handle_t output, int delayMs = 0);
305
void checkOutputForStrategy(
routing_strategy
strategy);
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
433
routing_strategy
strategy = getStrategy((AudioSystem::stream_type)stream);
562
routing_strategy
strategy = getStrategy((AudioSystem::stream_type)stream);
609
routing_strategy
strategy = getStrategy((AudioSystem::stream_type)stream);
[
all
...]
Completed in 96 milliseconds