Searched refs:_Nullable (Results 1 – 3 of 3) sorted by relevance
36 int adb_connect(TransportId* _Nullable id, std::string_view service, std::string* _Nonnull error);51 void adb_set_transport(TransportType type, const char* _Nullable serial, TransportId transport_id);52 void adb_get_transport(TransportType* _Nullable type, const char* _Nullable* _Nullable serial,53 TransportId* _Nullable transport_id);63 const char* _Nullable serial);82 extern const char* _Nullable * _Nullable __adb_argv;83 extern const char* _Nullable * _Nullable __adb_envp;
48 static int newSessionCallback(SSL* _Nullable ssl, SSL_SESSION* _Nullable session);51 void recordSession(SSL_SESSION* _Nullable session) EXCLUDES(mLock);
47 #define _Nullable macro