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:opMutex_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H
A
D
surface_image.cpp
117
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in UpdateSurfaceImage()
148
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in AttachContext()
181
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in DetachContext()
201
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in GetTimeStamp()
207
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in GetTransformMatrix()
219
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in GetTransformMatrixV2()
373
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in SetOnBufferAvailableListener()
386
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in UnsetOnBufferAvailableListener()
419
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in AcquireNativeWindowBuffer()
454
std::lock_guard<std::mutex> lockGuard(
opMutex_
);
in ReleaseNativeWindowBuffer()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_vk_image_manager.cpp
82
std::lock_guard<std::mutex> lock(
opMutex_
);
in MapVkImageFromSurfaceBuffer()
139
std::lock_guard<std::mutex> lock(
opMutex_
);
in UnMapVkImageFromSurfaceBuffer()
147
std::lock_guard<std::mutex> lock(
opMutex_
);
in UnMapVkImageFromSurfaceBuffer()
H
A
D
rs_egl_image_manager.cpp
263
std::lock_guard<std::mutex> lock(
opMutex_
);
in CreateImageCacheFromBuffer()
293
std::lock_guard<std::mutex> lock(
opMutex_
);
in MapEglImageFromSurfaceBuffer()
321
std::lock_guard<std::mutex> lock(
opMutex_
);
in UnMapEglImageFromSurfaceBuffer()
332
std::lock_guard<std::mutex> lock(
opMutex_
);
in UnMapEglImageFromSurfaceBuffer()
348
std::lock_guard<std::mutex> lock(
opMutex_
);
in UnMapEglImageFromSurfaceBufferForUniRedraw()
H
A
D
rs_egl_image_manager.h
90
mutable std::mutex
opMutex_
;
member in OHOS::Rosen::RSEglImageManager
93
std::unordered_map<int32_t, std::unique_ptr<ImageCacheSeq>> imageCacheSeqs_; // guarded by
opMutex_
.
H
A
D
rs_vk_image_manager.h
92
mutable std::mutex
opMutex_
;
member in OHOS::Rosen::RSVkImageManager
94
std::unordered_map<int32_t, std::shared_ptr<NativeVkImageRes>> imageCacheSeqs_; // guarded by
opMutex_
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H
A
D
oh_preferences_option.cpp
26
std::unique_lock<std::shared_mutex> writeLock(
opMutex_
);
in SetFileName()
37
std::unique_lock<std::shared_mutex> writeLock(
opMutex_
);
in SetBundleName()
43
std::unique_lock<std::shared_mutex> writeLock(
opMutex_
);
in SetDataGroupId()
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_device.cpp
179
std::lock_guard<std::mutex> lock(
opMutex_
);
in ResetDeviceSettings()
227
std::lock_guard<std::mutex> lock(
opMutex_
);
in DispatchDefaultSettingToHdi()
351
std::lock_guard<std::mutex> lockSetting(
opMutex_
);
in OpenDevice()
443
std::lock_guard<std::mutex> lock(
opMutex_
);
in CloseDevice()
491
std::lock_guard<std::mutex> lock(
opMutex_
);
in GetEnabledResults()
589
std::lock_guard<std::mutex> lock(
opMutex_
);
in UpdateSetting()
635
std::lock_guard<std::mutex> lock(
opMutex_
);
in UpdateSettingOnce()
813
std::lock_guard<std::mutex> lock(
opMutex_
);
in EnableResult()
826
std::lock_guard<std::mutex> lock(
opMutex_
);
in DisableResult()
883
std::lock_guard<std::mutex> lock(
opMutex_
);
in InitStreamOperator()
[all...]
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H
A
D
surface_image.h
100
std::mutex
opMutex_
;
member in OHOS::SurfaceImage
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H
A
D
oh_preferences_impl.h
84
std::shared_mutex
opMutex_
;
member
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_device.h
150
std::mutex
opMutex_
; // Lock the operations updateSettings_, streamOperator_, and hdiCameraDevice_.
member in OHOS::CameraStandard::HCameraDevice
Completed in 6 milliseconds