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:callbackRemote
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/codec/hal/src/
H
A
D
codec_component_manager_stub.c
99
struct HdfRemoteService *
callbackRemote
= HdfSbufReadRemoteService(data);
in ReadParamsForCreateComponent()
local
100
if (
callbackRemote
== NULL) {
in ReadParamsForCreateComponent()
101
CODEC_LOGE("read
callbackRemote
failed!");
in ReadParamsForCreateComponent()
104
*callback = CodecCallbackTypeGet(
callbackRemote
);
in ReadParamsForCreateComponent()
H
A
D
codec_component_type_stub.c
620
struct HdfRemoteService *
callbackRemote
= HdfSbufReadRemoteService(data);
in SerStubSetCallbacks()
local
621
if (
callbackRemote
== NULL) {
in SerStubSetCallbacks()
622
CODEC_LOGE("read
callbackRemote
failed!");
in SerStubSetCallbacks()
625
callback = CodecCallbackTypeGet(
callbackRemote
);
in SerStubSetCallbacks()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_host_driver.cpp
177
auto
callbackRemote
= reinterpret_cast<DisplayDeviceCallbackProxy *>(data);
in HotPlugCallbackFunc()
local
178
auto ret =
callbackRemote
->OnHotplugIn(devId, connected);
in HotPlugCallbackFunc()
691
auto
callbackRemote
= reinterpret_cast<DisplayDeviceCallbackProxy *>(data);
in VBlankCallbackFunc()
local
692
auto ret =
callbackRemote
->OnVBlankCallback(sequence, ns);
in VBlankCallbackFunc()
882
auto
callbackRemote
= reinterpret_cast<DisplayDeviceCallbackProxy *>(data);
in RefreshCallbackFunc()
local
883
auto ret =
callbackRemote
->OnRefreshCallback(devId);
in RefreshCallbackFunc()
953
int32_t DisplayDeviceServerStub::SetCallBackObject(sptr<IRemoteObject>
callbackRemote
)
in SetCallBackObject()
argument
955
callbackRemote_ = iface_cast<DisplayDeviceCallbackProxy>(
callbackRemote
);
in SetCallBackObject()
/drivers/peripheral/display/hdi_service/device/include/server/
H
A
D
display_device_stub.h
112
int32_t SetCallBackObject(sptr<IRemoteObject>
callbackRemote
);
Completed in 5 milliseconds