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:FindPeerByAddress
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_avdtp.cpp
317
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpDisconnectInd()
341
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpConfigureInd()
384
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpReconfigureInd()
432
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpOpenInd()
454
A2dpProfilePeer *profilePeer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpCloseInd()
480
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpCloseChannelInd()
505
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpStartInd()
575
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpDisconnectCFM()
596
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAddr);
in ParseAvdtpDiscoverCFM()
631
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(bdAdd
in ParseAvdtpGetCapabilityCFM()
[all...]
H
A
D
a2dp_profile.cpp
243
A2dpProfilePeer *peer =
FindPeerByAddress
(addr);
in CodecChangedNotify()
264
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(addr);
in SetUserCodecConfigure()
302
A2dpProfilePeer *peer =
FindPeerByAddress
(addr);
in EnableOptionalCodec()
316
A2dpProfilePeer *peer =
FindPeerByAddress
(addr);
in NotifyEncoder()
328
A2dpProfilePeer *peer =
FindPeerByAddress
(addr);
in NotifyDecoder()
583
A2dpProfilePeer *peer =
FindPeerByAddress
(addr);
in SetConfigure()
655
peer =
FindPeerByAddress
(device);
in Disconnect()
926
peer =
FindPeerByAddress
(device);
in DelayReportNotify()
940
peer =
FindPeerByAddress
(device);
in ResetDelayValue()
962
A2dpProfilePeer *A2dpProfile::
FindPeerByAddress
(cons
function in OHOS::bluetooth::A2dpProfile
[all...]
H
A
D
a2dp_state_machine.cpp
185
profilePeer = profile->
FindPeerByAddress
(msgData.configRsp.addr);
in ProcessSetConfigInd()
232
A2dpProfilePeer *peer = profile->
FindPeerByAddress
(addr);
in ProcessDiscoverReq()
399
profilePeer = profile->
FindPeerByAddress
(msgData.configRsp.addr);
in ProcessSetConfigInd()
739
profile->
FindPeerByAddress
(addr)->SetRestart(false);
in ProcessReconfigCfm()
765
if (profile->
FindPeerByAddress
(addr)->GetRestart()) {
in ProcessCloseCfm()
766
profile->
FindPeerByAddress
(addr)->UpdateConfigure();
in ProcessCloseCfm()
878
if (profile->
FindPeerByAddress
(msgData.stream.addr)->GetRestart()) {
in ProcessSuspendCfm()
880
msgData.stream.handle, profile->
FindPeerByAddress
(msgData.stream.addr)->GetReconfig(), label_);
in ProcessSuspendCfm()
1087
if (profile->
FindPeerByAddress
(msgData.stream.addr)->GetRestart()) {
in ProcessSuspendCfm()
1089
msgData.stream.handle, profile->
FindPeerByAddress
(msgDat
in ProcessSuspendCfm()
[all...]
H
A
D
a2dp_profile.h
322
A2dpProfilePeer *
FindPeerByAddress
(const BtAddr &peerAddress) const;
H
A
D
a2dp_profile_peer.cpp
579
A2dpProfilePeer *profilePeer = instance->
FindPeerByAddress
(addr);
in ParseSDPInformation()
Completed in 9 milliseconds