Searched defs:ICanBus (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/ |
D | ICanBus.h | 29 struct ICanBus : public ::android::hidl::base::V1_0::IBase { struct 36 * Fully qualified interface name: "[email protected]::ICanBus" argument 38 static const char* descriptor; 43 virtual bool isRemote() const override { return false; } in isRemote() 59 …ult result, const ::android::sp<::android::hardware::automotive::can::V1_0::ICloseHandle>& close)>; 96 …function<void(const ::android::hardware::hidl_vec<::android::hardware::hidl_string>& descriptors)>; 128 …g interfaceDescriptor_cb = std::function<void(const ::android::hardware::hidl_string& descriptor)>; 147 …oid(const ::android::hardware::hidl_vec<::android::hardware::hidl_array<uint8_t, 32>>& hashchain)>; 192 using getDebugInfo_cb = std::function<void(const ::android::hidl::base::V1_0::DebugInfo& info)>; 252 …static ::android::sp<ICanBus> tryGetService(bool getStub) { return tryGetService("default", getStu… in tryGetService() argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/ |
D | ICanBus.h | 29 struct ICanBus : public ::android::hidl::base::V1_0::IBase { struct 36 * Fully qualified interface name: "[email protected]::ICanBus" argument 38 static const char* descriptor; 43 virtual bool isRemote() const override { return false; } in isRemote() 59 …ult result, const ::android::sp<::android::hardware::automotive::can::V1_0::ICloseHandle>& close)>; 96 …function<void(const ::android::hardware::hidl_vec<::android::hardware::hidl_string>& descriptors)>; 128 …g interfaceDescriptor_cb = std::function<void(const ::android::hardware::hidl_string& descriptor)>; 147 …oid(const ::android::hardware::hidl_vec<::android::hardware::hidl_array<uint8_t, 32>>& hashchain)>; 192 using getDebugInfo_cb = std::function<void(const ::android::hidl::base::V1_0::DebugInfo& info)>; 252 …static ::android::sp<ICanBus> tryGetService(bool getStub) { return tryGetService("default", getStu… in tryGetService() argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/ |
D | ICanBus.h | 29 struct ICanBus : public ::android::hidl::base::V1_0::IBase { struct 36 * Fully qualified interface name: "[email protected]::ICanBus" argument 38 static const char* descriptor; 43 virtual bool isRemote() const override { return false; } in isRemote() 59 …ult result, const ::android::sp<::android::hardware::automotive::can::V1_0::ICloseHandle>& close)>; 96 …function<void(const ::android::hardware::hidl_vec<::android::hardware::hidl_string>& descriptors)>; 128 …g interfaceDescriptor_cb = std::function<void(const ::android::hardware::hidl_string& descriptor)>; 147 …oid(const ::android::hardware::hidl_vec<::android::hardware::hidl_array<uint8_t, 32>>& hashchain)>; 192 using getDebugInfo_cb = std::function<void(const ::android::hidl::base::V1_0::DebugInfo& info)>; 252 …static ::android::sp<ICanBus> tryGetService(bool getStub) { return tryGetService("default", getStu… in tryGetService() argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/ |
D | ICanBus.h | 29 struct ICanBus : public ::android::hidl::base::V1_0::IBase { struct 36 * Fully qualified interface name: "[email protected]::ICanBus" argument 38 static const char* descriptor; 43 virtual bool isRemote() const override { return false; } in isRemote() 59 …ult result, const ::android::sp<::android::hardware::automotive::can::V1_0::ICloseHandle>& close)>; 96 …function<void(const ::android::hardware::hidl_vec<::android::hardware::hidl_string>& descriptors)>; 128 …g interfaceDescriptor_cb = std::function<void(const ::android::hardware::hidl_string& descriptor)>; 147 …oid(const ::android::hardware::hidl_vec<::android::hardware::hidl_array<uint8_t, 32>>& hashchain)>; 192 using getDebugInfo_cb = std::function<void(const ::android::hidl::base::V1_0::DebugInfo& info)>; 252 …static ::android::sp<ICanBus> tryGetService(bool getStub) { return tryGetService("default", getStu… in tryGetService() argument [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/ |
H A D | libcanhaltools.cpp | 29 using ICanBus = V1_0::ICanBus; typedef
|
/aosp_15_r20/device/generic/car/emulator/usbpt/protocan/protocanbus/ |
D | CanClient.cpp | 51 void CanClient::onReady(const sp<ICanBus>&) {} in onReady()
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/tools/ |
H A D | canhaldump.cpp | 34 using ICanBus = V1_0::ICanBus; typedef
|
H A D | canhalsend.cpp | 28 using ICanBus = V1_0::ICanBus; typedef
|