Searched refs:binder (Results 1 – 5 of 5) sorted by relevance
247 auto binder = in IsApexUpdated() local249 if (binder != nullptr) { in IsApexUpdated()250 auto apex_service = interface_cast<IApexService>(binder); in IsApexUpdated()566 static std::string getInterfaceHash(const sp<IBinder> &binder) { in getInterfaceHash() argument569 data.writeInterfaceToken(binder->getInterfaceDescriptor()); in getInterfaceHash()571 binder->transact(IBinder::LAST_CALL_TRANSACTION - 1, data, &reply, 0); in getInterfaceHash()576 binder::Status status; in getInterfaceHash()585 static int32_t getInterfaceVersion(const sp<IBinder> &binder) { in getInterfaceVersion() argument588 const auto &descriptor = binder->getInterfaceDescriptor(); in getInterfaceVersion()590 status_t err = binder->transact(IBinder::LAST_CALL_TRANSACTION, data, &reply); in getInterfaceVersion()[all …]
100 …android::sp<android::IBinder> binder = sm->waitForService(android::String16(service_name.c_str())); in getBinderService() local101 if (!binder) { in getBinderService()106 android::sp<T> interface = android::interface_cast<T>(binder); in getBinderService()
62 ::ndk::SpAIBinder binder(AServiceManager_getService(keystore2_service_name)); in Keymaster()63 auto keystore2Service = ks2::IKeystoreService::fromBinder(binder); in Keymaster()
66 // Write a null binder into the send parcel.
448 binder