Searched refs:_Nullable (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/client/ |
D | adb_client.h | 41 int adb_connect(TransportId* _Nullable id, std::string_view service, std::string* _Nonnull error, 57 void adb_set_transport(TransportType type, const char* _Nullable serial, TransportId transport_id); 58 void adb_get_transport(TransportType* _Nullable type, const char* _Nullable* _Nullable serial, 59 TransportId* _Nullable transport_id); 69 const char* _Nullable serial); 79 const std::optional<FeatureSet>& adb_get_feature_set(std::string* _Nullable error); 88 extern const char* _Nullable * _Nullable __adb_argv; 89 extern const char* _Nullable * _Nullable __adb_envp;
|
/packages/modules/DnsResolver/ |
D | DnsTlsSessionCache.h | 48 static int newSessionCallback(SSL* _Nullable ssl, SSL_SESSION* _Nullable session); 51 void recordSession(SSL_SESSION* _Nullable session) EXCLUDES(mLock);
|
D | DnsTlsDispatcher.h | 146 Transport* _Nullable addTransport(const DnsTlsServer& server, unsigned mark, unsigned netId) 148 Transport* _Nullable getTransport(const Key& key) REQUIRES(sLock);
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksShim.h | 106 ANeuralNetworksShimDeviceInfo* _Nullable* _Nonnull deviceInfo, 107 const char* _Nonnull deviceName, const char* _Nullable serviceName) __INTRODUCED_IN(31); 133 ANeuralNetworksShimRegistrationParams* _Nullable* _Nonnull outRegistrationParams)
|
/packages/modules/adb/ |
D | sysdeps.h | 56 #define _Nullable macro
|