/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); 117 void ANeuralNetworksShimDeviceInfo_free(ANeuralNetworksShimDeviceInfo* _Nonnull deviceInfo) 132 NnApiSLDriverImpl* _Nonnull nnapiSupportLibraryPackage, 133 ANeuralNetworksShimRegistrationParams* _Nullable* _Nonnull outRegistrationParams) 145 ANeuralNetworksShimRegistrationParams* _Nonnull registrationParams) __INTRODUCED_IN(31); 159 ANeuralNetworksShimRegistrationParams* _Nonnull registrationParams, 160 const ANeuralNetworksShimDeviceInfo* _Nonnull deviceInfo) __INTRODUCED_IN(31); 176 ANeuralNetworksShimRegistrationParams* _Nonnull registrationParams, 194 ANeuralNetworksShimRegistrationParams* _Nonnull registrationParams, bool asLazy) [all …]
|
/packages/modules/adb/client/ |
D | adb_client.h | 31 bool adb_check_server_version(std::string* _Nonnull error); 35 int adb_connect(std::string_view service, std::string* _Nonnull error); 41 int adb_connect(TransportId* _Nullable id, std::string_view service, std::string* _Nonnull error, 53 bool adb_query(const std::string& service, std::string* _Nonnull result, 54 std::string* _Nonnull error, bool force_switch_device = false); 67 void adb_set_socket_spec(const char* _Nonnull socket_spec); 72 int adb_send_emulator_command(int argc, const char* _Nonnull* _Nonnull argv, 77 bool adb_status(borrowed_fd fd, std::string* _Nonnull error); 80 std::string format_host_command(const char* _Nonnull command);
|
/packages/modules/adb/ |
D | adb_mdns.h | 43 extern const char* _Nonnull kADBSecurePairingServiceTxtRecord; 44 extern const char* _Nonnull kADBSecureConnectServiceTxtRecord; 46 extern const char* _Nonnull kADBDNSServices[kNumADBDNSServices]; 47 extern const char* _Nonnull kADBDNSServiceTxtRecords[kNumADBDNSServices]; 86 std::string (*_Nonnull mdns_check)(void); member 87 std::string (*_Nonnull mdns_list_discovered_services)(void); member 88 std::optional<MdnsInfo> (*_Nonnull mdns_get_connect_service_info)(const std::string&); member 89 std::optional<MdnsInfo> (*_Nonnull mdns_get_pairing_service_info)(const std::string&); member 90 void (*_Nonnull mdns_cleanup)(void); member 91 bool (*_Nonnull adb_secure_connect_by_service_name)(const std::string&); member
|
D | sysdeps.h | 55 #define _Nonnull macro
|
/packages/modules/DnsResolver/ |
D | DnsTlsDispatcher.h | 54 ResState* _Nonnull statp, const netdutils::Slice query, 55 const netdutils::Slice ans, int* _Nonnull resplen, 64 int* _Nonnull resplen, bool* _Nonnull connectTriggered); 86 IDnsTlsSocketFactory* _Nonnull factory, bool revalidationEnabled, int triggerThr, in Transport()
|
D | DnsTlsSocket.h | 82 IDnsTlsSocketObserver* _Nonnull observer, DnsTlsSessionCache* _Nonnull cache) in DnsTlsSocket() 187 IDnsTlsSocketObserver* _Nonnull const mObserver; 188 DnsTlsSessionCache* _Nonnull const mCache;
|
D | IDnsTlsSocketFactory.h | 35 const DnsTlsServer& server, unsigned mark, IDnsTlsSocketObserver* _Nonnull observer, 36 DnsTlsSessionCache* _Nonnull cache) = 0;
|
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 | gethnamaddr.cpp | 112 static struct hostent* getanswer(const querybuf* _Nonnull answer, int anslen, in getanswer() 113 const char* _Nonnull qname, int qtype, struct hostent* hent, in getanswer() 461 int resolv_gethostbyaddr(const void* _Nonnull addr, socklen_t len, int af, hostent* hp, char* buf, in resolv_gethostbyaddr() 600 static void pad_v4v6_hostent(struct hostent* _Nonnull hp, char** _Nonnull bpp, char* _Nonnull ep) { in pad_v4v6_hostent()
|
D | DnsTlsTransport.h | 45 IDnsTlsSocketFactory* _Nonnull factory) in DnsTlsTransport() 74 IDnsTlsSocketFactory* _Nonnull const mFactory;
|
D | getaddrinfo.cpp | 279 int validateHints(const addrinfo* _Nonnull hints) { in validateHints() 409 int resolv_getaddrinfo(const char* _Nonnull hostname, const char* servname, const addrinfo* hints, in resolv_getaddrinfo() 410 const android_net_context* _Nonnull netcontext, addrinfo** _Nonnull res, in resolv_getaddrinfo() 411 NetworkDnsEventReported* _Nonnull event) { in resolv_getaddrinfo() 1538 static struct addrinfo* getCustomHosts(const size_t netid, const char* _Nonnull name, in getCustomHosts() 1539 const struct addrinfo* _Nonnull pai) { in getCustomHosts()
|
D | DnsTlsQueryMap.h | 107 static void expire(QueryPromise* _Nonnull p);
|
/packages/modules/adb/daemon/ |
D | shell_service.cpp | 172 bool ForkAndExec(std::string* _Nonnull error); 176 bool ExecInProcess(Command command, std::string* _Nonnull error); 181 std::string* _Nonnull error); 187 bool ConnectProtocolEndpoints(std::string* _Nonnull error); 423 bool Subprocess::ExecInProcess(Command command, std::string* _Nonnull error) { in ExecInProcess() 463 bool Subprocess::ConnectProtocolEndpoints(std::string* _Nonnull error) { in ConnectProtocolEndpoints()
|