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:songPosition_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_vendor.h
583
return
songPosition_
;
in GetSongPosition()
598
uint32_t
songPosition_
{AVRC_PLAY_STATUS_INVALID_SONG_POSITION}; // The value of the "SongPosition".
H
A
D
avrcp_ct_vendor.cpp
1119
songPosition_
(AVRC_PLAY_STATUS_INVALID_SONG_POSITION),
in AvrcCtGpsPacket()
1132
songPosition_
(AVRC_PLAY_STATUS_INVALID_SONG_POSITION),
in AvrcCtGpsPacket()
1192
songPosition_
= AVRC_PLAY_STATUS_INVALID_SONG_POSITION;
in DisassembleParameters()
1193
HILOGI("
songPosition_
: %{public}d",
songPosition_
);
in DisassembleParameters()
1207
songPosition_
= static_cast<uint32_t>(payload);
in DisassembleParameters()
1208
HILOGI("
songPosition_
: %{public}d",
songPosition_
);
in DisassembleParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_vendor.h
686
return
songPosition_
;
in GetSongPosition()
701
uint32_t
songPosition_
{AVRC_PLAY_STATUS_INVALID_SONG_POSITION}; // The value of the "SongPosition".
H
A
D
avrcp_tg_vendor.cpp
1679
songPosition_
= songPosition;
in AvrcTgGpsPacket()
1689
songPosition_
(AVRC_PLAY_STATUS_INVALID_SONG_POSITION),
in AvrcTgGpsPacket()
1731
offset += PushOctets4((bufferPtr + offset),
songPosition_
);
in AssembleParameters()
1732
HILOGI("
songPosition_
: %{public}u",
songPosition_
);
in AssembleParameters()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
197
: songLength_(songLength),
songPosition_
(songPosition), playStatus_(playStatus)
in PlayStatus()
202
uint32_t
songPosition_
; // The current position of the playing in milliseconds elapsed.
member in OHOS::Bluetooth::AvrcpCtResponse::PlayStatus
Completed in 9 milliseconds