Home
last modified time | relevance | path

Searched refs:_Nullable (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dadb_client.h41 void adb_set_transport(TransportType type, const char* _Nullable serial);
51 const char* _Nullable serial);
59 const char* _Nullable serial);
Dsysdeps.h72 #define _Nullable macro
/system/core/debuggerd/include/debuggerd/
Dutil.h44 android::base::unique_fd* _Nullable out_fd);
/system/core/debuggerd/
Dutil.cpp47 ssize_t recv_fd(int sockfd, void* _Nonnull data, size_t len, unique_fd* _Nullable out_fd) { in recv_fd()