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:mmapDesc
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/test/sample/
H
A
D
idl_render.c
260
struct AudioMmapBufferDescriptor
mmapDesc
;
in FrameStartMmap()
local
290
mmapDesc
.memoryFd = 0; // default 0
in FrameStartMmap()
291
mmapDesc
.filePath = strdup(pathBuf);
in FrameStartMmap()
292
mmapDesc
.isShareable = 1; // 1:Shareable ,0:Don't share
in FrameStartMmap()
293
mmapDesc
.transferFrameSize = DEEP_BUFFER_RENDER_PERIOD_SIZE / 4; // One frame size 4 bit
in FrameStartMmap()
294
mmapDesc
.offset = sizeof(g_wavHeadInfo);
in FrameStartMmap()
298
free(
mmapDesc
.filePath);
in FrameStartMmap()
302
ret = render->ReqMmapBuffer(render, reqSize, &
mmapDesc
);
in FrameStartMmap()
304
free(
mmapDesc
.filePath);
in FrameStartMmap()
312
free(
mmapDesc
in FrameStartMmap()
[all...]
H
A
D
idl_capture.c
282
struct AudioMmapBufferDescriptor
mmapDesc
;
in FrameStartCaptureMmap()
local
292
mmapDesc
.memoryFd = 0; // default 0
in FrameStartCaptureMmap()
293
mmapDesc
.filePath = strdup(g_path);
in FrameStartCaptureMmap()
294
mmapDesc
.isShareable = 1; // 1:Shareable ,0:Don't share
in FrameStartCaptureMmap()
295
mmapDesc
.transferFrameSize = DEEP_BUFFER_RENDER_PERIOD_SIZE / 4; // One frame size 4 bit
in FrameStartCaptureMmap()
296
mmapDesc
.offset = 0; // Recording must be 0
in FrameStartCaptureMmap()
299
free(
mmapDesc
.filePath);
in FrameStartCaptureMmap()
302
int32_t ret = capture->ReqMmapBuffer(capture, FILE_CAPTURE_SIZE, &
mmapDesc
);
in FrameStartCaptureMmap()
304
free(
mmapDesc
.filePath);
in FrameStartCaptureMmap()
308
free(
mmapDesc
in FrameStartCaptureMmap()
[all...]
Completed in 2 milliseconds