Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8974/libqservice/
DIQClient.cpp41 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
42 : BpInterface<IQClient>(impl) {} in BpQClient()
DIQService.cpp43 BpQService(const sp<IBinder>& impl) in BpQService() argument
44 : BpInterface<IQService>(impl) {} in BpQService()
/hardware/qcom/display/msm8960/libqservice/
DIQClient.cpp41 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
42 : BpInterface<IQClient>(impl) {} in BpQClient()
DIQService.cpp43 BpQService(const sp<IBinder>& impl) in BpQService() argument
44 : BpInterface<IQService>(impl) {} in BpQService()
/hardware/qcom/display/msm8084/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
45 : BpInterface<IQClient>(impl) {} in BpQClient()
DIQHDMIClient.cpp44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient() argument
45 :BpInterface<IQHDMIClient>(impl) in BpQHDMIClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService() argument
45 : BpInterface<IQService>(impl) {} in BpQService()
/hardware/qcom/display/msm8226/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
45 : BpInterface<IQClient>(impl) {} in BpQClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService() argument
45 : BpInterface<IQService>(impl) {} in BpQService()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1338 return UnitTest::GetInstance()->impl(); in GetUnitTestImpl()
1847 UnitTest::GetInstance()->impl() in operator =()
2043 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init() local
2045 old_reporter_ = impl->GetGlobalTestPartResultReporter(); in Init()
2046 impl->SetGlobalTestPartResultReporter(this); in Init()
2048 old_reporter_ = impl->GetTestPartResultReporterForCurrentThread(); in Init()
2049 impl->SetTestPartResultReporterForCurrentThread(this); in Init()
2056 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter() local
2058 impl->SetGlobalTestPartResultReporter(old_reporter_); in ~ScopedFakeTestPartResultReporter()
2060 impl->SetTestPartResultReporterForCurrentThread(old_reporter_); in ~ScopedFakeTestPartResultReporter()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
10162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
18668 internal::UnitTestImpl* impl() { return impl_; }
18669 const internal::UnitTestImpl* impl() const { return impl_; }