Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sync_file_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/include/android_stub/ndk/
H
A
D
sync.h
72
* The returned
sync_file_info
must be freed by calling sync_file_info_free().
76
struct
sync_file_info
*
sync_file_info
(int32_t fd) __INTRODUCED_IN(26);
86
static inline struct sync_fence_info* sync_get_fence_info(const struct
sync_file_info
* info) {
in sync_get_fence_info()
96
* Free a struct
sync_file_info
structure
100
void sync_file_info_free(struct
sync_file_info
* info) __INTRODUCED_IN(26);
/third_party/mesa3d/src/util/
H
A
D
libsync.h
61
/*
sync_file_info
() only available in SDK 26. */
in sync_valid_fd()
63
struct
sync_file_info
*info =
sync_file_info
(fd);
in sync_valid_fd()
86
struct
sync_file_info
{
struct
98
#define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct
sync_file_info
)
156
struct
sync_file_info
info = {{0}};
in sync_valid_fd()
/third_party/mesa3d/src/android_stub/
H
A
D
sync_stub.cpp
20
struct
sync_file_info
*
sync_file_info
(int32_t fd)
in sync_file_info()
function
25
void sync_file_info_free(struct
sync_file_info
* info)
in sync_file_info_free()
/third_party/mesa3d/include/drm-uapi/
H
A
D
sync_file.h
69
* struct
sync_file_info
- data returned from fence info ioctl
72
* @flags:
sync_file_info
flags
78
struct
sync_file_info
{
struct
109
* Takes a struct
sync_file_info
. If num_fences is 0, the field is updated
114
#define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct
sync_file_info
)
Completed in 2 milliseconds