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:clockOffset
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_br_discover.c
121
inquiryInfo.
clockOffset
= eventParam->responses[i].
clockOffset
;
in GapOnInquiryResult()
143
inquiryInfo.
clockOffset
= eventParam->responses[i].
clockOffset
;
in GapOnInquiryResultRssi()
164
inquiryInfo.
clockOffset
= eventParam->
clockOffset
;
in GapOnEntendedInquiryResult()
243
hciCmdParam.
clockOffset
= inquiryInfo.
clockOffset
;
in GAP_GetRemoteName()
H
A
D
gap_def.h
174
uint16_t
clockOffset
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_inq_db.h
27
uint16_t
clockOffset
;
member
H
A
D
btm_acl.c
398
uint16_t
clockOffset
= 0;
in BtmAclCreateConnection()
local
404
clockOffset
= inquiryInfo.
clockOffset
;
in BtmAclCreateConnection()
416
.
clockOffset
=
clockOffset
,
in BtmAclCreateConnection()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci_def_evt.h
45
uint16_t
clockOffset
;
member
316
uint16_t
clockOffset
;
member
371
uint16_t
clockOffset
;
member
444
uint16_t
clockOffset
;
member
726
uint32_t
clockOffset
;
member
H
A
D
hci_def_link_ctrl_cmd.h
98
uint16_t
clockOffset
;
member
253
uint16_t
clockOffset
;
member
655
uint16_t
clockOffset
;
member
700
uint32_t
clockOffset
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H
A
D
hci_evt.c
126
(void)memcpy_s(&responses[i].
clockOffset
, sizeof(uint16_t), param + offset, sizeof(uint16_t));
in HciEventOnInquiryResultEvent()
611
(void)memcpy_s(&responses[i].
clockOffset
, sizeof(uint16_t), param + offset, sizeof(uint16_t));
in HciEventOnInquiryResultWithRSSIEvent()
Completed in 12 milliseconds