Searched refs:FD_HEADER (Results 1 – 2 of 2) sorted by relevance
62 private static final int FD_HEADER = 0; field in LargeParcelableBase103 if (fdHeader != FD_HEADER) { in LargeParcelableBase()191 dest.writeInt(FD_HEADER); // additional header for ParcelFileDescriptor in writeSharedMemoryCompatibleToParcel()
185 static constexpr int32_t FD_HEADER = 0; variable