Home
last modified time | relevance | path

Searched defs:in_command (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/aidl/android.hardware.bluetooth-V1-ndk-source/gen/android/hardware/bluetooth/
DIBluetoothHci.cpp67 std::vector<uint8_t> in_command; in _aidl_android_hardware_bluetooth_IBluetoothHci_onTransact() local
254 ::ndk::ScopedAStatus BpBluetoothHci::sendHciCommand(const std::vector<uint8_t>& in_command) { in sendHciCommand()
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-ndk-source/gen/com/android/server/thread/openthread/
DIOtDaemon.cpp281 std::string in_command; in _aidl_com_android_server_thread_openthread_IOtDaemon_onTransact() local
884 ::ndk::ScopedAStatus BpOtDaemon::runOtCtlCommand(const std::string& in_command, bool in_isInteracti… in runOtCtlCommand()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/aidl/android.hardware.bluetooth-V1-ndk-source/gen/include/aidl/android/hardware/bluetooth/
DBnBluetoothHci.h57 ::ndk::ScopedAStatus sendHciCommand(const std::vector<uint8_t>& in_command) override { in sendHciCommand()
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-ndk-source/gen/include/aidl/com/android/server/thread/openthread/
DBnOtDaemon.h86 …::ndk::ScopedAStatus runOtCtlCommand(const std::string& in_command, bool in_isInteractive, const s… in runOtCtlCommand()