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:SetUsage
(Results
1 - 23
of
23
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H
A
D
system_sound_vibrator.cpp
60
bool setUsageRet = Sensors::
SetUsage
(VIBRATOR_USAGE_MAP.at(type));
in StartVibrator()
97
Sensors::
SetUsage
(USAGE_NOTIFICATION);
in StartVibratorForSystemTone()
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
buffer_producer.h
169
virtual void
SetUsage
(uint32_t usage) = 0;
H
A
D
surface_impl.h
134
void
SetUsage
(uint32_t usage) override;
H
A
D
buffer_queue.h
171
void
SetUsage
(uint32_t usage);
H
A
D
surface_buffer_impl.h
255
void
SetUsage
(uint32_t usage)
in SetUsage()
function in OHOS::SurfaceBufferImpl
/foundation/graphic/surface_lite/interfaces/kits/
H
A
D
surface.h
201
virtual void
SetUsage
(uint32_t usage) = 0;
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_client_producer.h
156
void
SetUsage
(uint32_t usage) override;
H
A
D
surface_impl.cpp
166
void SurfaceImpl::
SetUsage
(uint32_t usage)
in SetUsage()
function in OHOS::SurfaceImpl
170
producer_->
SetUsage
(usage);
in SetUsage()
H
A
D
buffer_queue_producer.h
159
void
SetUsage
(uint32_t usage) override;
H
A
D
buffer_queue_producer.cpp
159
product->
SetUsage
(usage);
in OnSetUsage()
351
void BufferQueueProducer::
SetUsage
(uint32_t usage)
in SetUsage()
function in OHOS::BufferQueueProducer
354
bufferQueue_->
SetUsage
(usage);
in SetUsage()
H
A
D
buffer_manager.cpp
168
buffer->
SetUsage
(usage);
in AllocBuffer()
191
buffer->
SetUsage
(usage);
in AllocBuffer()
H
A
D
buffer_client_producer.cpp
250
void BufferClientProducer::
SetUsage
(uint32_t usage)
in SetUsage()
function in OHOS::BufferClientProducer
H
A
D
buffer_queue.cpp
433
void BufferQueue::
SetUsage
(uint32_t usage)
in SetUsage()
function in OHOS::BufferQueue
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H
A
D
audio_haptic_vibrator_impl.cpp
233
(void)Sensors::
SetUsage
(vibratorUsage_);
in StartVibrate()
268
(void)Sensors::
SetUsage
(vibratorUsage_);
in StartVibrateForSoundPool()
291
(void)Sensors::
SetUsage
(vibratorUsage_);
in RunVibrationPatterns()
356
(void)Sensors::
SetUsage
(vibratorUsage_);
in StartVibrateForAVPlayer()
/foundation/graphic/surface_lite/test/unittest/
H
A
D
graphic_surface_test.cpp
102
buffer->
SetUsage
(usage);
in HWTEST_F()
145
buffer.
SetUsage
(usage);
in HWTEST_F()
435
surface->
SetUsage
(4);
in HWTEST_F()
439
surface->
SetUsage
(3);
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
camera_component.cpp
283
captureSurface_->
SetUsage
(BUFFER_CONSUMER_USAGE_HARDWARE);
in CreateNativeViews()
365
previewSurface->
SetUsage
(BUFFER_CONSUMER_USAGE_HARDWARE);
in PostRender()
/foundation/window/window_manager_lite/frameworks/wms/
H
A
D
lite_wm_requestor.cpp
226
surface_->
SetUsage
(1);
in Screenshot()
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_win.cpp
88
surface_->
SetUsage
(BUFFER_CONSUMER_USAGE_HARDWARE);
in CreateSurface()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H
A
D
camera_session_napi.h
377
static napi_value
SetUsage
(napi_env env, napi_callback_info info);
/foundation/multimedia/media_lite/services/player_lite/server/src/
H
A
D
player_server.cpp
304
surface->
SetUsage
(BUFFER_CONSUMER_USAGE_HARDWARE);
in SetStreamSource()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
capture_session.h
1688
void
SetUsage
(UsageType usageType, bool enabled);
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H
A
D
camera_session_napi.cpp
110
DECLARE_NAPI_FUNCTION("setUsage", CameraSessionNapi::
SetUsage
)
4158
napi_value CameraSessionNapi::
SetUsage
(napi_env env, napi_callback_info info)
in SetUsage()
function in OHOS::CameraStandard::CameraSessionNapi
4160
MEDIA_DEBUG_LOG("
SetUsage
is called");
in SetUsage()
4162
MEDIA_ERR_LOG("SystemApi
SetUsage
is called!");
in SetUsage()
4171
MEDIA_ERR_LOG("CameraSessionNapi::
SetUsage
parse parameter occur error");
in SetUsage()
4176
cameraSessionNapi->cameraSession_->
SetUsage
(static_cast<UsageType>(usageType), enabled);
in SetUsage()
4179
MEDIA_DEBUG_LOG("CameraSessionNapi::
SetUsage
success");
in SetUsage()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
capture_session.cpp
5648
void CaptureSession::
SetUsage
(UsageType usageType, bool enabled)
in SetUsage()
function in OHOS::CameraStandard::CaptureSession
5651
"CaptureSession::
SetUsage
Need to call LockForControl() before setting camera properties");
in SetUsage()
5660
CHECK_ERROR_PRINT_LOG(!status, "CaptureSession::
SetUsage
Failed to set mode");
in SetUsage()
Completed in 32 milliseconds