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:StartTone
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/
H
A
D
audio_toneplayer_unit_test.cpp
95
* @tc.desc : Test create->LoadTone->
StartTone
->StopTone->Release interface.
109
bool startRet = toneplayer->
StartTone
();
in HWTEST()
124
* @tc.desc : Test create->
StartTone
->StopTone->Release interface.
150
* @tc.desc : Test create->
StartTone
->Release interface.
161
bool startRet = toneplayer->
StartTone
();
in HWTEST()
172
* @tc.desc : Test create->LoadTone->
StartTone
->Release interface.
186
bool startRet = toneplayer->
StartTone
();
in HWTEST()
199
* @tc.desc : Test create->LoadTone->
StartTone
->Release interface.
213
bool startRet = toneplayer->
StartTone
();
in HWTEST()
230
* @tc.desc : Test create->
StartTone
[all...]
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/example/
H
A
D
audio_toneplayer_test.cpp
51
lToneGen->
StartTone
();
in main()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/toneplayer/include/
H
A
D
tone_player.h
108
virtual bool
StartTone
() = 0;
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H
A
D
tone_player_impl.h
42
bool
StartTone
() override;
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H
A
D
napi_toneplayer.cpp
281
context->isTrue = napiTonePlayer->tonePlayer_->
StartTone
();
in Start()
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H
A
D
toneplayer_impl.cpp
180
bool TonePlayerImpl::
StartTone
()
in StartTone()
function in OHOS::AudioStandard::TonePlayerImpl
Completed in 4 milliseconds