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:RawFileDescriptor
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/global/resource_management/include/rawfile/
H
A
D
raw_file.h
80
* The
RawFileDescriptor
is an output parameter in the {@link OH_ResourceManager_GetRawFileDescriptor},
95
}
RawFileDescriptor
;
typedef
205
bool OH_ResourceManager_GetRawFileDescriptor(const RawFile *rawFile,
RawFileDescriptor
&descriptor);
218
bool OH_ResourceManager_GetRawFileDescriptorData(const RawFile *rawFile,
RawFileDescriptor
*descriptor);
232
bool OH_ResourceManager_ReleaseRawFileDescriptor(const
RawFileDescriptor
&descriptor);
244
bool OH_ResourceManager_ReleaseRawFileDescriptorData(const
RawFileDescriptor
*descriptor);
/interface/sdk_c/multimedia/image_framework/include/image/
H
A
D
image_source_native.h
347
Image_ErrorCode OH_ImageSourceNative_CreateFromRawFile(
RawFileDescriptor
*rawFile, OH_ImageSourceNative **res);
/interface/sdk_c/multimedia/image_framework/include/
H
A
D
image_source_mdk.h
533
int32_t OH_ImageSource_CreateFromRawFile(napi_env env,
RawFileDescriptor
rawFile,
Completed in 4 milliseconds