diff options
author | Chiachang Wang <chiachangwang@google.com> | 2021-01-19 15:35:03 +0800 |
---|---|---|
committer | Chiachang Wang <chiachangwang@google.com> | 2021-01-21 08:40:12 +0000 |
commit | 92b94e1ec58ecb70548e06f4a146e9a8efa8abbd (patch) | |
tree | ea0dad2060b843a35846416760edd0defff696ec /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | e8bf3e902b42d22efe9eb4fd7330895c10f95221 (diff) |
Use ParcelFileDescriptor instead of FileDescriptor in the aidl
Using FileDescriptor in the aidl will refer to
Parcel.readRawFileDescriptor() and Parcel.writeRawFileDescriptor()
whilie trying to do parcel operations. Those two APIs are hidden
and not accessible for the incoming ConnectivityService mainline
module. For such use cases in a module, it should be replaced by
using ParcelFileDescriptor that is designed for such usages.
Bug: 170598012
Test: atest FrameworksNetTests CtsNetTestCasesLatestSdk
Change-Id: Ia7e3a71ccb4b136cc55c9e90a384870c32cfd37b
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions