commit | d2335496cf6ea2098a1cf3a6f2c8ebab860dd991 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 14 09:03:37 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 14 09:03:37 2023 +0000 |
tree | a078bcbf106f968fb21e6fdf77bf54fd2fd8913c | |
parent | a004d473138474d18c62f314e23bdd11547af3ab [diff] | |
parent | 1255382b63a157a91623bf267f0bb118c027eee3 [diff] |
Merge "Return for getBlockedPorts NonNull" into main am: c3a188d7dc am: 09a3570aa0 am: c7c3398dc3 am: 1255382b63 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2301890 Change-Id: I0d1dceaed1b9f2df869e53b69ad7fe8418f947b8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/service/libconnectivity/include/connectivity_native.h b/service/libconnectivity/include/connectivity_native.h index 5a2509a..f4676a9 100644 --- a/service/libconnectivity/include/connectivity_native.h +++ b/service/libconnectivity/include/connectivity_native.h
@@ -78,7 +78,7 @@ * @param count Pointer to the size of the ports array; the value will be set to the total number of * blocked ports, which may be larger than the ports array that was filled. */ -int AConnectivityNative_getPortsBlockedForBind(in_port_t *ports, size_t *count) +int AConnectivityNative_getPortsBlockedForBind(in_port_t* _Nonnull ports, size_t* _Nonnull count) __INTRODUCED_IN(__ANDROID_API_U__); __END_DECLS