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:codecSpecific7
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_a2dp_a2dpCodecInfo.cpp
124
CHECK_AND_RETURN_LOG_RET(parcel.WriteUint8(
codecSpecific7
), false, "write
codecSpecific7
failed.");
in Marshalling()
167
CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(
codecSpecific7
), false, "read
codecSpecific7
failed.");
in ReadFromParcel()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_a2dp_codec.h
112
uint8_t
codecSpecific7
= 0;
member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
a2dp_parcel_codec.h
179
uint8_t
codecSpecific7
;
member
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_src.cpp
667
offloadInfo.
codecSpecific7
= status.offloadInfo.
codecSpecific7
;
in A2dpOffloadCodecStatus()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
8356
+ std::to_string(offloadCodeStatus.offloadInfo.
codecSpecific7
) + ";";
in GetA2dpOffloadCodecAndSendToDsp()
Completed in 30 milliseconds