Lines Matching refs:binder
38 binder::Status getService(const std::string& name, sp<IBinder>* outBinder) override;
39 binder::Status checkService(const std::string& name, sp<IBinder>* outBinder) override;
40 binder::Status addService(const std::string& name, const sp<IBinder>& binder,
42 binder::Status listServices(int32_t dumpPriority, std::vector<std::string>* outList) override;
43 binder::Status registerForNotifications(const std::string& name,
45 binder::Status unregisterForNotifications(const std::string& name,
48 binder::Status isDeclared(const std::string& name, bool* outReturn) override;
49 …binder::Status getDeclaredInstances(const std::string& interface, std::vector<std::string>* outRet…
50 binder::Status updatableViaApex(const std::string& name,
52 binder::Status getConnectionInfo(const std::string& name,
54 binder::Status registerClientCallback(const std::string& name, const sp<IBinder>& service,
56 … binder::Status tryUnregisterService(const std::string& name, const sp<IBinder>& binder) override;
57 binder::Status getServiceDebugInfo(std::vector<ServiceDebugInfo>* outReturn) override;
66 sp<IBinder> binder; // not null member