Home
last modified time | relevance | path

Searched refs:_Nonnull (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/client/
Dadb_client.h31 bool adb_check_server_version(std::string* _Nonnull error);
35 int adb_connect(std::string_view service, std::string* _Nonnull error);
41 int adb_connect(TransportId* _Nullable id, std::string_view service, std::string* _Nonnull error,
53 bool adb_query(const std::string& service, std::string* _Nonnull result,
54 std::string* _Nonnull error);
63 void adb_set_socket_spec(const char* _Nonnull socket_spec);
68 int adb_send_emulator_command(int argc, const char* _Nonnull* _Nonnull argv,
73 bool adb_status(borrowed_fd fd, std::string* _Nonnull error);
76 std::string format_host_command(const char* _Nonnull command);
94 std::function<void(const char* _Nonnull service_name, const char* _Nonnull reg_type,
[all …]
/system/core/debuggerd/tombstoned/
Dintercept_manager.h52 InterceptManager(event_base* _Nonnull base, int intercept_socket);
/system/core/adb/daemon/
Dshell_service.cpp172 bool ForkAndExec(std::string* _Nonnull error);
176 bool ExecInProcess(Command command, std::string* _Nonnull error);
181 std::string* _Nonnull error);
187 bool ConnectProtocolEndpoints(std::string* _Nonnull error);
423 bool Subprocess::ExecInProcess(Command command, std::string* _Nonnull error) { in ExecInProcess()
463 bool Subprocess::ConnectProtocolEndpoints(std::string* _Nonnull error) { in ConnectProtocolEndpoints()
/system/iorap/src/common/
Dexpected.h399 using borrowed = T _Nonnull;
/system/core/adb/
Dsysdeps.h54 #define _Nonnull macro