Lines Matching refs:sp
38 using ::android::sp;
43 const sp<IBase> &service,
59 sp<IBase> getService() const;
60 void setService(sp<IBase> service, pid_t pid);
65 void addListener(const sp<IServiceNotification> &listener);
71 void addClientCallback(const sp<IClientCallback>& callback, size_t knownClientCount);
72 bool removeClientCallback(const sp<IClientCallback>& callback);
105 void sendClientCallbackNotification(const sp<IClientCallback>& callback, bool hasClients);
109 sp<IBase> mService;
111 std::vector<sp<IServiceNotification>> mListeners{};
115 std::vector<sp<IClientCallback>> mClientCallbacks{};