HomeSort by relevance Sort by last modified time
    Searched defs:brillo (Results 76 - 100 of 208) sorted by null

1 2 34 5 6 7 8 9

  /external/libbrillo/brillo/dbus/
dbus_param_writer_unittest.cc 5 #include <brillo/dbus/dbus_param_writer.h>
9 #include <brillo/any.h>
17 namespace brillo { namespace
189 } // namespace brillo
dbus_service_watcher.h 14 #include <brillo/brillo_export.h>
17 namespace brillo { namespace
51 } // namespace brillo
dbus_signal.h 13 #include <brillo/brillo_export.h>
14 #include <brillo/dbus/dbus_param_writer.h>
17 namespace brillo { namespace
66 } // namespace brillo
exported_object_manager.h 14 #include <brillo/brillo_export.h>
15 #include <brillo/dbus/dbus_object.h>
16 #include <brillo/dbus/exported_property_set.h>
17 #include <brillo/variant_dictionary.h>
23 namespace brillo { namespace
95 const brillo::dbus_utils::AsyncEventSequencer::CompletionAction&
115 brillo::dbus_utils::DBusObject dbus_object_;
133 } // namespace brillo
  /external/libbrillo/brillo/http/
http_connection_fake.h 13 #include <brillo/http/http_connection.h>
14 #include <brillo/http/http_transport_fake.h>
16 namespace brillo { namespace
30 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
31 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
33 bool FinishRequest(brillo::ErrorPtr* error) override;
41 StreamPtr ExtractDataStream(brillo::ErrorPtr* error) override;
60 } // namespace brillo
  /external/libbrillo/brillo/
map_utils_unittest.cc 5 #include <brillo/map_utils.h>
11 namespace brillo { namespace
59 } // namespace brillo
mime_utils.h 14 #include <brillo/brillo_export.h>
16 namespace brillo { namespace
124 } // namespace brillo
unittest_utils.cc 5 #include <brillo/unittest_utils.h>
15 namespace brillo { namespace
53 } // namespace brillo
userdb_utils.cc 5 #include "brillo/userdb_utils.h"
16 namespace brillo { namespace
56 } // namespace brillo
any.cc 5 #include <brillo/any.h>
9 namespace brillo { namespace
79 } // namespace brillo
asynchronous_signal_handler.cc 5 #include "brillo/asynchronous_signal_handler.h"
21 namespace brillo { namespace
108 } // namespace brillo
asynchronous_signal_handler_unittest.cc 5 #include "brillo/asynchronous_signal_handler.h"
17 #include <brillo/message_loops/base_message_loop.h>
20 namespace brillo { namespace
138 } // namespace brillo
backoff_entry.h 9 #include <brillo/brillo_export.h>
11 namespace brillo { namespace
113 } // namespace brillo
backoff_entry_unittest.cc 5 #include <brillo/backoff_entry.h>
11 namespace brillo { namespace
  /external/libbrillo/brillo/message_loops/
fake_message_loop_unittest.cc 5 #include <brillo/message_loops/fake_message_loop.h>
15 #include <brillo/bind_lambda.h>
16 #include <brillo/message_loops/message_loop.h>
23 namespace brillo { namespace
116 } // namespace brillo
  /external/libbrillo/brillo/streams/
memory_stream.h 13 #include <brillo/brillo_export.h>
14 #include <brillo/streams/memory_containers.h>
15 #include <brillo/streams/stream.h>
17 namespace brillo { namespace
19 // MemoryStream is a brillo::Stream implementation for memory buffer. A number
210 } // namespace brillo
stream.h 15 #include <brillo/brillo_export.h>
16 #include <brillo/errors/error.h>
18 namespace brillo { namespace
504 } // namespace brillo
stream_errors.cc 5 #include <brillo/streams/stream_errors.h>
7 namespace brillo { namespace
21 } // namespace brillo
  /external/libbrillo/brillo/strings/
string_utils.h 12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
129 } // namespace brillo
  /system/media/brillo/audio/audioservice/
audio_daemon.h 16 // Main loop of the brillo audio service.
26 #include <brillo/binder_watcher.h>
27 #include <brillo/daemons/daemon.h>
32 namespace brillo { namespace
74 brillo::BinderWatcher binder_watcher_;
77 } // namespace brillo
audio_device_handler.h 33 namespace brillo { namespace
150 } // namespace brillo
  /system/update_engine/
parcelable_update_engine_status.h 24 namespace brillo { namespace in namespace:android
43 } // namespace brillo
  /system/weaved/libweaved/
service.h 25 #include <brillo/errors/error.h>
29 namespace brillo { namespace
31 } // namespace brillo
63 brillo::ErrorPtr* error) = 0;
78 brillo::ErrorPtr* error) = 0;
88 brillo::ErrorPtr* error) = 0;
132 brillo::MessageLoop* message_loop,
  /external/libbrillo/brillo/daemons/
daemon.cc 5 #include <brillo/daemons/daemon.h>
15 namespace brillo { namespace
92 } // namespace brillo
dbus_daemon.h 13 #include <brillo/brillo_export.h>
14 #include <brillo/daemons/daemon.h>
15 #include <brillo/dbus/dbus_connection.h>
16 #include <brillo/dbus/exported_object_manager.h>
19 namespace brillo { namespace
91 } // namespace brillo

Completed in 229 milliseconds

1 2 34 5 6 7 8 9