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:supportedCodecs
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H
A
D
hci_evt_info_params_cmd_complete.c
115
static void HciCopySupportedCodecs(uint8_t *
supportedCodecs
, uint8_t count, const uint8_t *buf)
in HciCopySupportedCodecs()
argument
119
supportedCodecs
[i] = buf[offset];
in HciCopySupportedCodecs()
156
returnParam.
supportedCodecs
= MEM_MALLOC.alloc(returnParam.numberOfSupportedCodecs * sizeof(uint8_t));
in HciEventOnReadLocalSupportedCodecs()
157
if (returnParam.
supportedCodecs
!= NULL) {
in HciEventOnReadLocalSupportedCodecs()
158
HciCopySupportedCodecs(returnParam.
supportedCodecs
, returnParam.numberOfSupportedCodecs, buf + offset);
in HciEventOnReadLocalSupportedCodecs()
189
if (returnParam.
supportedCodecs
!= NULL) {
in HciEventOnReadLocalSupportedCodecs()
190
MEM_MALLOC.free(returnParam.
supportedCodecs
);
in HciEventOnReadLocalSupportedCodecs()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_data_connection.cpp
84
if (pCodecs->
supportedCodecs
[i] == ANUM_MSBC) {
in Init()
88
} else if (pCodecs->
supportedCodecs
[i] == ANUM_CVSD) {
in Init()
93
__FUNCTION__, pCodecs->
supportedCodecs
[i]);
in Init()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_data_connection.cpp
81
if (pCodecs->
supportedCodecs
[i] == ANUM_MSBC) {
in Init()
85
} else if (pCodecs->
supportedCodecs
[i] == ANUM_CVSD) {
in Init()
90
__FUNCTION__, pCodecs->
supportedCodecs
[i]);
in Init()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_controller.c
126
g_localSupportedCodecs.
supportedCodecs
=
in BtmControllerCopySupportedCodecs()
128
if (g_localSupportedCodecs.
supportedCodecs
) {
in BtmControllerCopySupportedCodecs()
130
g_localSupportedCodecs.
supportedCodecs
[i] = returnParam->
supportedCodecs
[i];
in BtmControllerCopySupportedCodecs()
996
if (g_localSupportedCodecs.
supportedCodecs
) {
in BtmCloseController()
997
MEM_MALLOC.free(g_localSupportedCodecs.
supportedCodecs
);
in BtmCloseController()
998
g_localSupportedCodecs.
supportedCodecs
= NULL;
in BtmCloseController()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci_def_info_params_cmd.h
123
uint8_t *
supportedCodecs
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
btm.h
502
uint8_t *
supportedCodecs
;
member
Completed in 5 milliseconds