Home
last modified time | relevance | path

Searched refs:ret_ptr (Results 1 – 1 of 1) sorted by relevance

/hardware/google/interfaces/bluetooth/ext/aidl/vts/
DVtsHalBluetoothExtTargetTest.cpp34 …dAStatus setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8_t>& params, bool* ret_ptr);
53 …xtTest::setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8_t>& params, bool* ret_ptr) { in setBluetoothCmdPacket() argument
54 ndk::ScopedAStatus status = bluetooth_ext_->setBluetoothCmdPacket(opcode, params, ret_ptr); in setBluetoothCmdPacket()
55 if (!(*ret_ptr)) { in setBluetoothCmdPacket()