Enforce -Wmissing-prototypes

This lint check will raise an error if a function is implemented
without a corresponding prototype declaration included in scope.

The main use case will be to ensure mock functions do not become out of
sync causing the original function to be linked instead.

Because of the large amount of errors, this change suppresses
errors in all locations, to be cleaned up gradually.

Bug: 369381361
Test: m com.android.btservices
Flag: EXEMPT, lint fixes
Change-Id: I2c42e49feb286bbc94cbb644ff722f3bb3b8d721
GitOrigin-RevId: 22f5e11b2ef10ec011d7c290ddda8f9550abe648
2 files changed
tree: f934cb12235e318fd41c7615edf6167dffe05219
  1. system/