Home
last modified time | relevance | path

Searched defs:sendUciMessage (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp367 ::ndk::ScopedAStatus BpUwbChip::sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_… in sendUciMessage() function in aidl::android::hardware::uwb::BpUwbChip
582 ::ndk::ScopedAStatus IUwbChipDefault::sendUciMessage(const std::vector<uint8_t>& /*in_data*/, int32… in sendUciMessage() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp367 ::ndk::ScopedAStatus BpUwbChip::sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_… in sendUciMessage() function in aidl::android::hardware::uwb::BpUwbChip
582 ::ndk::ScopedAStatus IUwbChipDefault::sendUciMessage(const std::vector<uint8_t>& /*in_data*/, int32… in sendUciMessage() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp367 ::ndk::ScopedAStatus BpUwbChip::sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_… in sendUciMessage() function in aidl::android::hardware::uwb::BpUwbChip
582 ::ndk::ScopedAStatus IUwbChipDefault::sendUciMessage(const std::vector<uint8_t>& /*in_data*/, int32… in sendUciMessage() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/android/hardware/uwb/
DIUwbChip.cpp367 ::ndk::ScopedAStatus BpUwbChip::sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_… in sendUciMessage() function in aidl::android::hardware::uwb::BpUwbChip
582 ::ndk::ScopedAStatus IUwbChipDefault::sendUciMessage(const std::vector<uint8_t>& /*in_data*/, int32… in sendUciMessage() function in aidl::android::hardware::uwb::IUwbChipDefault
/aosp_15_r20/hardware/interfaces/uwb/aidl/android/hardware/uwb/
H A DIUwbChip.aidl83 int sendUciMessage(in byte[] data); in sendUciMessage() method
/aosp_15_r20/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
H A DIUwbChip.aidl45 int sendUciMessage(in byte[] data); in sendUciMessage() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/uwb/aidl/android.hardware.uwb_interface/dump/android/hardware/uwb/
DIUwbChip.aidl45 int sendUciMessage(in byte[] data); in sendUciMessage() method
/aosp_15_r20/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
H A DIUwbChip.aidl45 int sendUciMessage(in byte[] data); in sendUciMessage() method
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h58 …::ndk::ScopedAStatus sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_return) ov… in sendUciMessage() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h58 …::ndk::ScopedAStatus sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_return) ov… in sendUciMessage() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h58 …::ndk::ScopedAStatus sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_return) ov… in sendUciMessage() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-ndk-source/gen/include/aidl/android/hardware/uwb/
DBnUwbChip.h58 …::ndk::ScopedAStatus sendUciMessage(const std::vector<uint8_t>& in_data, int32_t* _aidl_return) ov… in sendUciMessage() function
/aosp_15_r20/hardware/nxp/uwb/aidl/
Duwb_chip.cpp101 ::ndk::ScopedAStatus UwbChip::sendUciMessage(const std::vector<uint8_t>& data, in sendUciMessage() function in android::hardware::uwb::impl::UwbChip
/aosp_15_r20/hardware/interfaces/uwb/aidl/default/src/
H A Duwb_chip.rs213 async fn sendUciMessage(&self, data: &[u8]) -> Result<i32> { in sendUciMessage() method