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:codecSpecific1
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_source_server.cpp
69
tmpInfo.
codecSpecific1
= info.
codecSpecific1
;
320
codeStatus.codecInfo.
codecSpecific1
= ret.codecInfo.
codecSpecific1
;
in GetCodecStatus()
331
serviceInfo.
codecSpecific1
= it->
codecSpecific1
;
in GetCodecStatus()
344
serviceInfo.
codecSpecific1
= it->
codecSpecific1
;
in GetCodecStatus()
363
"channelMode = %{public}d,
codecSpecific1
= %{public}llu, codecSpecific2 = %{public}llu, "
in SetCodecPreference()
366
(unsigned long long)info.
codecSpecific1
, (unsigne
in SetCodecPreference()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_a2dp_a2dpCodecInfo.cpp
38
if (!parcel.WriteUint64(
codecSpecific1
)) {
in Marshalling()
85
if (!parcel.ReadUint64(
codecSpecific1
)) {
in ReadFromParcel()
118
CHECK_AND_RETURN_LOG_RET(parcel.WriteUint8(
codecSpecific1
), false, "write
codecSpecific1
failed.");
in Marshalling()
161
CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(
codecSpecific1
), false, "read
codecSpecific1
failed.");
in ReadFromParcel()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_a2dp_codec.h
56
uint64_t
codecSpecific1
;
member
106
uint8_t
codecSpecific1
= 0;
member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
a2dp_parcel_codec.h
128
uint64_t
codecSpecific1
;
member
173
uint8_t
codecSpecific1
;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H
A
D
a2dp_codec_config.h
33
uint64_t
codecSpecific1
;
member
80
" channelMode_: " + channelModeStr + " codec_specific_1: " + std::to_string(
codecSpecific1
) +
in ToString()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_a2dp_src.h
48
uint64_t
codecSpecific1
;
member
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_src.cpp
468
serviceInfo.
codecSpecific1
= info.
codecSpecific1
;
in SetCodecPreference()
661
offloadInfo.
codecSpecific1
= status.offloadInfo.
codecSpecific1
;
in A2dpOffloadCodecStatus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H
A
D
a2dp_aac_param_ctrl.cpp
596
if (userCodecConfig_.
codecSpecific1
!= 0) {
in SetCodecSpecific()
597
codecConfig_.
codecSpecific1
= userCodecConfig_.
codecSpecific1
;
in SetCodecSpecific()
H
A
D
a2dp_sbc_param_ctrl.cpp
629
if (userCodecConfig_.
codecSpecific1
!= 0) {
in SetCodecSpecific()
630
codecConfig_.
codecSpecific1
= userCodecConfig_.
codecSpecific1
;
in SetCodecSpecific()
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_src_test.cpp
305
info.
codecSpecific1
= 5;
in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
8350
+ std::to_string(offloadCodeStatus.offloadInfo.
codecSpecific1
) + ","
in GetA2dpOffloadCodecAndSendToDsp()
Completed in 33 milliseconds