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:stop_listen
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p.c
1089
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
1326
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
1435
p2p_dbg(p2p, "Skip
stop_listen
since we are on correct channel for response");
1451
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
1458
p2p_dbg(p2p, "Skip
stop_listen
since not in listen_only state.");
2111
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
2131
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
4154
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
4279
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
H
A
D
p2p.h
738
*
stop_listen
- Stop Listen state
744
void (*
stop_listen
)(void *ctx);
member
H
A
D
p2p_invitation.c
546
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_process_invitation_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p.c
1013
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_search()
1230
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_find()
1325
p2p_dbg(p2p, "Skip
stop_listen
since we are on correct channel for response");
in p2p_stop_listen_for_freq()
1341
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_stop_listen_for_freq()
1348
p2p_dbg(p2p, "Skip
stop_listen
since not in listen_only state.");
in p2p_stop_listen()
1988
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_go_neg_start()
2008
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_invite_start()
4091
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_state_timeout()
H
A
D
p2p.h
716
*
stop_listen
- Stop Listen state
722
void (*
stop_listen
)(void *ctx);
member
H
A
D
p2p_invitation.c
494
p2p->cfg->
stop_listen
(p2p->cfg->cb_ctx);
in p2p_process_invitation_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
p2p_supplicant.c
4477
p2p.
stop_listen
= wpas_stop_listen;
in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
p2p_supplicant.c
5556
p2p.
stop_listen
= wpas_stop_listen;
Completed in 41 milliseconds