Searched defs:BinderService (Results 1 - 3 of 3) sorted by relevance

/system/tpm/tpm_manager/server/
H A Dbinder_service.h30 // BinderService registers for and handles all incoming binder calls for the
35 // BinderService service(&nvram_service, &ownership_service);
37 class BinderService : public brillo::Daemon { class in namespace:tpm_manager
39 BinderService(TpmNvramInterface* nvram_service,
41 ~BinderService() override = default;
125 DISALLOW_COPY_AND_ASSIGN(BinderService);
H A Dbinder_service.cc39 << "BinderService: Failed to serialize protobuf.";
42 LOG(ERROR) << "BinderService: Failed to send response to client: "
75 LOG(ERROR) << "BinderService: Bad request data.";
89 BinderService::BinderService(TpmNvramInterface* nvram_service, function in class:tpm_manager::BinderService
93 void BinderService::InitForTesting() {
98 int BinderService::OnInit() {
100 LOG(ERROR) << "BinderService: BinderWatcher::Init failed.";
107 LOG(ERROR) << "BinderService: RegisterService failed (nvram).";
113 LOG(ERROR) << "BinderService
[all...]
/system/core/libmemunreachable/tests/
H A DBinder_test.cpp36 class BinderService : public BBinder { class in namespace:android
38 BinderService() = default;
39 virtual ~BinderService() = default;
100 if (sm->addService(service_name, new BinderService()) != OK) {

Completed in 90 milliseconds