/hardware/libhardware/modules/vehicle/ |
D | vehicle.c | 61 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/ |
D | IQClient.cpp | 41 BpQClient(const sp<IBinder>& impl) in BpQClient() argument 42 : BpInterface<IQClient>(impl) {} in BpQClient()
|
D | IQService.cpp | 43 BpQService(const sp<IBinder>& impl) in BpQService() argument 44 : BpInterface<IQService>(impl) {} in BpQService()
|
/hardware/qcom/display/msm8909/libqservice/ |
D | IQClient.cpp | 44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument 45 : BpInterface<IQClient>(impl) {} in BpQClient()
|
D | IQService.cpp | 44 BpQService(const sp<IBinder>& impl) in BpQService() argument 45 : BpInterface<IQService>(impl) {} in BpQService()
|
/hardware/qcom/display/msm8084/libqservice/ |
D | IQClient.cpp | 44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument 45 : BpInterface<IQClient>(impl) {} in BpQClient()
|
D | IQHDMIClient.cpp | 44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient() argument 45 :BpInterface<IQHDMIClient>(impl) in BpQHDMIClient()
|
D | IQService.cpp | 44 BpQService(const sp<IBinder>& impl) in BpQService() argument 45 : BpInterface<IQService>(impl) {} in BpQService()
|
/hardware/qcom/display/msm8226/libqservice/ |
D | IQClient.cpp | 44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument 45 : BpInterface<IQClient>(impl) {} in BpQClient()
|
D | IQService.cpp | 44 BpQService(const sp<IBinder>& impl) in BpQService() argument 45 : BpInterface<IQService>(impl) {} in BpQService()
|
/hardware/qcom/display/msm8994/libqservice/ |
D | IQClient.cpp | 44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument 45 : BpInterface<IQClient>(impl) {} in BpQClient()
|
D | IQService.cpp | 44 BpQService(const sp<IBinder>& impl) in BpQService() argument 45 : BpInterface<IQService>(impl) {} in BpQService()
|
/hardware/qcom/display/msm8996/libqservice/ |
D | IQClient.cpp | 44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument 45 : BpInterface<IQClient>(impl) {} in BpQClient()
|
D | IQHDMIClient.cpp | 44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient() argument 45 :BpInterface<IQHDMIClient>(impl) in BpQHDMIClient()
|
D | IQService.cpp | 44 BpQService(const sp<IBinder>& impl) in BpQService() argument 45 : BpInterface<IQService>(impl) {} in BpQService()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraParametersIntf.cpp | 46 #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/ |
D | gtest.h | 10134 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_; }
|