Flutter Engine
Loading...
Searching...
No Matches
surface_transaction_stats.cc
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
impeller/toolkit/android/surface_transaction_stats.h
"
6
7
#include "
impeller/toolkit/android/proc_table.h
"
8
9
namespace
impeller::android
{
10
11
fml::UniqueFD
CreatePreviousReleaseFence
(
const
SurfaceControl
& control,
12
ASurfaceTransactionStats* stats) {
13
const
auto
fd =
14
GetProcTable
().ASurfaceTransactionStats_getPreviousReleaseFenceFd(
15
stats, control.
GetHandle
());
16
if
(fd == -1) {
17
// The previous buffer has already been released. This is not an error.
18
return
{};
19
}
20
return
fml::UniqueFD
{fd};
21
}
22
23
}
// namespace impeller::android
fml::UniqueObject< int, internal::os_unix::UniqueFDTraits >
impeller::android::SurfaceControl
A wrapper for ASurfaceControl. https://developer.android.com/ndk/reference/group/native-activity#asur...
Definition
surface_control.h:22
impeller::android::SurfaceControl::GetHandle
ASurfaceControl * GetHandle() const
Definition
surface_control.cc:35
proc_table.h
impeller::android
Definition
ahb_texture_source_vk_unittests.cc:16
impeller::android::GetProcTable
const ProcTable & GetProcTable()
Definition
proc_table.cc:12
impeller::android::CreatePreviousReleaseFence
fml::UniqueFD CreatePreviousReleaseFence(const SurfaceControl &control, ASurfaceTransactionStats *stats)
Definition
surface_transaction_stats.cc:11
surface_transaction_stats.h
impeller
toolkit
android
surface_transaction_stats.cc
Generated on Thu Nov 6 2025 16:11:24 for Flutter Engine by
1.9.8