Searched defs:Wrapper (Results 1 – 4 of 4) sorted by relevance
36 class Wrapper : public V1_1::ICasListener { class60 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper() function in android::hardware::cas::V1_1::implementation::Wrapper
35 class Wrapper : public V1_1::ICasListener { class59 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper() function in android::hardware::cas::V1_1::implementation::Wrapper
1814 class Wrapper class1823 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper1825 Wrapper(const cl_type &obj) : object_(obj) { } in Wrapper() function in cl::detail::Wrapper1832 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper1839 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT in Wrapper() function in cl::detail::Wrapper1895 class Wrapper<cl_device_id> class1917 Wrapper() : object_(NULL), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper1921 Wrapper(const cl_type &obj) : object_(obj), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper1931 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper1939 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT in Wrapper() function in cl::detail::Wrapper
1863 class Wrapper class1872 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper1874 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() function in cl::detail::Wrapper1886 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper1892 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() function in cl::detail::Wrapper1957 class Wrapper<cl_device_id> class1986 Wrapper() : object_(NULL), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper1990 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper() function in cl::detail::Wrapper2006 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper2013 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() function in cl::detail::Wrapper