Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 18 of 18) 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
174 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_release() local
427 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_subscribe() local
491 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_unsubscribe() local
520 vehicle_device_impl_t* impl = (vehicle_device_impl_t*)device; in vdev_close() local
/hardware/qcom/display/msm8960/libqservice/
DIQClient.cpp41 BpQClient(const sp<IBinder>& impl) in BpQClient()
DIQService.cpp43 BpQService(const sp<IBinder>& impl) in BpQService()
/hardware/qcom/display/msm8226/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService()
/hardware/qcom/display/msm8084/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient()
DIQHDMIClient.cpp44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService()
/hardware/qcom/display/msm8994/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService()
/hardware/qcom/display/msm8909/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService()
/hardware/qcom/display/msm8996/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient()
DIQHDMIClient.cpp44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient()
DIQService.cpp44 BpQService(const sp<IBinder>& impl) in BpQService()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.cpp104 GrallocImpl *impl = reinterpret_cast<GrallocImpl *>(device); in CloseDevice() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2043 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init() local
2056 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter() local
3430 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass() local
3628 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run() local
3788 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run() local
3916 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run() local
7179 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
7595 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
7650 UnitTestImpl* const impl = GetUnitTestImpl(); in Create() local
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.cpp46 #define CHECK_PARAM_INTF(impl) LOG_ALWAYS_FATAL_IF(((impl) == NULL), "impl is NULL!") argument