Searched refs:impl (Results 1 - 18 of 18) sorted by relevance

/hardware/libhardware/modules/vehicle/
H A Dvehicle.c61 vehicle_device_impl_t* impl; member in struct:subscription
158 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; local
160 if (impl->initialized_) {
166 impl->initialized_ = 1;
167 impl->event_fn_ = event_callback_fn;
168 impl->error_fn_ = error_callback_fn;
174 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; local
176 if (!impl->initialized_) {
180 impl->initialized_ = 0;
310 void print_subscribe_info(vehicle_device_impl_t* impl UNUSE
427 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; local
491 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; local
520 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; local
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) argument
45 : BpInterface<IQClient>(impl) {}
H A DIQHDMIClient.cpp44 BpQHDMIClient(const sp<IBinder>& impl) argument
45 :BpInterface<IQHDMIClient>(impl)
H A DIQService.cpp44 BpQService(const sp<IBinder>& impl) argument
45 : BpInterface<IQService>(impl) {}
/hardware/qcom/display/msm8226/libqservice/
H A DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) argument
45 : BpInterface<IQClient>(impl) {}
H A DIQService.cpp44 BpQService(const sp<IBinder>& impl) argument
45 : BpInterface<IQService>(impl) {}
/hardware/qcom/display/msm8909/libqservice/
H A DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) argument
45 : BpInterface<IQClient>(impl) {}
H A DIQService.cpp44 BpQService(const sp<IBinder>& impl) argument
45 : BpInterface<IQService>(impl) {}
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.cpp41 BpQClient(const sp<IBinder>& impl) argument
42 : BpInterface<IQClient>(impl) {}
H A DIQService.cpp43 BpQService(const sp<IBinder>& impl) argument
44 : BpInterface<IQService>(impl) {}
/hardware/qcom/display/msm8994/libqservice/
H A DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) argument
45 : BpInterface<IQClient>(impl) {}
H A DIQService.cpp44 BpQService(const sp<IBinder>& impl) argument
45 : BpInterface<IQService>(impl) {}
/hardware/qcom/display/msm8996/libqservice/
H A DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) argument
45 : BpInterface<IQClient>(impl) {}
H A DIQHDMIClient.cpp44 BpQHDMIClient(const sp<IBinder>& impl) argument
45 :BpInterface<IQHDMIClient>(impl)
H A DIQService.cpp44 BpQService(const sp<IBinder>& impl) argument
45 : BpInterface<IQService>(impl) {}
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1338 return UnitTest::GetInstance()->impl();
1847 UnitTest::GetInstance()->impl()
2043 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); member in class:testing::internal
2045 old_reporter_ = impl->GetGlobalTestPartResultReporter();
2046 impl->SetGlobalTestPartResultReporter(this);
2048 old_reporter_ = impl->GetTestPartResultReporterForCurrentThread();
2049 impl->SetTestPartResultReporterForCurrentThread(this);
2056 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); member in class:testing::internal
2058 impl->SetGlobalTestPartResultReporter(old_reporter_);
2060 impl
3430 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); member in class:testing::internal
3628 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); member in class:testing::internal
3788 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); member in class:testing::internal
3916 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); member in class:testing::internal
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParametersIntf.cpp46 #define CHECK_PARAM_INTF(impl) LOG_ALWAYS_FATAL_IF(((impl) == NULL), "impl is NULL!")
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} argument
10162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} argument
18668 internal::UnitTestImpl* impl() { return impl_; } function in class:testing::UnitTest
18669 const internal::UnitTestImpl* impl() const { return impl_; } function in class:testing::UnitTest

Completed in 565 milliseconds