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:AudioA2dpManager
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H
A
D
audio_bluetooth_manager.cpp
32
A2dpSource *
AudioA2dpManager
::a2dpInstance_ = nullptr;
33
std::shared_ptr<AudioA2dpListener>
AudioA2dpManager
::a2dpListener_ = std::make_shared<AudioA2dpListener>();
34
int
AudioA2dpManager
::connectionState_ = static_cast<int>(BTConnectState::DISCONNECTED);
35
BluetoothRemoteDevice
AudioA2dpManager
::activeA2dpDevice_;
45
std::vector<std::shared_ptr<AudioA2dpPlayingStateChangedListener>>
AudioA2dpManager
::a2dpPlayingStateChangedListeners_;
104
void
AudioA2dpManager
::RegisterBluetoothA2dpListener()
in RegisterBluetoothA2dpListener()
106
AUDIO_INFO_LOG("
AudioA2dpManager
::RegisterBluetoothA2dpListener");
in RegisterBluetoothA2dpListener()
113
void
AudioA2dpManager
::UnregisterBluetoothA2dpListener()
in UnregisterBluetoothA2dpListener()
115
AUDIO_INFO_LOG("
AudioA2dpManager
::UnregisterBluetoothA2dpListener");
in UnregisterBluetoothA2dpListener()
122
void
AudioA2dpManager
[all...]
H
A
D
audio_bluetooth_manager.h
49
class
AudioA2dpManager
{
class
51
AudioA2dpManager
() = default;
52
virtual ~
AudioA2dpManager
() = default;
/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
H
A
D
audiobluetoothmanager_fuzzer.cpp
71
Bluetooth::
AudioA2dpManager
::SetDeviceAbsVolume(macAddress, volume);
in AudioA2dpManagerFuzzTest()
72
Bluetooth::
AudioA2dpManager
::OffloadStartPlaying(sessionsID);
in AudioA2dpManagerFuzzTest()
73
Bluetooth::
AudioA2dpManager
::OffloadStopPlaying(sessionsID);
in AudioA2dpManagerFuzzTest()
74
Bluetooth::
AudioA2dpManager
::A2dpOffloadSessionRequest(info);
in AudioA2dpManagerFuzzTest()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/listener/
H
A
D
device_status_listener.cpp
145
if (Bluetooth::
AudioA2dpManager
::HasA2dpDeviceConnected()) {
in OnServiceStatusReceived()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
730
return Bluetooth::
AudioA2dpManager
::SetDeviceAbsVolume(activeBTDevice_, volumeLevel);
in SetSystemVolumeLevel()
732
return Bluetooth::
AudioA2dpManager
::SetDeviceAbsVolume(activeBTDevice_,
in SetSystemVolumeLevel()
1070
return Bluetooth::
AudioA2dpManager
::SetDeviceAbsVolume(activeBTDevice_, 0);
in SetStreamMute()
1072
return Bluetooth::
AudioA2dpManager
::SetDeviceAbsVolume(activeBTDevice_,
in SetStreamMute()
1323
int32_t ret = Bluetooth::
AudioA2dpManager
::Connect(selectedDesc->macAddress_);
in ConnectVirtualDevice()
3313
if (Bluetooth::
AudioA2dpManager
::GetActiveA2dpDevice() == deviceDescriptor->macAddress_ &&
in SwitchActiveA2dpDevice()
3321
result = Bluetooth::
AudioA2dpManager
::SetActiveA2dpDevice(deviceDescriptor->macAddress_);
in SwitchActiveA2dpDevice()
4255
Bluetooth::
AudioA2dpManager
::SetActiveA2dpDevice("");
in UpdateActiveA2dpDeviceWhenDisconnecting()
4420
int32_t ret = Bluetooth::
AudioA2dpManager
::GetA2dpDeviceStreamInfo(macAddress, streamInfo);
in OnDeviceStatusUpdated()
6351
Bluetooth::
AudioA2dpManager
in HandleAbsBluetoothVolume()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_policy_service.h
1332
void Init() {Bluetooth::
AudioA2dpManager
::RegisterA2dpPlayingStateChangedListener(shared_from_this());};
in Init()
Completed in 17 milliseconds