Searched defs:error_out (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dtransport.c786 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error_out) argument
793 if (error_out)
794 *error_out = "device not found";
799 if (error_out)
800 *error_out = "insufficient permissions for device";
812 if (error_out)
813 *error_out = "more than one device";
823 if (error_out)
824 *error_out = "more than one device";
832 if (error_out)
[all...]

Completed in 6 milliseconds