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:ReadCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager_lite/services/ims/
H
A
D
input_event_hub.h
30
using
ReadCallback
= void (*)(const RawEvent*);
53
static int32_t RegisterReadCallback(const
ReadCallback
&callback)
in RegisterReadCallback()
80
static
ReadCallback
readCallback_;
H
A
D
input_manager_service.cpp
40
hub_->RegisterReadCallback(
ReadCallback
);
in Run()
60
void InputManagerService::
ReadCallback
(const RawEvent* event)
in ReadCallback()
function in OHOS::InputManagerService
H
A
D
input_manager_service.h
73
static void
ReadCallback
(const RawEvent* event);
H
A
D
input_event_hub.cpp
27
InputEventHub::
ReadCallback
InputEventHub::readCallback_ = nullptr;
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H
A
D
minimp4_demuxer_plugin.h
58
static int
ReadCallback
(int64_t offset, void* buffer, size_t size, void* token);
H
A
D
minimp4_demuxer_plugin.cpp
250
if (MP4D_open(&miniMP4_,
ReadCallback
, reinterpret_cast<void *>(this), fileSize_) == 0) {
in GetMediaInfo()
309
int MiniMP4DemuxerPlugin::
ReadCallback
(int64_t offset, void* buffer, size_t size, void* token)
in ReadCallback()
function in OHOS::Media::Plugin::Minimp4::MiniMP4DemuxerPlugin
314
MEDIA_LOG_E("
ReadCallback
offset is bigger");
in ReadCallback()
Completed in 3 milliseconds