Searched refs:_Nonnull (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/ |
D | adb_client.h | 28 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);
|
D | shell_service.cpp | 152 bool ForkAndExec(std::string* _Nonnull error); 157 std::string* _Nonnull error);
|
D | sysdeps.h | 72 #define _Nonnull macro
|
/system/core/debuggerd/ |
D | util.h | 29 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,
|
D | util.cpp | 45 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len, unique_fd* _Nullable out_fd) { in recv_fd()
|
/system/core/debuggerd/tombstoned/ |
D | intercept_manager.h | 52 InterceptManager(event_base* _Nonnull base, int intercept_socket);
|