summaryrefslogtreecommitdiffstats
path: root/src/handsfree-audio.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-20handsfree-audio: Call Agent "Release" when exitingClaudio Takahasi1-1/+14
This patch notifies the Agent implementation that it is no longer registered to the service daemon.
2013-02-20handsfree-audio: Add Agent "Unregister"Claudio Takahasi1-1/+24
This patch implements the "Unregister" method of the Handsfree Audio Manager. The agent is unregistered if sender and path match.
2013-02-20handsfree-audio: Free agent when exitingClaudio Takahasi1-0/+11
Free agent allocated resources when oFono exits.
2013-02-20handsfree-audio: Add codec array validationVinicius Costa Gomes1-1/+13
This patch checks if the codec array included in the "Register" method contains valid codec ID's.
2013-02-20handsfree-audio: Add Agent "Register" methodClaudio Takahasi1-1/+38
This patch adds the initial Handsfree Audio Manager "Register" method implementation. It adds the parsing of the arguments included in the message and checks if there is an agent registered already.
2013-02-20handsfree-audio: Add Manager registrationClaudio Takahasi1-0/+81
Adds the initial implementation of new experimental Handsfree Audio Manager interface. This patch adds the interface registration and the declaration of it's methods.