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:PauseCapture
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H
A
D
icamera_operator.h
65
virtual int32_t
PauseCapture
() = 0;
H
A
D
dcamera_client.h
50
int32_t
PauseCapture
() override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H
A
D
mock_camera_operator.h
98
int32_t
PauseCapture
()
in PauseCapture()
function in OHOS::DistributedHardware::MockCameraOperator
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H
A
D
dmic_client.h
67
int32_t
PauseCapture
();
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H
A
D
dcamera_client_test.cpp
374
ret = client_->
PauseCapture
();
in HWTEST_F()
683
* @tc.desc: Verify
PauseCapture
ResumeCapture
689
DHLOGI("DCameraClientTest dcamera_client_test_016: test
PauseCapture
");
in HWTEST_F()
690
int32_t ret = client_->
PauseCapture
();
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H
A
D
dmic_client.cpp
379
int32_t DMicClient::
PauseCapture
()
in PauseCapture()
function in OHOS::DistributedHardware::DMicClient
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_controller.cpp
717
int32_t ret = operator_->
PauseCapture
();
in PauseDistributedHardware()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H
A
D
dcamera_client.cpp
639
int32_t DCameraClient::
PauseCapture
()
in PauseCapture()
function in OHOS::DistributedHardware::DCameraClient
642
DHLOGE("
PauseCapture
captureSession_ is nullptr.");
in PauseCapture()
647
DHLOGE("
PauseCapture
captureSession stop failed, cameraId: %{public}s, ret: %{public}d",
in PauseCapture()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H
A
D
daudio_sink_dev.cpp
954
int32_t ret = micClient->
PauseCapture
();
in PauseDistributedHardware()
Completed in 7 milliseconds