HomeSort by relevance Sort by last modified time
    Searched refs:BinderWatcher (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
binder_watcher.h 27 class BinderWatcher final {
29 // Construct the BinderWatcher using the passed |message_loop| if not null or
31 explicit BinderWatcher(MessageLoop* message_loop);
32 BinderWatcher();
33 ~BinderWatcher();
42 DISALLOW_COPY_AND_ASSIGN(BinderWatcher);
binder_watcher.cc 36 BinderWatcher::BinderWatcher(MessageLoop* message_loop)
39 BinderWatcher::BinderWatcher() : message_loop_(nullptr) {}
41 BinderWatcher::~BinderWatcher() {
46 bool BinderWatcher::Init() {
50 LOG(ERROR) << "Must initialize a brillo::MessageLoop to use BinderWatcher";

Completed in 1102 milliseconds