HomeSort by relevance Sort by last modified time
    Searched refs:brillo (Results 1 - 25 of 715) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/media/brillo/audio/audioservice/
main_audio_service.cpp 16 #include <brillo/flag_helper.h>
17 #include <brillo/syslog_logging.h>
22 brillo::FlagHelper::Init(argc, argv, "Brillo audio service,");
23 brillo::InitLog(brillo::kLogToSyslog | brillo::kLogHeader);
25 brillo::AudioDaemon audio_daemon;
  /system/update_engine/payload_generator/
bzip.h 20 #include <brillo/secure_blob.h>
25 bool BzipCompress(const brillo::Blob& in, brillo::Blob* out);
xz.h 20 #include <brillo/secure_blob.h>
30 bool XzCompress(const brillo::Blob& in, brillo::Blob* out);
xz_chromeos.cc 23 bool XzCompress(const brillo::Blob& in, brillo::Blob* out) {
  /system/update_engine/binder_bindings/android/brillo/
ParcelableUpdateEngineStatus.aidl 17 package android.brillo;
  /external/libbrillo/brillo/streams/
openssl_stream_bio.h 8 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
17 // Creates a new BIO that uses the brillo::Stream as the back-end storage.
23 BRILLO_EXPORT BIO* BIO_new_stream(brillo::Stream* stream);
25 } // namespace brillo
stream_errors.cc 5 #include <brillo/streams/stream_errors.h>
7 namespace brillo { namespace
21 } // namespace brillo
stream_errors.h 8 #include <brillo/brillo_export.h>
10 namespace brillo { namespace
25 } // namespace brillo
  /system/update_engine/payload_consumer/
payload_verifier.h 24 #include <brillo/secure_blob.h>
40 static bool VerifySignature(const brillo::Blob& signature_blob,
42 const brillo::Blob& hash_data);
47 static bool GetRawHashFromSignature(const brillo::Blob& sig_data,
49 brillo::Blob* out_hash_data);
56 static bool PadRSA2048SHA256Hash(brillo::Blob* hash);
  /device/intel/edison/
AndroidBoard.mk 20 include device/generic/brillo/kernel.mk
  /system/core/metricsd/aidl/android/brillo/metrics/
IMetricsCollectorService.aidl 17 package android.brillo.metrics;
  /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
  /system/firewalld/
firewall_daemon.h 19 #include <brillo/daemons/dbus_daemon.h>
20 #include <brillo/dbus/async_event_sequencer.h>
25 using brillo::dbus_utils::AsyncEventSequencer;
29 class FirewallDaemon : public brillo::DBusServiceDaemon {
  /system/update_engine/include/debugd/
dbus-proxy-mocks.h 11 #include <brillo/any.h>
12 #include <brillo/errors/error.h>
13 #include <brillo/variant_dictionary.h>
29 const brillo::VariantDictionary& /*in_options*/,
31 brillo::ErrorPtr* /*error*/,
36 const brillo::VariantDictionary& /*in_options*/,
38 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
42 brillo::ErrorPtr* /*error*/,
47 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
51 brillo::ErrorPtr* /*error*/
    [all...]
  /system/update_engine/
service_delegate_android_interface.h 25 #include <brillo/errors/error.h>
48 brillo::ErrorPtr* error) = 0;
53 virtual bool SuspendUpdate(brillo::ErrorPtr* error) = 0;
60 virtual bool ResumeUpdate(brillo::ErrorPtr* error) = 0;
65 virtual bool CancelUpdate(brillo::ErrorPtr* error) = 0;
71 virtual bool ResetStatus(brillo::ErrorPtr* error) = 0;
common_service.h 25 #include <brillo/errors/error.h>
47 bool AttemptUpdate(brillo::ErrorPtr* error,
52 bool AttemptRollback(brillo::ErrorPtr* error, bool in_powerwash);
56 bool CanRollback(brillo::ErrorPtr* error, bool* out_can_rollback);
60 bool ResetStatus(brillo::ErrorPtr* error);
65 bool GetStatus(brillo::ErrorPtr* error,
73 bool RebootIfNeeded(brillo::ErrorPtr* error);
83 bool SetChannel(brillo::ErrorPtr* error,
91 bool GetChannel(brillo::ErrorPtr* error,
97 bool SetP2PUpdatePermission(brillo::ErrorPtr* error, bool in_enabled)
    [all...]
  /system/weaved/buffet/
flouride_socket_bluetooth_client.h 20 #include <brillo/streams/stream.h>
27 * A bluetooth client that talks to Brillo's "Flouride" daemon over its
41 std::unique_ptr<brillo::Stream> stream_;
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 12 #include <brillo/any.h>
13 #include <brillo/errors/error.h>
14 #include <brillo/variant_dictionary.h>
29 bool(brillo::VariantDictionary*,
30 brillo::ErrorPtr* /*error*/,
33 void(const base::Callback<void(const brillo::VariantDictionary&)>& /*success_callback*/,
34 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
38 const brillo::Any&,
39 brillo::ErrorPtr* /*error*/,
43 const brillo::Any&
    [all...]
  /external/libbrillo/brillo/
variant_dictionary.h 11 #include <brillo/any.h>
12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
16 using VariantDictionary = std::map<std::string, brillo::Any>;
31 } // namespace brillo
variant_dictionary_unittest.cc 7 #include <brillo/any.h>
8 #include <brillo/variant_dictionary.h>
11 using brillo::VariantDictionary;
12 using brillo::GetVariantValueOrDefault;
  /system/update_engine/include/power_manager/
dbus-proxy-mocks.h 11 #include <brillo/any.h>
12 #include <brillo/errors/error.h>
13 #include <brillo/variant_dictionary.h>
27 bool(brillo::ErrorPtr* /*error*/,
31 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
35 brillo::ErrorPtr* /*error*/,
40 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
44 brillo::ErrorPtr* /*error*/,
49 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
53 brillo::ErrorPtr* /*error*/
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
testrunner.cc 7 #include <brillo/syslog_logging.h>
13 brillo::InitLog(brillo::kLogToStderr);
  /external/libbrillo/brillo/http/
http_transport.cc 5 #include <brillo/http/http_transport.h>
7 #include <brillo/http/http_transport_curl.h>
9 namespace brillo { namespace
19 } // namespace brillo
  /external/libbrillo/brillo/message_loops/
base_message_loop_unittest.cc 5 #include <brillo/message_loops/base_message_loop.h>
9 #include <brillo/message_loops/message_loop.h>
11 namespace brillo { namespace
24 } // namespace brillo
message_loop_utils.h 11 #include <brillo/brillo_export.h>
12 #include <brillo/message_loops/message_loop.h>
14 namespace brillo { namespace
28 } // namespace brillo

Completed in 507 milliseconds

1 2 3 4 5 6 7 8 91011>>