OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOutputsForDevice
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
478
SortedVector<audio_io_handle_t>
getOutputsForDevice
(audio_devices_t device,
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
682
SortedVector<audio_io_handle_t> outputs =
getOutputsForDevice
(device, mOutputs);
698
// devices (the list was previously build by
getOutputsForDevice
()).
[
all
...]
/frameworks/av/services/audiopolicy/
AudioPolicyManager.h
[
all
...]
AudioPolicyManager.cpp
536
getOutputsForDevice
(rxDevice, mOutputs);
577
getOutputsForDevice
(AUDIO_DEVICE_OUT_TELEPHONY_TX, mOutputs);
[
all
...]
Completed in 77 milliseconds