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:a2dpListener_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H
A
D
audio_bluetooth_manager.cpp
33
std::shared_ptr<AudioA2dpListener> AudioA2dpManager::
a2dpListener_
= std::make_shared<AudioA2dpListener>();
member in OHOS::Bluetooth::AudioA2dpManager
110
a2dpInstance_->RegisterObserver(
a2dpListener_
);
in RegisterBluetoothA2dpListener()
118
a2dpInstance_->DeregisterObserver(
a2dpListener_
);
in UnregisterBluetoothA2dpListener()
127
a2dpListener_
->OnConnectionStateChanged(device, connectionState,
in DisconnectBluetoothA2dpSink()
133
a2dpListener_
->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_REMOVE),
in DisconnectBluetoothA2dpSink()
267
a2dpListener_
->OnConnectionStateChanged(device, static_cast<int32_t>(BTConnectState::CONNECTED),
in CheckA2dpDeviceReconnect()
283
a2dpListener_
->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_ADD), macAddress);
in CheckA2dpDeviceReconnect()
H
A
D
audio_bluetooth_manager.h
87
static std::shared_ptr<AudioA2dpListener>
a2dpListener_
;
member in OHOS::Bluetooth::AudioA2dpManager
Completed in 2 milliseconds