summaryrefslogtreecommitdiffstats
path: root/include/sysutils/FrameworkListener.h
Commit message (Collapse)AuthorAgeFilesLines
* logd: libsysutils: logd startup outside init environmentMark Salyzyn2014-04-171-0/+1
| | | | Change-Id: I3426b6c3eebdd0c8258e966dcaaaa2825d7a23d1
* libsysutils: Increase command buffersize and command argsJosef Kindberg2012-11-121-1/+2
| | | | | | | Needed to support tethering of multiple remote Bluetooth devices. Change-Id: I9f736affd83226e8b2fa4f0faacd3654175dd8c9 Signed-off-by: Patrik Ryd <patrik.ryd@stericsson.com>
* New NativeDaemonConnector protocol adds a seqnum.Robert Greenwalt2012-03-051-0/+7
| | | | | | | | | | Allows for one socket to be multiplexed for multiple requests. Doesn't use command sequence numbers for broadcasts - would make no sense. Doesn't alter current default behavior so OEM's using these classes won't notice a difference. bug:5864209 Change-Id: Ie3b19c4f81eea868569229a365c8cb7de249c2dd
* Revert "New NativeDaemonConnector protocol adds a seqnum."Guang Zhu2012-02-071-4/+0
| | | | | | | | Reverting because it seems to break `adb reboot` This reverts commit dc58e73071aa829a5038caf37211f6b3e2d7b275. Change-Id: Ib8cc4379254694398cbb7f3e7a64c20e1ed8c1ba
* New NativeDaemonConnector protocol adds a seqnum.Robert Greenwalt2012-02-071-0/+4
| | | | | | | Allows for one socket to be multiplexed for multiple requests. bug:5864209 Change-Id: I934c88da25d95e093371f455442bdf2f0ed7a4f4
* sysutils: Increase number of command arguments to 16Dmitry Shmidt2010-03-091-1/+1
| | | | | Change-Id: I0bba579634b334d24645c2af55ab3fab6da03fc6 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* libsysutils: Move to a null terminated string protocol using space as a ↵San Mehat2009-06-151-1/+3
| | | | | | | | field separator. Also removes some debugging Signed-off-by: San Mehat <san@google.com>
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-101-2/+4
|
* libsysutils: New C++ system convenience librarySan Mehat2009-05-061-0/+37
This library contains re-usable classes for common system level daemons. Initial consumers of this library are 'nexus' and 'vold2' Signed-off-by: San Mehat <san@google.com>