OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notify
(Results
251 - 275
of
4347
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/av/include/media/
mediaplayer.h
59
// MediaPlayerListener::
notify
method defined below.
60
// In this situation, '
notify
' is invoked with the following:
89
// MediaPlayerListener::
notify
method defined below. In this situation,
90
// '
notify
' is invoked with the following:
189
virtual void
notify
(int msg, int ext1, int ext2, const Parcel *obj) = 0;
226
void
notify
(int msg, int ext1, int ext2, const Parcel *obj = NULL);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp
158
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
165
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
221
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
292
notify
(OMX_EventPortSettingsChanged,
314
notify
(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
322
notify
(OMX_EventPortSettingsChanged, 1, 0, NULL);
/cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java
76
notification.setLatestEventInfo(mContext, "
notify
#" + id, "This is #" + id
78
mNotificationManager.
notify
(id, notification);
/dalvik/vm/native/
java_lang_Object.cpp
58
* public void
notify
()
101
{ "
notify
", "()V",
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java
50
nm.
notify
("direct_tag", R.id.direct_notification, builder.getNotification());
65
nm.
notify
("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java
63
nm.
notify
("direct_tag", R.id.direct_notification, builder.getNotification());
78
nm.
notify
("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
RecyclingBitmapDrawable.java
45
*
Notify
the drawable that the displayed state has changed. Internally a
66
*
Notify
the drawable that the cache state has changed. Internally a count
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
CompatActionBarNavHandler.java
36
// The listener that we
notify
of navigation events
42
* @param listener the listener to
notify
when a navigation event occurs.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java
84
* This method is used to
notify
of a character event, but passing the data
92
* This method is used to
notify
of a character event, but passing the data
99
* This method is used to
notify
that an element has ended. Unlike the
113
* This method is used to
notify
that an element is starting.
129
* This method is used to
notify
of the start of an element
135
* This method is used to
notify
that a prefix mapping is to start, but
156
* This method is used to
notify
that a prefix maping is to start, which can
174
*
Notify
of an entity reference.
/external/chromium/base/
observer_list_unittest.cc
95
AddRemoveThread(ObserverListThreadSafe<Foo>* list, bool
notify
)
101
do_notifies_(
notify
) {
137
list_->
Notify
(&Foo::Observe, 10);
212
observer_list->
Notify
(&Foo::Observe, 10);
219
observer_list->
Notify
(&Foo::Observe, 10);
265
observer_list->
Notify
(&Foo::Observe, 1);
304
observer_list->
Notify
(&Foo::Observe, 10);
342
//
Notify
again to make sure b's adder is notified.
/external/chromium/chrome/browser/chromeos/login/
user_image_loader.h
79
// The message loop object of the thread in which we
notify
the delegate.
82
// Delegate to
notify
about finishing the load of the image.
/external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h
45
// Method for the ExtensionHost to
notify
us about the correct size for
49
// Method for the ExtensionHost to
notify
us when the RenderViewHost has a
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.cc
31
XmppPump::XmppPump(XmppPumpNotify *
notify
) {
33
notify_ =
notify
;
/external/chromium_org/ash/system/
tray_accessibility.h
37
AccessibilityNotificationVisibility
notify
) = 0;
114
AccessibilityNotificationVisibility
notify
) OVERRIDE;
/external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.h
43
// Called by the InfoBarDelegate to
notify
permission has been set.
44
// It'll
notify
and dismiss any other pending InfoBar request for the same
/external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.h
46
// the IO thread to
notify
the caller about the failure.
49
// on the IO thread to
notify
the caller about the success.
/external/chromium_org/chrome/browser/printing/
print_view_manager.h
45
//
Notify
PrintViewManager that print preview is starting in the renderer for
49
//
Notify
PrintViewManager that print preview has finished. Unfreeze the
/external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.h
47
// chosen color. Calls back to the |listener_| (if applicable) to
notify
it
65
// The listener to
notify
when the user closes the dialog. This may be set to
/external/chromium_org/content/browser/
udev_linux.h
21
// base::Bind(&Foo::
Notify
, this)));
26
// void
Notify
(udev_device* device) {
/external/chromium_org/mojo/common/
message_pump_mojo.h
82
// |handlers_| and only
notify
handlers whose id match. If the id does not
84
//
notify
it.
/external/chromium_org/mojo/public/utility/
run_loop.h
89
// |handler_data_| and only
notify
handlers whose id match. If the id does not
91
//
notify
it.
/external/chromium_org/ppapi/shared_impl/
resource.cc
57
//
Notify
subclasses.
66
//
Notify
subclasses.
/external/chromium_org/third_party/icu/source/common/
servnotf.h
58
* Notifiers call notifyChanged when they wish to
notify
listeners.
113
* Subclasses implement this to
notify
the listener.
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpppump.cc
34
XmppPump::XmppPump(XmppPumpNotify *
notify
) {
36
notify_ =
notify
;
/external/chromium_org/third_party/sqlite/src/src/
notify.c
128
** Register an unlock-
notify
callback.
166
** blocking transaction. In either case, invoke the
notify
callback
219
** set to db, then invoke the configured unlock-
notify
callback and
227
void (*xUnlockNotify)(void **, int) = 0; /* Unlock-
notify
cb to invoke */
268
** be passed to the unlock-
notify
callback is larger than the
275
** closed and the unlock-
notify
callbacks on blocked connections
277
** indefinitely for an unlock-
notify
callback that will never
280
** Instead, invoke the unlock-
notify
callback with the context
Completed in 1885 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>