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:packetType
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
hci_protocol.cpp
42
const PacketHeader &HciProtocol::GetPacketHeaderInfo(HciPacketType
packetType
)
in GetPacketHeaderInfo()
argument
44
if (
packetType
>= HCI_PACKET_TYPE_MAX) {
in GetPacketHeaderInfo()
47
return header_[
packetType
];
in GetPacketHeaderInfo()
H
A
D
hci_protocol.h
36
virtual ssize_t SendPacket(HciPacketType
packetType
, const std::vector<uint8_t> &packetData) = 0;
38
const PacketHeader& GetPacketHeaderInfo(HciPacketType
packetType
);
H
A
D
mct_protocol.cpp
43
ssize_t MctProtocol::SendPacket(HciPacketType
packetType
, const std::vector<uint8_t> &packetData)
in SendPacket()
argument
45
uint8_t type =
packetType
;
in SendPacket()
47
if (
packetType
== HciPacketType::HCI_PACKET_TYPE_COMMAND) {
in SendPacket()
49
} else if (
packetType
== HciPacketType::HCI_PACKET_TYPE_ACL_DATA) {
in SendPacket()
H
A
D
mct_protocol.h
31
ssize_t SendPacket(HciPacketType
packetType
, const std::vector<uint8_t> &packetData) override;
H
A
D
h4_protocol.h
29
ssize_t SendPacket(HciPacketType
packetType
, const std::vector<uint8_t> &packetData) override;
H
A
D
h4_protocol.cpp
37
ssize_t H4Protocol::SendPacket(HciPacketType
packetType
, const std::vector<uint8_t> &packetData)
in SendPacket()
argument
39
uint8_t type =
packetType
;
in SendPacket()
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_dfm.c
65
param->
packetType
= HDMI_AUDIO_SAMPLE_PACKET;
in HdmiDfmFillParam()
111
switch (param->
packetType
) {
in HdmiDfmGetAudioPackets()
136
HDF_LOGE("audio packet type 0x%x, is not support.", param->
packetType
);
in HdmiDfmGetAudioPackets()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H
A
D
hdmi_dfm.h
147
uint32_t
packetType
;
member
Completed in 3 milliseconds