Searched refs:ret_ptr (Results 1 – 1 of 1) sorted by relevance
34 …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() argument54 ndk::ScopedAStatus status = bluetooth_ext_->setBluetoothCmdPacket(opcode, params, ret_ptr); in setBluetoothCmdPacket()55 if (!(*ret_ptr)) { in setBluetoothCmdPacket()