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:IA2dpObserver
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_a2dp_src.h
81
class
IA2dpObserver
{
class
88
virtual ~
IA2dpObserver
() = default;
317
virtual void RegisterObserver(
IA2dpObserver
*observer) = 0;
324
virtual void DeregisterObserver(
IA2dpObserver
*observer) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_service.h
389
void RegisterObserver(
IA2dpObserver
*observer) override;
396
void DeregisterObserver(
IA2dpObserver
*observer) override;
633
BaseObserverList<
IA2dpObserver
> a2dpFramworkCallback_ {}; // callback of framework.
H
A
D
a2dp_service.cpp
917
void A2dpService::RegisterObserver(
IA2dpObserver
*observer)
in RegisterObserver()
925
void A2dpService::DeregisterObserver(
IA2dpObserver
*observer)
in DeregisterObserver()
977
[device, state](
IA2dpObserver
&observer) { observer.OnConnectionStateChanged(device, state); });
in ProcessConnectFrameworkCallback()
984
a2dpFramworkCallback_.ForEach([device, playingState, error](
IA2dpObserver
&observer) {
in ProcessPlayingFrameworkCallback()
995
[device, info, error](
IA2dpObserver
&observer) { observer.OnConfigurationChanged(device, info, error); });
in ProcessCodecFrameworkCallback()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_sink_server.cpp
28
class A2dpSinkObserver : public
IA2dpObserver
{
H
A
D
bluetooth_a2dp_source_server.cpp
31
class A2dpSourceObserver : public
IA2dpObserver
{
Completed in 7 milliseconds