Home
last modified time | relevance | path

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

/hardware/libhardware/modules/vehicle/
Dvehicle.c61 vehicle_device_impl_t* impl; member
158 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_init() local
160 if (impl->initialized_) { in vdev_init()
166 impl->initialized_ = 1; in vdev_init()
167 impl->event_fn_ = event_callback_fn; in vdev_init()
168 impl->error_fn_ = error_callback_fn; in vdev_init()
174 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_release() local
176 if (!impl->initialized_) { in vdev_release()
180 impl->initialized_ = 0; in vdev_release()
310 void print_subscribe_info(vehicle_device_impl_t* impl UNUSED) { in print_subscribe_info()
[all …]
/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/msm8909/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/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/qcom/display/msm8994/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/qcom/display/msm8996/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/camera/QCamera2/HAL/
DQCameraParametersIntf.cpp46 #define CHECK_PARAM_INTF(impl) LOG_ALWAYS_FATAL_IF(((impl) == NULL), "impl is NULL!") argument
/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_; }