Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_client.h36 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;
/system/netd/resolv/
DDnsTlsSessionCache.h48 static int newSessionCallback(SSL* _Nullable ssl, SSL_SESSION* _Nullable session);
51 void recordSession(SSL_SESSION* _Nullable session) EXCLUDES(mLock);
/system/core/adb/
Dsysdeps.h47 #define _Nullable macro