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:A2dpSource
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_src_test.cpp
44
static
A2dpSource
*profile_;
94
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
108
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
124
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
138
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
152
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
168
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
185
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
201
profile_ =
A2dpSource
::GetProfile();
in HWTEST_F()
217
profile_ =
A2dpSource
in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_src.cpp
38
struct
A2dpSource
::impl {
47
class
A2dpSource
::impl::BluetoothA2dpSourceObserverImp : public BluetoothA2dpSrcObserverStub {
49
explicit BluetoothA2dpSourceObserverImp(
A2dpSource
::impl &a2dpSource) : a2dpSource_(a2dpSource) {};
in BluetoothA2dpSourceObserverImp()
115
A2dpSource
::impl &a2dpSource_;
119
A2dpSource
::impl::impl()
in impl()
131
A2dpSource
::impl::~impl()
in ~impl()
140
A2dpSource
::
A2dpSource
()
in A2dpSource()
function in OHOS::Bluetooth::A2dpSource
148
A2dpSource
::~
A2dpSource
()
in ~A2dpSource()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_a2dp_src.h
132
class BLUETOOTH_API
A2dpSource
{
class
140
static
A2dpSource
*GetProfile();
458
A2dpSource
(void);
465
~
A2dpSource
(void);
466
BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(
A2dpSource
);
470
friend class BluetoothNoDestructor<
A2dpSource
>;
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H
A
D
napi_bluetooth_a2dp_src.cpp
130
"
A2dpSource
",
in DefineA2dpSourceJSClass()
163
A2dpSource
*profile =
A2dpSource
::GetProfile();
in On()
192
A2dpSource
*profile =
A2dpSource
::GetProfile();
in GetPlayingState()
209
A2dpSource
*profile =
A2dpSource
::GetProfile();
in Connect()
225
A2dpSource
*profile =
A2dpSource
::GetProfile();
in Disconnect()
327
A2dpSource
*profil
in GetConnectionDevices()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H
A
D
audio_bluetooth_manager.cpp
32
A2dpSource
*AudioA2dpManager::a2dpInstance_ = nullptr;
108
a2dpInstance_ =
A2dpSource
::GetProfile();
in RegisterBluetoothA2dpListener()
145
a2dpInstance_ =
A2dpSource
::GetProfile();
in SetActiveA2dpDevice()
163
a2dpInstance_ =
A2dpSource
::GetProfile();
in GetActiveA2dpDevice()
181
a2dpInstance_ =
A2dpSource
::GetProfile();
in GetA2dpDeviceStreamInfo()
195
a2dpInstance_ =
A2dpSource
::GetProfile();
in HasA2dpDeviceConnected()
259
a2dpInstance_ =
A2dpSource
::GetProfile();
in CheckA2dpDeviceReconnect()
H
A
D
audio_bluetooth_manager.h
86
static
A2dpSource
*a2dpInstance_;
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
111
std::to_string(
A2dpSource
::GetProfile()->GetPlayingState(devices[i])).c_str());
in AddDevicesToArray()
166
A2dpSource
::GetProfile()->GetDevicesByStates(connectState_, devices);
in GetA2dpSrcDeviceInfo()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
55
static Bluetooth::
A2dpSource
*g_a2dp;
325
g_a2dp = Bluetooth::
A2dpSource
::GetProfile();
in HandleBtInit()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
8331
Bluetooth::A2dpOffloadCodecStatus offloadCodeStatus = Bluetooth::
A2dpSource
::GetProfile()->
in GetA2dpOffloadCodecAndSendToDsp()
Completed in 23 milliseconds