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:interruptEvent
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_player.cpp
270
void AudioPlayer::CallAudioRendererCallback::OnInterrupt(const AudioStandard::InterruptEvent &
interruptEvent
)
in OnInterrupt()
argument
272
if (
interruptEvent
.forceType == AudioStandard::INTERRUPT_FORCE) {
in OnInterrupt()
273
switch (
interruptEvent
.hintType) {
in OnInterrupt()
288
void AudioPlayer::RingCallback::OnInterrupt(const AudioStandard::InterruptEvent &
interruptEvent
)
in OnInterrupt()
argument
290
if (
interruptEvent
.forceType == AudioStandard::INTERRUPT_FORCE) {
in OnInterrupt()
291
switch (
interruptEvent
.hintType) {
in OnInterrupt()
/base/telephony/call_manager/services/audio/include/
H
A
D
audio_player.h
85
void OnInterrupt(const AudioStandard::InterruptEvent &
interruptEvent
) override;
91
void OnInterrupt(const AudioStandard::InterruptEvent &
interruptEvent
) override;
/base/web/webview/test/unittest/audio_adapter_impl_test/
H
A
D
audio_adapter_impl_test.cpp
807
InterruptEvent
interruptEvent
;
in HWTEST_F()
local
808
interruptEvent
.hintType = OHOS::AudioStandard::InterruptHint::INTERRUPT_HINT_PAUSE;
in HWTEST_F()
809
callBack->OnInterrupt(
interruptEvent
);
in HWTEST_F()
810
interruptEvent
.hintType = OHOS::AudioStandard::InterruptHint::INTERRUPT_HINT_STOP;
in HWTEST_F()
811
callBack->OnInterrupt(
interruptEvent
);
in HWTEST_F()
812
interruptEvent
.hintType = OHOS::AudioStandard::InterruptHint::INTERRUPT_HINT_RESUME;
in HWTEST_F()
813
callBack->OnInterrupt(
interruptEvent
);
in HWTEST_F()
814
interruptEvent
.hintType = OHOS::AudioStandard::InterruptHint::INTERRUPT_HINT_NONE;
in HWTEST_F()
815
callBack->OnInterrupt(
interruptEvent
);
in HWTEST_F()
818
callBack->OnInterrupt(
interruptEvent
);
in HWTEST_F()
[all...]
/base/web/webview/ohos_adapter/audio_adapter/include/
H
A
D
audio_renderer_adapter_impl.h
35
void OnInterrupt(const InterruptEvent&
interruptEvent
) override;
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_renderer_adapter_impl.cpp
89
void AudioRendererCallbackImpl::OnInterrupt(const InterruptEvent&
interruptEvent
)
in OnInterrupt()
argument
94
switch (
interruptEvent
.hintType) {
in OnInterrupt()
105
WVLOG_E("audio renderer interrupt hint not foud, code: %{public}d",
interruptEvent
.hintType);
in OnInterrupt()
Completed in 4 milliseconds