OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rescan
(Results
1 - 3
of
3
) sorted by null
/system/netd/server/
MDnsSdListener.cpp
630
if (memcmp(
RESCAN
, readBuf, 1) == 0) {
631
pollCount =
rescan
();
646
int MDnsSdListener::Monitor::
rescan
() {
function in class:MDnsSdListener::Monitor
647
//
rescan
the list from mHead and make new pollfds and serviceRefs
738
write(mCtrlSocketPair[1],
RESCAN
, 1); // trigger a
rescan
for a fresh poll
739
if (VDBG) ALOGD("triggering
rescan
");
759
write(mCtrlSocketPair[1],
RESCAN
, 1); // trigger a
rescan
for a fresh poll
760
if (VDBG) ALOGD("triggering
rescan
");
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
plugin.cc
377
// This task is used to
rescan
archives as needed.
405
{ parameters->options().plugins()->
rescan
(this); }
553
// the replacement phase, this means that we may need to
rescan
some
563
//
Rescan
archives as needed. This handles the case where a new
568
Plugin_manager::
rescan
(Task* task)
function in class:gold::Plugin_manager
595
// Find the first
rescan
archive which defines this symbol,
596
// starting at the current
rescan
position. The
rescan
position
600
//
rescan
position.
[
all
...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp
886
bool
rescan
= false;
local
892
rescan
= true;
899
rescan
= true;
927
if (
rescan
) {
[
all
...]
Completed in 978 milliseconds