OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createaudiopolicymanager
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware_legacy/audio/
AudioPolicyManagerDefault.cpp
24
extern "C" AudioPolicyInterface*
createAudioPolicyManager
(AudioPolicyClientInterface *clientInterface)
audio_policy_hal.cpp
391
lap->apm =
createAudioPolicyManager
(lap->service_client);
/hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp
39
extern "C" AudioPolicyInterface*
createAudioPolicyManager
(AudioPolicyClientInterface *clientInterface)
audio_policy_hal.cpp
382
qap->apm =
createAudioPolicyManager
(qap->service_client);
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h
257
extern "C" AudioPolicyInterface*
createAudioPolicyManager
(AudioPolicyClientInterface *clientInterface);
AudioPolicyManagerBase.h
64
// class must be implemented as well as the class factory function
createAudioPolicyManager
()
Completed in 584 milliseconds