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:g_file
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/test/sample/
H
A
D
idl_render.c
65
FILE *
g_file
;
variable
245
if (
g_file
!= NULL) {
in StopAudioFiles()
246
fclose(
g_file
);
in StopAudioFiles()
247
g_file
= NULL;
in StopAudioFiles()
333
if (
g_file
== NULL) {
in FrameStart()
344
numRead = fread(frame, 1, readSize,
g_file
);
in FrameStart()
468
if (
g_file
!= NULL) {
in PlayingAudioInitFile()
479
g_file
= fopen(pathBuf, "rb");
in PlayingAudioInitFile()
480
if (
g_file
== NULL) {
in PlayingAudioInitFile()
485
if (CheckWavFileHeader(
g_file
,
in PlayingAudioInitFile()
[all...]
H
A
D
idl_capture.c
73
FILE *
g_file
;
variable
261
if (AddWavFileHeader(
g_file
, &g_str) < 0) {
in StopButtonCapture()
266
FileClose(&
g_file
);
in StopButtonCapture()
457
strParam->file =
g_file
;
in CaptureChoiceModeAndRecording()
474
if (
g_file
!= NULL) {
in RecordingAudioInitFile()
480
g_file
= fopen(g_path, "wb+");
in RecordingAudioInitFile()
481
if (
g_file
== NULL) {
in RecordingAudioInitFile()
486
int32_t ret = fseek(
g_file
, WAV_HEAD_OFFSET, SEEK_SET);
in RecordingAudioInitFile()
592
FileClose(&
g_file
);
in StartButtonCapture()
599
FileClose(&
g_file
);
in StartButtonCapture()
[all...]
Completed in 3 milliseconds