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:AudioHfpManager
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H
A
D
audio_bluetooth_manager.cpp
37
HandsFreeAudioGateway *
AudioHfpManager
::hfpInstance_ = nullptr;
38
std::shared_ptr<AudioHfpListener>
AudioHfpManager
::hfpListener_ = std::make_shared<AudioHfpListener>();
39
AudioScene
AudioHfpManager
::scene_ = AUDIO_SCENE_DEFAULT;
40
AudioScene
AudioHfpManager
::sceneFromPolicy_ = AUDIO_SCENE_DEFAULT;
41
OHOS::Bluetooth::ScoCategory
AudioHfpManager
::scoCategory = OHOS::Bluetooth::ScoCategory::SCO_DEFAULT;
42
OHOS::Bluetooth::RecognitionStatus
AudioHfpManager
::recognitionStatus =
44
BluetoothRemoteDevice
AudioHfpManager
::activeHfpDevice_;
363
void
AudioHfpManager
::RegisterBluetoothScoListener()
in RegisterBluetoothScoListener()
365
AUDIO_INFO_LOG("
AudioHfpManager
::RegisterBluetoothScoListener");
in RegisterBluetoothScoListener()
373
void
AudioHfpManager
[all...]
H
A
D
audio_bluetooth_manager.h
110
class
AudioHfpManager
{
class
112
AudioHfpManager
() = default;
113
virtual ~
AudioHfpManager
() = default;
H
A
D
bluetooth_device_manager.cpp
827
std::thread disconnectScoThread = std::thread(&Bluetooth::
AudioHfpManager
::DisconnectSco);
in HandleStopVirtualCall()
/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
H
A
D
audiobluetoothmanager_fuzzer.cpp
85
Bluetooth::
AudioHfpManager
::SetActiveHfpDevice(macAddress);
in AudioHfpManagerFuzzTest()
86
Bluetooth::
AudioHfpManager
::ConnectScoWithAudioScene(scene);
in AudioHfpManagerFuzzTest()
87
Bluetooth::
AudioHfpManager
::GetScoCategoryFromScene(scene);
in AudioHfpManagerFuzzTest()
88
Bluetooth::
AudioHfpManager
::UpdateAudioScene(scene);
in AudioHfpManagerFuzzTest()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
1280
Bluetooth::
AudioHfpManager
::DisconnectSco();
in NotifyUserSelectionEventToBt()
1325
ret = Bluetooth::
AudioHfpManager
::Connect(selectedDesc->macAddress_);
in ConnectVirtualDevice()
2587
(Bluetooth::
AudioHfpManager
::GetScoCategory() == Bluetooth::ScoCategory::SCO_RECOGNITION ||
in FetchInputDeviceWhenNoRunningStream()
2588
Bluetooth::
AudioHfpManager
::GetRecognitionStatus() == Bluetooth::RecognitionStatus::RECOGNITION_CONNECTING)) {
in FetchInputDeviceWhenNoRunningStream()
2629
int32_t ret = Bluetooth::
AudioHfpManager
::SetActiveHfpDevice(desc->macAddress_);
in HandleScoOutputDeviceFetched()
2638
Bluetooth::
AudioHfpManager
::ConnectScoWithAudioScene(audioScene_);
in HandleScoOutputDeviceFetched()
3026
int32_t ret = Bluetooth::
AudioHfpManager
::SetActiveHfpDevice(desc->macAddress_);
in HandleScoInputDeviceFetched()
3035
Bluetooth::
AudioHfpManager
::ConnectScoWithAudioScene(audioScene_);
in HandleScoInputDeviceFetched()
3122
int32_t activeRet = Bluetooth::
AudioHfpManager
::SetActiveHfpDevice(desc->macAddress_);
in BluetoothScoFetch()
3142
Bluetooth::
AudioHfpManager
in BluetoothScoDisconectForRecongnition()
[all...]
Completed in 17 milliseconds