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:A2dpAvdtp
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_avdtp.cpp
30
A2dpAvdtp
::
A2dpAvdtp
(const uint8_t role)
in A2dpAvdtp()
function in OHOS::bluetooth::A2dpAvdtp
35
uint16_t
A2dpAvdtp
::RegisterAvdtp(const AvdtRegisterParam &rcb)
in RegisterAvdtp()
43
uint16_t
A2dpAvdtp
::CreateStream(const BtAddr &addr, const uint8_t codecIndex, uint16_t &handle)
in CreateStream()
49
uint16_t
A2dpAvdtp
::RegisterLocalSEP(AvdtStreamConfig cfg[6], const uint8_t number) const
in RegisterLocalSEP()
51
LOG_INFO("[
A2dpAvdtp
] %{public}s number(%u)\n", __func__, number);
in RegisterLocalSEP()
57
uint16_t
A2dpAvdtp
::ConnectReq(const BtAddr &addr) const
in ConnectReq()
61
LOG_DEBUG("[
A2dpAvdtp
] %{public}s Success to call AVDT_ConnectReq() \n", __func__);
in ConnectReq()
63
LOG_ERROR("[
A2dpAvdtp
] %{public}s Failed to call AVDT_ConnectReq() \n", __func__);
in ConnectReq()
69
uint16_t
A2dpAvdtp
[all...]
H
A
D
a2dp_state_machine.cpp
46
A2dpAvdtp
avdtp(role);
in Dispatch()
116
A2dpAvdtp
avdtp(role);
in ProcessDisconnectReq()
130
A2dpAvdtp
avdtp(role);
in ProcessTimeout()
158
A2dpAvdtp
avdtp(role);
in ProcessSetConfigReq()
174
A2dpAvdtp
avdtp(role);
in ProcessSetConfigInd()
225
A2dpAvdtp
avdtp(role);
in ProcessDiscoverReq()
273
A2dpAvdtp
avdtp(role);
in Dispatch()
320
A2dpAvdtp
avdtp(role);
in ProcessOpenReq()
331
A2dpAvdtp
avdtp(role);
in ProcessDisconnectReq()
387
A2dpAvdtp
avdt
in ProcessSetConfigInd()
[all...]
H
A
D
a2dp_avdtp.h
34
class
A2dpAvdtp
{
class
37
* @brief A constructor used to create an <b>
A2dpAvdtp
</b> instance.
42
explicit
A2dpAvdtp
(const uint8_t role);
45
* @brief A destructor used to delete an <b>
A2dpAvdtp
</b> instance.
50
~
A2dpAvdtp
() = default;
610
A2dpAvdtp
() = delete;
H
A
D
a2dp_profile.cpp
137
A2dpAvdtp
avdtpInstance(role);
in Enable()
180
A2dpAvdtp
avdtpInstance(role);
in ProcessAvdtpCallback()
426
A2dpAvdtp
avdtp(role);
in CreateSEPConfigureInfo()
847
A2dpAvdtp
avdtp(A2DP_ROLE_SINK);
in SendDelay()
857
A2dpAvdtp
avdtp(GetRole());
in CloseRsp()
868
A2dpAvdtp
avdtp(A2DP_ROLE_SOURCE);
in WriteStream()
H
A
D
a2dp_profile_peer.cpp
153
A2dpAvdtp
avdtp(role);
in RegisterSEPConfigureInfo()
1267
A2dpAvdtp
avdtp(A2DP_ROLE_SOURCE);
in SendPacket()
Completed in 7 milliseconds