Searched defs:wp (Results 1 - 3 of 3) sorted by relevance

/system/libhidl/transport/token/1.0/utils/
H A DHybridInterface.cpp34 void serviceDied(uint64_t, const wp<HInterface>&) { argument
/system/core/include/utils/
H A DRefBase.h20 // This provides primarily wp<> weak pointer types and RefBase, which work
23 // sp<> (and wp<>) are a type of smart pointer that use a well defined protocol
33 // pointers through sp<> and wp<>.
54 // rare that a function will take a wp<>).
106 // Other more specific restrictions for wp<> and sp<>:
120 // Use of wp::unsafe_get() for any purpose other than debugging is almost
124 // is a longer-lived sp<>, why not use an sp<> directly?) A wp<> should only be
135 // wp<> or sp<> pointers to it will result in an abort or heap corruption.
154 // a wp<>. Binder code also sometimes uses attemptIncStrong() directly.
164 // Like std::shared_ptr, sp<> and wp<> allo
352 class wp class in namespace:android
357 inline wp() : m_ptr(0) { } function in class:android::wp
[all...]
/system/core/libutils/include/utils/
H A DRefBase.h20 // This provides primarily wp<> weak pointer types and RefBase, which work
23 // sp<> (and wp<>) are a type of smart pointer that use a well defined protocol
33 // pointers through sp<> and wp<>.
54 // rare that a function will take a wp<>).
106 // Other more specific restrictions for wp<> and sp<>:
120 // Use of wp::unsafe_get() for any purpose other than debugging is almost
124 // is a longer-lived sp<>, why not use an sp<> directly?) A wp<> should only be
135 // wp<> or sp<> pointers to it will result in an abort or heap corruption.
154 // a wp<>. Binder code also sometimes uses attemptIncStrong() directly.
164 // Like std::shared_ptr, sp<> and wp<> allo
352 class wp class in namespace:android
357 inline wp() : m_ptr(0) { } function in class:android::wp
[all...]

Completed in 3624 milliseconds