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:IpcStreamListener
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H
A
D
ipc_stream_listener_stub.h
25
class IpcStreamListenerStub : public IRemoteStub<
IpcStreamListener
> {
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
ipc_stream_listener_proxy.h
25
class IpcStreamListenerProxy : public IRemoteProxy<
IpcStreamListener
> {
H
A
D
ipc_stream_in_server.h
34
int32_t RegisterStreamListener(sptr<
IpcStreamListener
> listener);
40
sptr<
IpcStreamListener
> streamListener_ = nullptr;
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H
A
D
ipc_stream.h
141
class
IpcStreamListener
: public IRemoteBroker, public IStreamListener {
class
143
virtual ~
IpcStreamListener
() = default;
150
DECLARE_INTERFACE_DESCRIPTOR(u"
IpcStreamListener
");
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
ipc_stream_listener_proxy.cpp
25
IpcStreamListenerProxy::IpcStreamListenerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<
IpcStreamListener
>(impl)
in IpcStreamListenerProxy()
H
A
D
ipc_stream_in_server.cpp
39
int32_t StreamListenerHolder::RegisterStreamListener(sptr<
IpcStreamListener
> listener)
in RegisterStreamListener()
140
sptr<
IpcStreamListener
> listener = iface_cast<
IpcStreamListener
>(object);
in RegisterStreamListener()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
ipc_stream_listener_stub.cpp
27
static auto localDescriptor =
IpcStreamListener
::GetDescriptor();
in CheckInterfaceToken()
Completed in 3 milliseconds