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:serviceV1_1
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/camera/test/hdi/v1_1/src/
H
A
D
camera_prelaunch_uttest_v1_1.cpp
48
cameraTest->rc = cameraTest->
serviceV1_1
->Prelaunch(*cameraTest->prelaunchConfig);
in HWTEST_F()
67
cameraTest->rc = cameraTest->
serviceV1_1
->Prelaunch(*cameraTest->prelaunchConfig);
in HWTEST_F()
86
cameraTest->rc = cameraTest->
serviceV1_1
->Prelaunch(*cameraTest->prelaunchConfig);
in HWTEST_F()
105
cameraTest->rc = cameraTest->
serviceV1_1
->Prelaunch(*cameraTest->prelaunchConfig);
in HWTEST_F()
/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
H
A
D
camera_benchmark_test.cpp
48
EXPECT_EQ(false, cameraTest->
serviceV1_1
== nullptr);
in BENCHMARK_F()
54
cameraTest->rc = cameraTest->
serviceV1_1
->Prelaunch(*cameraTest->prelaunchConfig);
in BENCHMARK_F()
/drivers/peripheral/camera/test/common/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
28
if (
serviceV1_1
== nullptr) {
in Init()
29
serviceV1_1
= OHOS::HDI::Camera::V1_1::ICameraHost::Get("camera_service", false);
in Init()
30
if (
serviceV1_1
== nullptr) {
in Init()
31
printf("Init ICameraHost get failed
serviceV1_1
nullptr\n");
in Init()
32
CAMERA_LOGE("Init ICameraHost get failed
serviceV1_1
nullptr");
in Init()
36
ret =
serviceV1_1
->GetVersion(mainVer, minVer);
in Init()
43
service = static_cast<OHOS::HDI::Camera::V1_0::ICameraHost *>(
serviceV1_1
.GetRefPtr());
in Init()
57
if (
serviceV1_1
== nullptr) {
in Open()
71
rc =
serviceV1_1
->OpenCamera_V1_1(cameraIds[1], deviceCallback, cameraDeviceV1_1); // front camera
in Open()
73
rc =
serviceV1_1
in Open()
[all...]
/drivers/peripheral/camera/test/common/v1_1/include/
H
A
D
hdi_common_v1_1.h
52
OHOS::sptr<OHOS::HDI::Camera::V1_1::ICameraHost>
serviceV1_1
= nullptr;
member in OHOS::Camera::HdiCommonV1_1
Completed in 2 milliseconds