Home | History | Annotate | Download | only in server

Lines Matching refs:BinderService

39       << "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,
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: RegisterService failed (ownership).";
120 android::tpm_manager::ITpmNvram* BinderService::GetITpmNvram() {
124 android::tpm_manager::ITpmOwnership* BinderService::GetITpmOwnership() {
128 BinderService::NvramServiceInternal::NvramServiceInternal(
132 android::binder::Status BinderService::NvramServiceInternal::DefineSpace(
142 android::binder::Status BinderService::NvramServiceInternal::DestroySpace(
152 android::binder::Status BinderService::NvramServiceInternal::WriteSpace(
162 android::binder::Status BinderService::NvramServiceInternal::ReadSpace(
172 android::binder::Status BinderService::NvramServiceInternal::LockSpace(
182 android::binder::Status BinderService::NvramServiceInternal::ListSpaces(
192 android::binder::Status BinderService::NvramServiceInternal::GetSpaceInfo(
202 BinderService::OwnershipServiceInternal::OwnershipServiceInternal(
206 android::binder::Status BinderService::OwnershipServiceInternal::GetTpmStatus(
216 android::binder::Status BinderService::OwnershipServiceInternal::TakeOwnership(
227 BinderService::OwnershipServiceInternal::RemoveOwnerDependency(