Home
last modified time | relevance | path

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

/system/core/fastboot/
Dsocket_mock.cpp150 std::unique_ptr<Socket> _sock) in Event() argument
151 : type(_type), message(_message), status(_status), sock(std::move(_sock)) {} in Event()
Dsocket_mock.h87 std::unique_ptr<Socket> _sock);