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:nativeVsync
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H
A
D
native_vsync.h
69
void OH_NativeVSync_Destroy(OH_NativeVSync*
nativeVsync
);
76
* @param
nativeVsync
Indicates the pointer to a NativeVsync.
80
* {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - the parameter
nativeVsync
is NULL or callback is NULL.
85
int OH_NativeVSync_RequestFrame(OH_NativeVSync*
nativeVsync
, OH_NativeVSync_FrameCallback callback, void* data);
92
* @param
nativeVsync
Indicates the pointer to a NativeVsync.
96
* {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - the parameter
nativeVsync
is NULL or callback is NULL.
102
OH_NativeVSync*
nativeVsync
, OH_NativeVSync_FrameCallback callback, void* data);
108
* @param
nativeVsync
Indicates the pointer to a NativeVsync.
114
int OH_NativeVSync_GetPeriod(OH_NativeVSync*
nativeVsync
, long long* period);
132
* @param
nativeVsync
Indicate
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_limit_test.cpp
44
OH_NativeVSync *
nativeVsync
= OH_NativeVSync_Create(name, sizeof(name));
in HWTEST_F()
local
45
ASSERT_EQ(
nativeVsync
, nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/
H
A
D
native_vsync.cpp
101
int OH_NativeVSync_GetPeriod(OH_NativeVSync*
nativeVsync
, long long* period)
in OH_NativeVSync_GetPeriod()
argument
103
NativeVSync* nativeVSync = OH_NativeVSync_OHNativeVSyncToNativeVSync(
nativeVsync
);
in OH_NativeVSync_GetPeriod()
Completed in 2 milliseconds