Skip to content
Snippets Groups Projects
  1. Jul 14, 2022
  2. Jul 13, 2022
  3. Jul 12, 2022
  4. Jul 11, 2022
  5. Jul 08, 2022
  6. Jul 07, 2022
  7. Jul 06, 2022
    • Steven Moreland's avatar
    • Steven Moreland's avatar
      Binder: clearCallingIdentity is kernel binder · 5d7100a4
      Steven Moreland authored
      This method clears the calling identity of a kernel
      binder call. However, there is now a generic API to
      disallow the use of kernel binder calling identities.
      This is used by RPC binder calls in order to ensure
      that code doesn't accidentally assume the default
      (<pid>, <uid>) calling identity means that the call
      originated from another process.
      
      In the C++ layer, this API is attached to
      IPCThreadState. In the future, we could consider
      expanding the scope of this API to code and restore
      many types of calling IDs, but the current return
      type may not have enough space, and I want to
      push people away from thread locals (globals)
      for now.
      
      Bug: 237245600
      Test: N/A
      Change-Id: I6e293814769cbd3c41e72afd95385af31ceb099f
      5d7100a4
    • Hai Zhang's avatar
      Update permission OWNERS. · d60bbb64
      Hai Zhang authored
      Change-Id: I3bf638ecff9b59c27ad3dc1acce1e187230886f4
      Test: presubmit
      d60bbb64
    • Patrick Rohr's avatar
      Remove SharedLog usage from NetworkStackClient · 2d8a3422
      Patrick Rohr authored
      As was pointed out, SharedLog in NetworkStackClient (and
      ConnectivityModuleConnector) was only used for dump() functionality
      which is not called by anyone. This CL removes the unused dump()
      functions and removes SharedLog usage in favor of android.util.Log.
      
      Also cleaning up usage of Slog so only logWtf logs to the system log in
      both NetworkStackClient and ConnectivityModuleConnector.
      
      Test: m
      Bug: 235901424
      Change-Id: Ia484ee825cd714fd8eb7704ca1d16acfbe2e7331
      Merged-In: Ia484ee825cd714fd8eb7704ca1d16acfbe2e7331
      2d8a3422
    • Treehugger Robot's avatar
      2df3ef5d
    • Treehugger Robot's avatar
    • jiabin's avatar
      Update doc for audio-coupled-haptic related stuff. · 60cf4a5b
      jiabin authored
      When using audio-coupled-haptic playback, the haptic channels will be
      muted if the app doesn't have the vibrate permission. Update the doc to
      state that apps should hold vibrate permission to make
      audio-coupled-haptic works as expected.
      
      Bug: 236586224
      Test: make
      Change-Id: I69c1332d39f997a61f3a969d652144d829de9659
      60cf4a5b
    • Miguel Aranda's avatar
      c6350a11
  8. Jul 05, 2022
Loading