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:GetBufferDesc
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_audio_capturer_adapter_impl.cpp
65
int32_t ArkAudioCapturerAdapterImpl::
GetBufferDesc
(ArkWebRefPtr<ArkBufferDescAdapter> bufferDesc)
in GetBufferDesc()
function in OHOS::ArkWeb::ArkAudioCapturerAdapterImpl
68
return real_->
GetBufferDesc
(nullptr);
in GetBufferDesc()
70
return real_->
GetBufferDesc
(std::make_shared<ArkBufferDescAdapterWrapper>(bufferDesc));
in GetBufferDesc()
H
A
D
ark_audio_capturer_adapter_impl.h
40
int32_t
GetBufferDesc
(ArkWebRefPtr<ArkBufferDescAdapter> bufferDesc) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_audio_capturer_adapter_wrapper.cpp
69
int32_t ArkAudioCapturerAdapterWrapper::
GetBufferDesc
(std::shared_ptr<NWeb::BufferDescAdapter> bufferDesc)
in GetBufferDesc()
function in OHOS::ArkWeb::ArkAudioCapturerAdapterWrapper
72
return ctocpp_->
GetBufferDesc
(nullptr);
in GetBufferDesc()
74
return ctocpp_->
GetBufferDesc
(new ArkBufferDescAdapterImpl(bufferDesc));
in GetBufferDesc()
H
A
D
ark_audio_capturer_adapter_wrapper.h
40
int32_t
GetBufferDesc
(std::shared_ptr<NWeb::BufferDescAdapter> bufferDesc) override;
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_capturer_adapter_mock.cpp
46
int32_t AudioCapturerAdapterImpl::
GetBufferDesc
(std::shared_ptr<BufferDescAdapter> bufferDesc)
in GetBufferDesc()
function in OHOS::NWeb::AudioCapturerAdapterImpl
H
A
D
audio_capturer_adapter_impl.cpp
174
int32_t AudioCapturerAdapterImpl::
GetBufferDesc
(std::shared_ptr<BufferDescAdapter> bufferDesc)
in GetBufferDesc()
function in OHOS::NWeb::AudioCapturerAdapterImpl
187
audio_capturer_->
GetBufferDesc
(bufDesc);
in GetBufferDesc()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_audio_capturer_adapter.h
96
virtual int32_t
GetBufferDesc
(ArkWebRefPtr<ArkBufferDescAdapter> buffferDesc) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
audio_capturer_adapter.h
98
virtual int32_t
GetBufferDesc
(std::shared_ptr<BufferDescAdapter> bufferDesc) = 0;
/base/web/webview/ohos_adapter/audio_adapter/include/
H
A
D
audio_capturer_adapter_impl.h
61
int32_t
GetBufferDesc
(std::shared_ptr<BufferDescAdapter> bufferDesc) override;
/base/web/webview/test/unittest/audio_adapter_impl_test/
H
A
D
audio_adapter_impl_test.cpp
855
int32_t retNum = g_audioCapturer->
GetBufferDesc
(bufferDesc);
in HWTEST_F()
866
retNum = g_audioCapturer->
GetBufferDesc
(nullptr);
in HWTEST_F()
894
retNum = g_audioCapturer->
GetBufferDesc
(bufferDesc);
in HWTEST_F()
Completed in 5 milliseconds