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:STATUS_NONE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H
A
D
frame_record.h
65
return status ==
STATUS_NONE
;
in IsIdle()
186
static const int32_t
STATUS_NONE
= 0;
member in OHOS::CameraStandard::FrameRecord
189
std::atomic<int32_t> status =
STATUS_NONE
;
H
A
D
audio_record.h
67
return status ==
STATUS_NONE
;
in IsIdle()
154
static const int32_t
STATUS_NONE
= 0;
member in OHOS::CameraStandard::AudioRecord
157
int status =
STATUS_NONE
;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_wl.c
28
#define
STATUS_NONE
0
macro
42
static uint8_t g_status =
STATUS_NONE
;
241
g_status =
STATUS_NONE
;
in BtmCloseWhiteList()
H
A
D
btm.c
40
#define
STATUS_NONE
0
macro
105
static uint8_t g_status =
STATUS_NONE
;
213
g_status =
STATUS_NONE
;
in BTM_Close()
H
A
D
btm_pm.c
41
#define
STATUS_NONE
0
macro
63
static uint8_t g_status =
STATUS_NONE
;
126
g_status =
STATUS_NONE
;
in BtmClosePm()
H
A
D
btm_le_sec.c
28
#define
STATUS_NONE
0
macro
49
static uint8_t g_status =
STATUS_NONE
;
215
g_status =
STATUS_NONE
;
in BtmCloseLeSecurity()
H
A
D
btm_sco.c
53
#define
STATUS_NONE
0
macro
85
static uint8_t g_status =
STATUS_NONE
;
131
g_status =
STATUS_NONE
;
in BtmCloseSco()
H
A
D
btm_acl.c
39
#define
STATUS_NONE
0
macro
146
static uint8_t g_status =
STATUS_NONE
;
292
g_status =
STATUS_NONE
;
in BtmCloseAcl()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/
H
A
D
frame_record.cpp
65
if (status !=
STATUS_NONE
&& metaBuffer_) {
in ReleaseMetaBuffer()
Completed in 12 milliseconds