Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/cas/1.2/default/
DMediaCasService.cpp36 class Wrapper : public V1_1::ICasListener { class
60 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper() function in android::hardware::cas::V1_1::implementation::Wrapper
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp35 class Wrapper : public V1_1::ICasListener { class
59 Wrapper(sp<V1_0::ICasListener> impl) : mImpl(impl){}; in Wrapper() function in android::hardware::cas::V1_1::implementation::Wrapper
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp1814 class Wrapper class
1823 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper
1825 Wrapper(const cl_type &obj) : object_(obj) { } in Wrapper() function in cl::detail::Wrapper
1832 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1839 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT in Wrapper() function in cl::detail::Wrapper
1895 class Wrapper<cl_device_id> class
1917 Wrapper() : object_(NULL), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper
1921 Wrapper(const cl_type &obj) : object_(obj), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper
1931 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1939 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT in Wrapper() function in cl::detail::Wrapper
Dopencl.hpp1863 class Wrapper class
1872 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper
1874 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() function in cl::detail::Wrapper
1886 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1892 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() function in cl::detail::Wrapper
1957 class Wrapper<cl_device_id> class
1986 Wrapper() : object_(NULL), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper
1990 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper() function in cl::detail::Wrapper
2006 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
2013 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() function in cl::detail::Wrapper