OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceForStrategy
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp
131
getDeviceForStrategy
(STRATEGY_MEDIA, true /*fromCache*/));
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
368
getDeviceForStrategy
(STRATEGY_MEDIA, true /*fromCache*/));
371
getDeviceForStrategy
(STRATEGY_SONIFICATION, true /*fromCache*/));
540
audio_devices_t device =
getDeviceForStrategy
(strategy, false /*fromCache*/);
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
356
virtual audio_devices_t
getDeviceForStrategy
(routing_strategy strategy,
442
// see
getDeviceForStrategy
() for the use of fromCache parameter
448
// cached values are used by
getDeviceForStrategy
() if parameter fromCache is true.
Completed in 27 milliseconds