commit | 0f1005180513e880bf7c90a3f2c2bf1a36aa1406 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Wed Jan 24 16:51:41 2018 -0800 |
committer | Suren Baghdasaryan <surenb@google.com> | Wed Jan 31 18:10:49 2018 +0000 |
tree | f2626fd6a8d817765dce8346ff43d6015267195f | |
parent | bd73476dce4c7380908439d8b3d32c8c09d3c8da [diff] |
lmkd: Introduce liblmkd_utils for communicating with lmkd process A number of tools and tests require communication with lmkd. In order to avoid code duplication liblmkd_utils implements functions commonly used when interacting with lmkd process. Isolate communication protocol details into lmkd.h Bug: 63631020 Change-Id: Id840983d55b7db60013d52dee0c3187943811822 Signed-off-by: Suren Baghdasaryan <surenb@google.com>