Searched refs:getUUID (Results 1 – 5 of 5) sorted by relevance
354 mConnections.remove(conn.getUUID()); in bluetoothSocketConnWrite()377 mConnections.remove(conn.getUUID()); in bluetoothSocketConnRead()400 mConnections.remove(conn.getUUID()); in bluetoothSocketConnWriteBinary()424 mConnections.remove(conn.getUUID()); in bluetoothSocketConnReadBinary()445 mConnections.remove(conn.getUUID()); in bluetoothSocketConnReadReady()466 mConnections.remove(conn.getUUID()); in bluetoothSocketConnReadLine()526 mConnections.remove(conn.getUUID()); in bluetoothConnectionThroughputSend()625 mConnections.remove(conn.getUUID()); in bluetoothConnectionThroughputRead()650 Log.d("bluetoothSocketConnStop: connID=" + connID + ", UUID=" + conn.getUUID()); in bluetoothSocketConnStop()653 mConnections.remove(conn.getUUID()); in bluetoothSocketConnStop()
75 public String getUUID() { in getUUID() method in BluetoothConnection
25 static std::vector<uint8_t> getUUID(const object::ObjectFile &Obj) { in getUUID() function79 Gsym.setUUID(getUUID(Obj)); in convert()
71 if (sys::fs::is_directory(SymbolMapPath) && !Map.getUUID().empty()) { in Load()73 uuid_unparse_upper((const uint8_t *)Map.getUUID().data(), UUIDString); in Load()
117 const ArrayRef<uint8_t> getUUID() const { in getUUID() function