Searched refs:_Nonnull (Results 1 – 12 of 12) sorted by relevance
/system/core/adb/client/ |
D | adb_client.h | 29 bool adb_check_server_version(std::string* _Nonnull error); 33 int adb_connect(std::string_view service, std::string* _Nonnull error); 36 int adb_connect(TransportId* _Nullable id, std::string_view service, std::string* _Nonnull error); 47 bool adb_query(const std::string& service, std::string* _Nonnull result, 48 std::string* _Nonnull error); 57 void adb_set_socket_spec(const char* _Nonnull socket_spec); 62 int adb_send_emulator_command(int argc, const char* _Nonnull* _Nonnull argv, 67 bool adb_status(int fd, std::string* _Nonnull error); 70 std::string format_host_command(const char* _Nonnull command); 73 bool adb_get_feature_set(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
|
/system/netd/resolv/ |
D | DnsTlsSocket.h | 50 IDnsTlsSocketObserver* _Nonnull observer, DnsTlsSessionCache* _Nonnull cache) in DnsTlsSocket() 129 IDnsTlsSocketObserver* _Nonnull const mObserver; 130 DnsTlsSessionCache* _Nonnull const mCache;
|
D | IDnsTlsSocketFactory.h | 35 const DnsTlsServer& server, unsigned mark, IDnsTlsSocketObserver* _Nonnull observer, 36 DnsTlsSessionCache* _Nonnull cache) = 0;
|
D | DnsTlsDispatcher.h | 53 int* _Nonnull resplen); 60 int* _Nonnull resplen); 74 Transport(const DnsTlsServer& server, unsigned mark, IDnsTlsSocketFactory* _Nonnull factory) in Transport()
|
D | DnsTlsSocketFactory.h | 36 IDnsTlsSocketObserver* _Nonnull observer, in createDnsTlsSocket() 37 DnsTlsSessionCache* _Nonnull cache) override { in createDnsTlsSocket()
|
D | DnsTlsSessionCache.h | 36 void prepareSslContext(SSL_CTX* _Nonnull ssl_ctx); 37 bool prepareSsl(SSL* _Nonnull ssl);
|
D | DnsTlsTransport.h | 45 IDnsTlsSocketFactory* _Nonnull factory) in DnsTlsTransport() 72 IDnsTlsSocketFactory* _Nonnull const mFactory;
|
D | DnsTlsQueryMap.h | 100 static void expire(QueryPromise* _Nonnull p);
|
/system/core/debuggerd/tombstoned/ |
D | intercept_manager.h | 52 InterceptManager(event_base* _Nonnull base, int intercept_socket);
|
/system/core/adb/daemon/ |
D | shell_service.cpp | 158 bool ForkAndExec(std::string* _Nonnull error); 162 bool ExecInProcess(Command command, std::string* _Nonnull error); 167 std::string* _Nonnull error); 173 bool ConnectProtocolEndpoints(std::string* _Nonnull error); 397 bool Subprocess::ExecInProcess(Command command, std::string* _Nonnull error) { in ExecInProcess() 437 bool Subprocess::ConnectProtocolEndpoints(std::string* _Nonnull error) { in ConnectProtocolEndpoints()
|
/system/iorap/src/common/ |
D | expected.h | 399 using borrowed = T _Nonnull;
|
/system/core/adb/ |
D | sysdeps.h | 46 #define _Nonnull macro
|