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:has_weak_ref
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/android/
H
A
D
binder.h
95
__u32
has_weak_ref
;
member
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
309
* @
has_weak_ref
: userspace notified of weak ref
351
u8
has_weak_ref
:1;
member
1260
if (!node->
has_weak_ref
&& list_empty(&node->work.entry)) {
in binder_inc_node_nilocked()
1310
if (proc && (node->has_strong_ref || node->
has_weak_ref
)) {
in binder_dec_node_nilocked()
4741
int
has_weak_ref
;
in binder_thread_read()
local
4752
has_weak_ref
= node->
has_weak_ref
;
in binder_thread_read()
4754
if (weak && !
has_weak_ref
) {
in binder_thread_read()
4755
node->
has_weak_ref
= 1;
in binder_thread_read()
4766
if (!weak &&
has_weak_ref
)
in binder_thread_read()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/android/
H
A
D
binder.h
208
__u32
has_weak_ref
;
member
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder_internal.h
211
* @
has_weak_ref
: userspace notified of weak ref
253
u8
has_weak_ref
:1;
member
H
A
D
binder.c
887
if (!node->
has_weak_ref
&& list_empty(&node->work.entry)) {
in binder_inc_node_nilocked()
937
if (proc && (node->has_strong_ref || node->
has_weak_ref
)) {
in binder_dec_node_nilocked()
4572
int
has_weak_ref
;
in binder_thread_read()
local
4583
has_weak_ref
= node->
has_weak_ref
;
in binder_thread_read()
4585
if (weak && !
has_weak_ref
) {
in binder_thread_read()
4586
node->
has_weak_ref
= 1;
in binder_thread_read()
4597
if (!weak &&
has_weak_ref
)
in binder_thread_read()
4598
node->
has_weak_ref
= 0;
in binder_thread_read()
4623
if (weak && !
has_weak_ref
)
in binder_thread_read()
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/android/
H
A
D
binder.h
208
__u32
has_weak_ref
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/android/
H
A
D
binder.h
110
__u32
has_weak_ref
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/android/
H
A
D
binder.h
110
__u32
has_weak_ref
;
member
Completed in 21 milliseconds