Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_client.h28 int adb_connect(const std::string& service, std::string* _Nonnull error);
39 bool adb_query(const std::string& service, std::string* _Nonnull result,
40 std::string* _Nonnull error);
49 void adb_set_socket_spec(const char* _Nonnull socket_spec);
54 int adb_send_emulator_command(int argc, const char* _Nonnull* _Nonnull argv,
59 bool adb_status(int fd, std::string* _Nonnull error);
62 std::string format_host_command(const char* _Nonnull command);
65 bool adb_get_feature_set(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
Dshell_service.cpp152 bool ForkAndExec(std::string* _Nonnull error);
157 std::string* _Nonnull error);
Dsysdeps.h72 #define _Nonnull macro
/system/core/debuggerd/
Dutil.h29 ssize_t send_fd(int sockfd, const void* _Nonnull data, size_t len, android::base::unique_fd fd);
43 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len,
Dutil.cpp45 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len, unique_fd* _Nullable out_fd) { in recv_fd()
/system/core/debuggerd/tombstoned/
Dintercept_manager.h52 InterceptManager(event_base* _Nonnull base, int intercept_socket);