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:A2dpSink
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_snk.cpp
48
struct
A2dpSink
::impl {
57
class
A2dpSink
::impl::BluetoothA2dpSinkObserverImp : public BluetoothA2dpSinkObserverStub {
59
explicit BluetoothA2dpSinkObserverImp(
A2dpSink
::impl &a2dpSink) : a2dpSink_(a2dpSink)
in BluetoothA2dpSinkObserverImp()
86
A2dpSink
::impl &a2dpSink_;
90
A2dpSink
::impl::impl()
in impl()
102
A2dpSink
::impl::~impl()
in ~impl()
111
A2dpSink
::
A2dpSink
()
in A2dpSink()
function in OHOS::Bluetooth::A2dpSink
119
A2dpSink
::~
A2dpSink
()
in ~A2dpSink()
[all...]
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_snk_test.cpp
41
static
A2dpSink
*profile_;
93
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
107
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
123
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
139
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
155
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
169
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
183
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
199
profile_ =
A2dpSink
::GetProfile();
in HWTEST_F()
216
profile_ =
A2dpSink
in HWTEST_F()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_a2dp_snk.h
65
class BLUETOOTH_API
A2dpSink
{
class
73
static
A2dpSink
*GetProfile();
189
* @brief The external process calls the
A2dpSink
profile interface before the Bluetooth process starts. At this
191
*
A2dpSink
proflie.
201
A2dpSink
(void);
208
~
A2dpSink
(void);
209
BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(
A2dpSink
);
213
friend class BluetoothNoDestructor<
A2dpSink
>;
/foundation/communication/bluetooth/frameworks/js/napi/src/
H
A
D
napi_bluetooth_a2dp_snk.cpp
42
napi_define_class(env, "
A2dpSink
", NAPI_AUTO_LENGTH, A2dpSinkConstructor, nullptr,
in DefineA2dpSinkJSClass()
63
A2dpSink
*profile =
A2dpSink
::GetProfile();
in On()
84
A2dpSink
*profile =
A2dpSink
::GetProfile();
in GetConnectionDevices()
118
A2dpSink
*profile =
A2dpSink
::GetProfile();
in GetDeviceState()
150
A2dpSink
*profile =
A2dpSink
::GetProfile();
in Connect()
182
A2dpSink
*profil
in Disconnect()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
114
std::to_string(
A2dpSink
::GetProfile()->GetPlayingState(devices[i])).c_str());
in AddDevicesToArray()
173
devices =
A2dpSink
::GetProfile()->GetDevicesByStates(connectState_);
in GetA2dpSinkDeviceInfo()
Completed in 3 milliseconds