Home | History | Annotate | Download | only in hardware_legacy

Lines Matching full:policy

30 // between the platform specific audio policy manager and Android generic audio policy manager.
31 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
35 // The platform specific audio policy manager is in charge of the audio routing and volume control
39 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
41 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that
43 // When the AudioTrack object is released, a putOutput() query is received and the audio policy manager can decide
50 // The platform specific audio policy manager is provided as a shared library by platform vendors (as for libaudio.so)
54 // Audio Policy Manager Interface
93 // indicates to the audio policy manager that the output starts being used by corresponding stream.
95 // indicates to the audio policy manager that the output stops being used by corresponding stream.
106 // indicates to the audio policy manager that the input starts being used.
108 // indicates to the audio policy manager that the input stops being used.
132 // Audio Policy client Interface
143 // in case the audio policy manager has no specific requirements for the output being opened.
145 // The audio policy manager can check if the proposed parameters are suitable or not and act accordingly.
186 // function enabling to send proprietary informations directly from audio policy manager to audio hardware interface.
188 // function enabling to receive proprietary informations directly from audio hardware interface to audio policy manager.