Home | History | Annotate | Download | only in audiopolicy

Lines Matching full:manager

31 // between the platform specific audio policy manager and Android generic audio policy manager.
32 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
36 // The platform specific audio policy manager is in charge of the audio routing and volume control
40 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
42 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that
44 // When the AudioTrack object is released, a putOutput() query is received and the audio policy manager can decide
51 // The platform specific audio policy manager is provided as a shared library by platform vendors (as for libaudio.so)
55 // Audio Policy Manager Interface
117 // indicates to the audio policy manager that the output starts being used by corresponding stream.
121 // indicates to the audio policy manager that the output stops being used by corresponding stream.
141 // indicates to the audio policy manager that the input starts being used.
144 // indicates to the audio policy manager that the input stops being used.
255 // in case the audio policy manager has no specific requirements for the output being opened.
257 // The audio policy manager can check if the proposed parameters are suitable or not and act accordingly.
301 // function enabling to send proprietary informations directly from audio policy manager to audio hardware interface.
303 // function enabling to receive proprietary informations directly from audio hardware interface to audio policy manager.