HomeSort by relevance Sort by last modified time
    Searched defs:brillo (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /system/media/brillo/audio/audioservice/test/
audio_volume_handler_mock.h 26 namespace brillo { namespace
53 } // namespace brillo
  /system/update_engine/
parcelable_update_engine_status.cc 22 namespace brillo { namespace in namespace:android
76 } // namespace brillo
  /external/libbrillo/brillo/daemons/
dbus_daemon.cc 5 #include <brillo/daemons/dbus_daemon.h>
10 #include <brillo/dbus/async_event_sequencer.h>
11 #include <brillo/dbus/exported_object_manager.h>
13 using brillo::dbus_utils::AsyncEventSequencer;
14 using brillo::dbus_utils::ExportedObjectManager;
16 namespace brillo { namespace
82 } // namespace brillo
  /external/libbrillo/brillo/dbus/
async_event_sequencer.h 15 #include <brillo/brillo_export.h>
17 namespace brillo { namespace
111 } // namespace brillo
dbus_param_reader.h 21 #include <brillo/dbus/data_serialization.h>
22 #include <brillo/dbus/utils.h>
23 #include <brillo/errors/error.h>
24 #include <brillo/errors/error_codes.h>
27 namespace brillo { namespace
163 } // namespace brillo
dbus_param_reader_unittest.cc 5 #include <brillo/dbus/dbus_param_reader.h>
9 #include <brillo/variant_dictionary.h>
16 namespace brillo { namespace
253 } // namespace brillo
dbus_param_writer.h 17 #include <brillo/dbus/data_serialization.h>
20 namespace brillo { namespace
78 } // namespace brillo
dbus_service_watcher.cc 5 #include <brillo/dbus/dbus_service_watcher.h>
9 namespace brillo { namespace
39 } // namespace brillo
  /external/libbrillo/brillo/errors/
error_codes.h 10 #include <brillo/brillo_export.h>
11 #include <brillo/errors/error.h>
13 namespace brillo { namespace
41 } // namespace brillo
  /external/libbrillo/brillo/
flag_helper_unittest.cc 11 #include <brillo/flag_helper.h>
15 namespace brillo { namespace
20 ~FlagHelperTest() override { brillo::FlagHelper::ResetForTesting(); }
46 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
48 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDefaultTrue");
108 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
110 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDefaultTrue");
168 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
170 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDefaultTrue");
197 brillo::FlagHelper::GetInstance()->set_command_line_for_testing
    [all...]
mime_utils_unittest.cc 5 #include <brillo/mime_utils.h>
9 namespace brillo { namespace
66 } // namespace brillo
osrelease_reader.cc 5 #include <brillo/osrelease_reader.h>
10 #include <brillo/strings/string_utils.h>
12 namespace brillo { namespace
49 content = brillo::string_utils::SplitAtFirst(content, "\n", true).first;
55 } // namespace brillo
process_information.cc 5 #include "brillo/process_information.h"
7 namespace brillo { namespace
27 } // namespace brillo
process_reaper.h 15 #include <brillo/asynchronous_signal_handler.h>
16 #include <brillo/daemons/daemon.h>
18 namespace brillo { namespace
29 // brillo::AsynchronousSignalHandlerInterface. You can call Unregister() to
35 // brillo::AsynchronousSignalHandlerInterface passed in Register(). It
72 } // namespace brillo
syslog_logging.h 10 #include <brillo/brillo_export.h>
12 namespace brillo { namespace
46 } // namespace brillo
syslog_logging_unittest.cc 6 #include <brillo/syslog_logging.h>
9 namespace brillo { namespace
31 } // namespace brillo
  /external/libbrillo/brillo/glib/
abstract_dbus_service.h 8 #include <brillo/brillo_export.h>
9 #include <brillo/glib/dbus.h>
11 namespace brillo { namespace
28 virtual bool Register(const brillo::dbus::BusConnection& conn);
48 } // namespace brillo
  /external/libbrillo/brillo/http/
curl_api.h 13 #include <brillo/brillo_export.h>
15 namespace brillo { namespace
230 } // namespace brillo
  /external/libbrillo/brillo/message_loops/
glib_message_loop_unittest.cc 5 #include <brillo/message_loops/glib_message_loop.h>
17 #include <brillo/bind_lambda.h>
18 #include <brillo/message_loops/message_loop.h>
19 #include <brillo/message_loops/message_loop_utils.h>
23 namespace brillo { namespace
69 } // namespace brillo
message_loop_utils.cc 5 #include <brillo/message_loops/message_loop_utils.h>
8 #include <brillo/bind_lambda.h>
10 namespace brillo { namespace
35 } // namespace brillo
mock_message_loop.h 14 #include <brillo/brillo_export.h>
15 #include <brillo/message_loops/fake_message_loop.h>
16 #include <brillo/message_loops/message_loop.h>
18 namespace brillo { namespace
87 } // namespace brillo
  /external/libbrillo/brillo/streams/
input_stream_set.h 11 #include <brillo/brillo_export.h>
12 #include <brillo/streams/stream.h>
14 namespace brillo { namespace
130 } // namespace brillo
openssl_stream_bio_unittests.cc 5 #include <brillo/streams/openssl_stream_bio.h>
10 #include <brillo/streams/mock_stream.h>
20 namespace brillo { namespace
125 } // namespace brillo
stream_utils.h 9 #include <brillo/brillo_export.h>
10 #include <brillo/streams/stream.h>
12 namespace brillo { namespace
84 base::Callback<void(StreamPtr, StreamPtr, const brillo::Error*)>;
112 } // namespace brillo
  /external/libbrillo/brillo/strings/
string_utils_unittest.cc 5 #include <brillo/strings/string_utils.h>
14 namespace brillo { namespace
163 } // namespace brillo

Completed in 288 milliseconds

1 23 4 5 6 7 8 9