OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReceivedCommand
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/android/forwarder2/
command.h
42
bool
ReceivedCommand
(command::Type command, Socket* socket);
host_controller.cc
94
if (!
ReceivedCommand
(command::ACCEPT_SUCCESS, adb_control_socket_.get())) {
107
if (
ReceivedCommand
(command::ACK, adb_control_socket_.get())) {
139
if (!
ReceivedCommand
(command::ADB_DATA_SOCKET_SUCCESS,
164
if (!
ReceivedCommand
(command::UNLISTEN_SUCCESS, &socket)) {
command.cc
88
bool
ReceivedCommand
(command::Type command, Socket* socket) {
device_listener.cc
97
if (!
ReceivedCommand
(command::HOST_SERVER_SUCCESS,
Completed in 1044 milliseconds