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:AVDT_SEID_INVLID
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_message.c
1128
if (seid ==
AVDT_SEID_INVLID
) {
in AvdtParseCommonInd()
1155
if (seid ==
AVDT_SEID_INVLID
) {
in AvdtParseReconfigInd()
1192
if (seid ==
AVDT_SEID_INVLID
) {
in AvdtParseSetconfigInd()
1233
if (seid ==
AVDT_SEID_INVLID
) {
in AvdtParseDelayRptInd()
1652
seid =
AVDT_SEID_INVLID
;
in AvdtParseSeid()
1930
* @return valid:id / invalid:
AVDT_SEID_INVLID
1936
uint8_t seid =
AVDT_SEID_INVLID
;
in AvdtIndSeidCheck()
1952
if (seid ==
AVDT_SEID_INVLID
) {
in AvdtIndSeidCheck()
1960
seid =
AVDT_SEID_INVLID
;
in AvdtIndSeidCheck()
1976
* @return valid:id / invalid:
AVDT_SEID_INVLID
[all...]
H
A
D
avdtp_message.h
43
#define
AVDT_SEID_INVLID
0x3F
macro
H
A
D
avdtp_impl.c
206
if (
AVDT_SEID_INVLID
<= data->msg.single.seid || data->msg.single.seid <= AVDT_SEID_FORBID) {
in AvdtActGetCapInd()
344
if (
AVDT_SEID_INVLID
<= data->msg.single.seid || data->msg.single.seid <= AVDT_SEID_FORBID) {
in AvdtActGetAllCapInd()
579
if ((seid >=
AVDT_SEID_INVLID
) || (seid == AVDT_SEID_FORBID)) {
in AvdtActGetConfigInd()
805
if (
AVDT_SEID_INVLID
<= seid || seid == AVDT_SEID_FORBID) {
in AvdtActOpenInd()
906
if (
AVDT_SEID_INVLID
<= seid || seid == AVDT_SEID_FORBID) {
in AvdtActSuspendInd()
Completed in 6 milliseconds