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

/frameworks/av/include/media/stagefright/foundation/
H A DAData.h253 sp<U> __tmp = src.promote(); local
254 *data = static_cast<Tp*>(__tmp.get());
259 sp<U> __tmp = std::move(src); // move src out as get cannot local
260 *data = static_cast<Tp*>(__tmp.get());
270 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot local
271 *data = std::static_pointer_cast<Tp>(__tmp);
345 sp<U> __tmp = std::move(src); // move src out as get cannot local
346 *data = static_cast<Tp*>(__tmp.get());
351 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot local
352 *data = std::static_pointer_cast<Tp>(__tmp);
[all...]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAData.h253 sp<U> __tmp = src.promote(); local
254 *data = static_cast<Tp*>(__tmp.get());
259 sp<U> __tmp = std::move(src); // move src out as get cannot local
260 *data = static_cast<Tp*>(__tmp.get());
270 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot local
271 *data = std::static_pointer_cast<Tp>(__tmp);
345 sp<U> __tmp = std::move(src); // move src out as get cannot local
346 *data = static_cast<Tp*>(__tmp.get());
351 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot local
352 *data = std::static_pointer_cast<Tp>(__tmp);
[all...]
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAData.h253 sp<U> __tmp = src.promote(); local
254 *data = static_cast<Tp*>(__tmp.get());
259 sp<U> __tmp = std::move(src); // move src out as get cannot local
260 *data = static_cast<Tp*>(__tmp.get());
270 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot local
271 *data = std::static_pointer_cast<Tp>(__tmp);
345 sp<U> __tmp = std::move(src); // move src out as get cannot local
346 *data = static_cast<Tp*>(__tmp.get());
351 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot local
352 *data = std::static_pointer_cast<Tp>(__tmp);
[all...]

Completed in 211 milliseconds