• Home
  • Raw
  • Download

Lines Matching refs:sp

45     CallbackInfo(const android::sp<ICarPowerPolicyChangeCallback>& callback,  in CallbackInfo()
51 android::sp<ICarPowerPolicyChangeCallback> callback;
68 explicit BinderDeathRecipient(const android::sp<CarPowerPolicyServer>& service);
73 android::sp<CarPowerPolicyServer> mService;
78 explicit HidlDeathRecipient(const android::sp<CarPowerPolicyServer>& service);
84 sp<CarPowerPolicyServer> mService;
90 explicit PropertyChangeListener(const android::sp<CarPowerPolicyServer>& service);
102 android::sp<CarPowerPolicyServer> mService;
107 explicit MessageHandlerImpl(const android::sp<CarPowerPolicyServer>& service);
112 android::sp<CarPowerPolicyServer> mService;
119 explicit CarServiceNotificationHandler(const android::sp<CarPowerPolicyServer>& server);
131 android::sp<CarPowerPolicyServer> mService;
152 static base::Result<sp<CarPowerPolicyServer>> startService(const sp<android::Looper>& looper);
160 const android::sp<ICarPowerPolicyChangeCallback>& callback,
163 const android::sp<ICarPowerPolicyChangeCallback>& callback) override;
198 android::base::Result<void> init(const android::sp<android::Looper>& looper);
200 bool isRegisteredLocked(const android::sp<ICarPowerPolicyChangeCallback>& callback);
214 static android::sp<CarPowerPolicyServer> sCarPowerPolicyServer;
216 sp<android::Looper> mHandlerLooper;
217 sp<MessageHandlerImpl> mMessageHandler;
227 android::sp<android::hardware::automotive::vehicle::V2_0::IVehicle> mVhalService
235 android::sp<BinderDeathRecipient> mBinderDeathRecipient;
236 android::sp<HidlDeathRecipient> mHidlDeathRecipient;
237 android::sp<PropertyChangeListener> mPropertyChangeListener;
238 android::sp<CarServiceNotificationHandler> mCarServiceNotificationHandler;