OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_stream_volume
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
audio_policy.h
178
void (*
init_stream_volume
)(struct audio_policy *pol,
member in struct:audio_policy
184
* index. The index is within the range specified by
init_stream_volume
() */
196
* The index is within the range specified by
init_stream_volume
() */
/hardware/libhardware/modules/audio/
audio_policy.c
267
dap->policy.
init_stream_volume
= ap_init_stream_volume;
/hardware/libhardware_legacy/audio/
audio_policy_hal.cpp
356
lap->policy.
init_stream_volume
= ap_init_stream_volume;
/hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp
357
qap->policy.
init_stream_volume
= ap_init_stream_volume;
/frameworks/av/services/audioflinger/
AudioPolicyService.cpp
374
mpAudioPolicy->
init_stream_volume
(mpAudioPolicy, stream, indexMin, indexMax);
[
all
...]
Completed in 6155 milliseconds