commit | c7c3398dc3a39d9ecbd46fee370fe8d7e02d73ca | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 14 07:34:28 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 14 07:34:28 2023 +0000 |
tree | 83d6a65eb7b4ffaebcb4cbf974273cdc99a4d0b0 | |
parent | e7f7586a821f266abb1014e661fc14b0ba35cfaf [diff] | |
parent | 09a3570aa08ad723f1eaf1451ca27df4724435d8 [diff] |
Merge "Return for getBlockedPorts NonNull" into main am: c3a188d7dc am: 09a3570aa0 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2301890 Change-Id: Ib56bcdd9bcfdff8fc361dc393237ca094fd0e51d 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