Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 19 of 19) sorted by relevance

/system/core/include/utils/
DRefBase.h217 class wp
222 inline wp() : m_ptr(0) { } in wp() function
224 wp(T* other);
225 wp(const wp<T>& other);
226 wp(const sp<T>& other);
227 template<typename U> wp(U* other);
228 template<typename U> wp(const sp<U>& other);
229 template<typename U> wp(const wp<U>& other);
231 ~wp();
235 wp& operator = (T* other);
[all …]
DStrongPointer.h29 template<typename T> class wp; variable
48 inline bool operator _op_ (const wp<T>& o) const { \
52 inline bool operator _op_ (const wp<U>& o) const { \
106 template<typename Y> friend class wp; variable
DLooper.h87 WeakMessageHandler(const wp<MessageHandler>& handler);
91 wp<MessageHandler> mHandler;
/system/bt/service/ipc/binder/
Dremote_callback_list.h78 void binderDied(const android::wp<android::IBinder>& who) override;
104 using android::wp;
191 const wp<IBinder>& who) { in binderDied()
Dremote_callback_map.h94 void binderDied(const android::wp<android::IBinder>& who) override;
121 using android::wp;
238 const wp<IBinder>& who) { in binderDied()
Dbluetooth_low_energy_binder_server.cpp151 android::wp<BluetoothLowEnergyBinderServer> weak_ptr_to_this(this); in StartMultiAdvertising()
192 android::wp<BluetoothLowEnergyBinderServer> weak_ptr_to_this(this); in StopMultiAdvertising()
Dbluetooth_gatt_server_binder_server.cpp142 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in EndServiceDeclaration()
206 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in SendNotification()
Dinterface_with_instances_base.cpp46 android::wp<InterfaceWithInstancesBase> weak_ptr_to_this(this); in RegisterInstanceBase()
/system/core/healthd/
DBatteryPropertiesRegistrar.h44 void binderDied(const wp<IBinder>& who);
DBatteryPropertiesRegistrar.cpp93 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { in binderDied()
/system/core/fingerprintd/
DFingerprintDaemonProxy.h52 void binderDied(const wp<IBinder>& who);
DFingerprintDaemonProxy.cpp257 void FingerprintDaemonProxy::binderDied(const wp<IBinder>& who) { in binderDied()
/system/bt/service/example/heart_rate/
Dserver_main.cpp59 void binderDied(const android::wp<android::IBinder>& /* who */) override { in binderDied()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc37 void binderDied(const wp<IBinder>& who) override { in binderDied()
/system/security/keystore/
Dkey_store_service.h36 void binderDied(const wp<IBinder>& who);
Dkey_store_service.cpp51 void KeyStoreService::binderDied(const wp<IBinder>& who) { in binderDied()
/system/core/libutils/
DThreads.cpp723 wp<Thread> weak(strong); in _threadLoop()
DLooper.cpp33 WeakMessageHandler::WeakMessageHandler(const wp<MessageHandler>& handler) : in WeakMessageHandler()
/system/bt/service/client/
Dmain.cpp790 void binderDied(const android::wp<android::IBinder>& /* who */) override { in binderDied()