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:IsDeviceChanged
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H
A
D
audio_capturer_private.h
86
bool
IsDeviceChanged
(DeviceInfo &newDeviceInfo);
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H
A
D
audio_capturer_unit_test.cpp
1902
* @tc.name : Test
IsDeviceChanged
API via different device type.
1904
* @tc.desc : Test
IsDeviceChanged
API via device type DEVICE_TYPE_INVALID, return true because different device types.
1932
bool isChanged = audioCapturer->
IsDeviceChanged
(newDeviceInfo);
in HWTEST()
1940
* @tc.name : Test
IsDeviceChanged
API via same device type.
1942
* @tc.desc : Test
IsDeviceChanged
API via same device, return false.
1952
bool isChanged = audioCapturer->
IsDeviceChanged
(newDeviceInfo);
in HWTEST()
1960
* @tc.name : Test
IsDeviceChanged
API via lots of calls.
1962
* @tc.desc : Test
IsDeviceChanged
API 200 times.
1973
bool isChanged = audioCapturer->
IsDeviceChanged
(newDeviceInfo);
in HWTEST()
H
A
D
audio_capturer_extra_unit_test.cpp
1440
bool isDeviceChanged = audioCapturerPrivate->
IsDeviceChanged
(deviceInfo);
in HWTEST()
1444
isDeviceChanged = audioCapturerPrivate->
IsDeviceChanged
(deviceInfo);
in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H
A
D
audio_capturer.cpp
956
bool AudioCapturerPrivate::
IsDeviceChanged
(DeviceInfo &newDeviceInfo)
in IsDeviceChanged()
function in OHOS::AudioStandard::AudioCapturerPrivate
1370
CHECK_AND_RETURN_LOG(capturer_->
IsDeviceChanged
(deviceInfo), "Device not change, no need callback.");
in NotifyAudioCapturerDeviceChange()
Completed in 8 milliseconds