Home
last modified time | relevance | path

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

1234

/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/interfaces/broadcastradio/1.0/default/
DBroadcastRadioFactory.cpp27 sp<BroadcastRadio> impl = new BroadcastRadio(classId); in connectModule() local
29 if (impl != 0) { in connectModule()
30 retval = impl->initCheck(); in connectModule()
32 _hidl_cb(retval, impl); in connectModule()
/hardware/interfaces/camera/provider/2.4/default/
DAndroid.bp2 name: "android.hardware.camera.provider@2.4-impl",
15 "camera.device@1.0-impl",
16 "camera.device@3.2-impl",
17 "camera.device@3.3-impl",
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp63 name: "android.hardware.automotive.vehicle@2.0-default-impl-lib",
67 "impl/vhal_v2_0/EmulatedVehicleHal.cpp",
68 "impl/vhal_v2_0/VehicleEmulator.cpp",
69 "impl/vhal_v2_0/PipeComm.cpp",
70 "impl/vhal_v2_0/SocketComm.cpp",
73 export_include_dirs: ["impl"],
113 "android.hardware.automotive.vehicle@2.0-default-impl-lib",
DVehicleService.cpp32 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get()); in main()
33 auto emulator = std::make_unique<impl::VehicleEmulator>(hal.get()); in main()
/hardware/interfaces/camera/device/3.3/default/
DAndroid.bp2 name: "camera.device@3.3-impl",
13 "camera.device@3.2-impl",
/hardware/qcom/display/msm8960/libqservice/
DIQClient.cpp41 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
42 : BpInterface<IQClient>(impl) {} in BpQClient()
/hardware/qcom/display/sdm845/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()
/hardware/qcom/display/msm8998/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()
/hardware/qcom/display/msm8226/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
45 : BpInterface<IQClient>(impl) {} in BpQClient()
/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()
/hardware/qcom/display/msm8994/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
45 : BpInterface<IQClient>(impl) {} in BpQClient()
/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()
/hardware/qcom/display/msm8909/libqservice/
DIQClient.cpp44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument
45 : BpInterface<IQClient>(impl) {} in BpQClient()
/hardware/interfaces/tests/hash/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.hash@1.0-impl",
/hardware/interfaces/tests/libhwbinder/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.libhwbinder@1.0-impl",
/hardware/interfaces/tests/baz/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.baz@1.0-impl",
/hardware/interfaces/automotive/
DAndroid.bp8 "vehicle/2.0/default/impl/vhal_v2_0/proto",
/hardware/interfaces/tests/multithread/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.multithread@1.0-impl",
/hardware/interfaces/tests/foo/1.0/default/
DAndroid.bp4 name: "android.hardware.tests.foo@1.0-impl",
/hardware/interfaces/tests/pointer/1.0/default/
DAndroid.bp4 name: "android.hardware.tests.pointer@1.0-impl",

1234