OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notify
(Results
926 - 950
of
4347
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/net/disk_cache/
in_flight_io.h
24
// is keeping track of all operations. When done, we
notify
the controller
34
// Allows the cancellation of the task to
notify
the controller (step number 8
/external/chromium_org/net/proxy/
proxy_config_service_mac.cc
265
// Call OnProxyConfigChanged() on the IO thread to
notify
our observers.
279
//
Notify
all the observers.
/external/chromium_org/remoting/host/
config_file_watcher.cc
44
//
Notify
|delegate| of config changes.
61
// Called to
notify
the delegate of updates/errors in the main thread.
/external/chromium_org/remoting/host/native_messaging/
native_messaging_reader.cc
49
//
Notify
the reader's EOF callback when an error occurs or EOF is reached.
119
//
Notify
callback of new message.
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.h
109
LibjinglePlus(LibjinglePlusNotify *
notify
);
140
* after your WakeupMainThread()
notify
function is called.
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h
31
* Specificially, the <
notify
> and <view> messages. They are not yet
138
// TODO(pthatcher): Get rid of legacy source
notify
and replace with
/external/chromium_org/third_party/libva/va/
va_dec_jpeg.h
83
* The #load_quantization_table array can be used as a hint to
notify
102
* The #load_huffman_table array can be used as a hint to
notify
the
/external/chromium_org/third_party/sqlite/src/test/
notify3.test
18
# This script only runs if shared-cache and unlock-
notify
are available.
92
# it is possible to use the unlock-
notify
mechanism to determine when
/external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java
38
* @param listener The object to
notify
when the color is set.
151
* Tries to
notify
any listeners that the color has been set.
/external/chromium_org/ui/views/
mouse_watcher.cc
81
// Mouse moved outside the host's zone, start a timer to
notify
the
149
// Mouse moved outside the host's zone, start a timer to
notify
the
/external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h
117
** Description
Notify
that pre-initialization of NFCC is complete
157
**
Notify
status of operation
/external/libnfc-nxp/src/
phHal4Nfc_ADD.c
398
/*
Notify
to the upper layer*/
658
PHDBG_INFO("Hal4:Trying to
notify
P2P Listener");
745
/*
Notify
if Upper layer is interested in tag notifications,also
notify
749
PHDBG_INFO("Hal4:Trying to
notify
Tag notification");
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
mirc.php
66
'notice','
notify
','omsg','onotice','part','partall','pdcc',
140
GESHI_SEARCH => '((on|ctcp) (!|@|&)?(\d|\*):(Action|Active|Agent|AppActive|Ban|Chat|Close|Connect|Ctcp|CtcpReply|DccServer|DeHelp|DeOp|DeVoice|Dialog|Dns|Error|Exit|FileRcvd|FileSent|GetFail|Help|Hotlink|Input|Invite|Join|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|
Notify
|Op|Open|Part|Ping|Pong|PlayEnd|Quit|Raw|RawMode|SendFail|Serv|ServerMode|ServerOp|Signal|Snotice|Start|Text|Topic|UnBan|Unload|Unotify|User|Mode|Voice|Wallops|WaveEnd):)',
/external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h
49
/// JITEventListener - Abstract interface for use by the JIT to
notify
clients
50
/// about significant events during compilation. For example, to
notify
/external/smack/src/org/jivesoftware/smack/
ReconnectionManager.java
123
// Sleep until we're ready for the next reconnection attempt.
Notify
137
//
Notify
the reconnection has failed
/external/smack/src/org/jivesoftware/smackx/carbons/
CarbonManager.java
113
*
Notify
server to change the carbons state. This method returns
137
*
Notify
server to change the carbons state. This method blocks
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueDetails.java
42
public static final String ELEMENT_NAME = "
notify
-queue-details";
151
"
notify
-queue-details".equals(parser.getName()))
/external/tcpdump/
ipsec_doi.h
145
/* 4.6.3 IPSEC DOI
Notify
Message Types */
146
/*
Notify
Messages - Status Types */
/external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c
52
/* Unsolicited message (likely
NOTIFY
or M-SEARCH) */
53
if (os_strncmp(buf, "
NOTIFY
", 7) != 0)
/frameworks/av/media/libmedia/
IHDCP.cpp
44
virtual void
notify
(
function in struct:android::BpHDCPObserver
190
notify
(msg, ext1, ext2, &obj);
/frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp
36
const sp<AMessage> &
notify
,
38
: Source(
notify
),
/frameworks/av/media/libstagefright/
AMRWriter.cpp
224
notify
(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED, 0);
247
notify
(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_DURATION_REACHED, 0);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp
206
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
212
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
129
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
148
notify
(OMX_EventPortSettingsChanged, 1, 0, NULL);
/frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp
62
const sp<AMessage> &
notify
, bool isWide, const AString ¶ms)
64
mNotifyMsg(
notify
),
Completed in 3409 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>