HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 401 - 425 of 4347) sorted by null

<<11121314151617181920>>

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.h 28 void consume(size_t amount); // notify that 'amount' data has been consumed;
  /sdk/emulator/opengl/tests/ut_renderer/
ReadBuffer.h 28 void consume(size_t amount); // notify that 'amount' data has been consumed;
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 215 content::NotificationService::current()->Notify(
236 // This is still not enough to start delayed requests. We have to notify the
240 content::NotificationService::current()->Notify(
290 content::NotificationService::current()->Notify(
303 content::NotificationService::current()->Notify(
312 content::NotificationService::current()->Notify(
339 content::NotificationService::current()->Notify(
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 37 // System intent action to notify that we change the alarm text.
48 // Set and notify next alarm text to system
96 nm.notify(instance.hashCode(), notification.build());
131 nm.notify(instance.hashCode(), notification.build());
166 nm.notify(instance.hashCode(), notification.build());
198 nm.notify(instance.hashCode(), notification.build());
255 nm.notify(instance.hashCode(), notification.build());
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 573 /* This function tries to set position notify events on the mixing buffer */
577 LPDIRECTSOUNDNOTIFY notify; local
584 notify = NULL;
588 &IID_IDirectSoundNotify, (void *)&notify);
593 /* Allocate the notify structures */
600 /* Create the notify event */
606 /* Set up the notify structures */
611 result = IDirectSoundNotify_SetNotificationPositions(notify,
617 if ( notify != NULL ) {
618 IDirectSoundNotify_Release(notify);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.cpp 83 const sp<AMessage> &notify,
90 msg->setMessage("notify", notify);
202 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
415 sp<AMessage> notify = s->mNotifyMsg->dup(); local
416 notify->setInt32("first-rtp", true);
417 notify->post();
501 sp<AMessage> notify = s->mNotifyMsg->dup(); local
502 notify->setInt32("first-rtcp", true);
503 notify->post()
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt.h 65 // Notify the handler that the request was cancelled.
88 // Notify observers that authentication is needed.
101 // Notify observers that authentication is supplied.
105 // Notify observers that authentication is cancelled.
152 // If not null, points to a model we need to notify of our own destruction
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.h 85 // Called to notify the accessibility manager that its associated native
92 // Called to notify the accessibility manager that its associated native
96 // Called to notify the accessibility manager that a mouse down event
101 // If |notify| is true, send a message to the renderer to set focus
103 void SetFocus(BrowserAccessibility* node, bool notify);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNodeAlgorithms.h 39 void notify(Node&);
58 void notify(Node&);
141 ChildNodeRemovalNotifier(container).notify(node);
213 inline void ChildNodeInsertionNotifier::notify(Node& node) function in class:WebCore::ChildNodeInsertionNotifier
252 inline void ChildNodeRemovalNotifier::notify(Node& node) function in class:WebCore::ChildNodeRemovalNotifier
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c 231 /* Notify app */
284 /* Notify app */
296 /* If this setconfig was due to NFA_SetConfig, then notify the app */
391 /* Notify NFA submodules change of NFCC power mode */
406 /* Notify NFA submodules change of NFCC power mode */
604 ** Description Notify application of CONN_CBACK event, using appropriate
628 ** Description Stop exclusive RF control and notify app of
640 /* Exclusive RF control stopped. Notify app */
646 /* Notify app that exclusive RF control has stopped */
802 /* Notify error to application *
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 49 const sp<AMessage> &notify, uint32_t flags, bool uidValid, uid_t uid)
50 : mNotify(notify),
345 sp<AMessage> notify = mNotify->dup(); local
346 notify->setInt32("what", kWhatError);
347 notify->setInt32("err", err);
348 notify->post();
597 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, id()); local
598 notify->setString("uri", uri);
599 notify->setInt32("switchGeneration", mSwitchGeneration);
602 info.mFetcher = new PlaylistFetcher(notify, this, uri)
1106 sp<AMessage> notify = mNotify->dup(); local
1350 sp<AMessage> notify = mNotify->dup(); local
    [all...]
PlaylistFetcher.cpp 55 const sp<AMessage> &notify,
58 : mNotify(notify),
59 mStartTimeUsNotify(notify->dup()),
386 sp<AMessage> notify = mNotify->dup(); local
387 notify->setInt32("what", kWhatStarted);
388 notify->setInt32("err", err);
389 notify->post();
397 sp<AMessage> notify = mNotify->dup(); local
398 notify->setInt32("what", kWhatPaused);
399 notify->post()
407 sp<AMessage> notify = mNotify->dup(); local
580 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 148 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
223 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
240 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
259 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
278 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 34 # Notify not_empty whenever an item is added to the queue; a
37 # Notify not_full whenever an item is removed from the queue;
40 # Notify all_tasks_done whenever the number of unfinished tasks
138 self.not_empty.notify()
179 self.not_full.notify()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 34 # Notify not_empty whenever an item is added to the queue; a
37 # Notify not_full whenever an item is removed from the queue;
40 # Notify all_tasks_done whenever the number of unfinished tasks
138 self.not_empty.notify()
179 self.not_full.notify()
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc 112 mock_browsing_data_cookie_helper_->Notify();
114 mock_browsing_data_database_helper_->Notify();
116 mock_browsing_data_local_storage_helper_->Notify();
118 mock_browsing_data_session_storage_helper_->Notify();
120 mock_browsing_data_indexed_db_helper_->Notify();
122 mock_browsing_data_file_system_helper_->Notify();
124 mock_browsing_data_quota_helper_->Notify();
129 mock_browsing_data_server_bound_cert_helper_->Notify();
131 mock_browsing_data_flash_lso_helper_->Notify();
    [all...]
browsing_data_file_system_helper_unittest.cc 59 // to BlockUntilNotified(), which will (shockingly!) block until Notify() is
61 // implemented as a class method that that calls Notify() at an appropriate
84 // Blocks on the current MessageLoop until Notify() is called.
91 void Notify() {
101 Notify();
136 Notify();
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 233 Notification notify = NewMockNotification(delegate.get()); local
234 collection->AddSystemNotification(notify, browser()->profile(), true, false);
451 Notification notify = NewMockNotification(base::StringPrintf("n%d", i)); local
454 EXPECT_TRUE(collection->UpdateNotification(notify));
456 BalloonViewImpl* view = tester->GetBalloonView(collection, notify);
461 Notification notify = NewMockNotification(base::StringPrintf("s%d", i)); local
462 BalloonViewImpl* view = tester->GetBalloonView(collection, notify);
464 EXPECT_TRUE(collection->UpdateNotification(notify));
466 EXPECT_EQ(view, tester->GetBalloonView(collection, notify));
474 Notification notify = NewMockNotification(base::StringPrintf("n%d", i)) local
482 Notification notify = NewMockNotification(base::StringPrintf("s%d", i)); local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 166 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id()); local
169 mInterfaceAddr, port, notify, &mSessionID);
525 // HDCPObserver::notify is completely handled before
1238 sp<AMessage> notify = new AMessage(kWhatPlaybackSessionNotify, id()); local
1682 void WifiDisplaySource::HDCPObserver::notify( function in class:android::WifiDisplaySource::HDCPObserver
1684 sp<AMessage> notify = mNotify->dup(); local
1706 sp<AMessage> notify = new AMessage(kWhatHDCPNotify, id()); local
    [all...]
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 104 // A waiting thread may be woken up before the wait time or a notify
106 // until either a connectionID has been set (and hence a notify was
126 // Notify connection listeners of the connection closing if done hasn't already been set.
188 // We found an opening stream. Record information about it, then notify
199 // Notify that a stream has been opened if the
286 // Close the connection and notify connection listeners of the
303 notify(); method
318 // Loop through all collectors and notify the appropriate ones.
413 * A runnable to notify all listeners of a packet.
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 391 * @param notify true if subscribers should be notified, false otherwise
393 public void setNotifyConfig(boolean notify)
396 setAnswer(ConfigureNodeFields.notify_config.getFieldName(), notify); local
412 * @param notify true if subscribers should be notified, false otherwise
414 public void setNotifyDelete(boolean notify)
417 setAnswer(ConfigureNodeFields.notify_delete.getFieldName(), notify); local
435 * @param notify true if subscribers should be notified, false otherwise
437 public void setNotifyRetract(boolean notify)
440 setAnswer(ConfigureNodeFields.notify_retract.getFieldName(), notify); local
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 89 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
111 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
131 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
149 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
163 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
178 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 212 ash::AccessibilityNotificationVisibility notify)
215 notify(notify) {}
220 ash::AccessibilityNotificationVisibility notify)
223 notify(notify) {}
379 content::NotificationService::current()->Notify(
432 ash::AccessibilityNotificationVisibility notify) {
440 spoken_feedback_notification_ = notify;
467 content::NotificationService::current()->Notify(
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { function in class:android::MediaPlayerNotificationClient
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
122 SL_LOGW("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed");
145 // Or alternatively, we could notify unconditionally and let it decide whether to handle.
147 genericMediaPlayer->notify(PLAYEREVENT_VIDEO_SIZE_UPDATE,
157 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
184 genericMediaPlayer->notify(PLAYEREVENT_ERRORAFTERPREPARE, ext1, true /*async*/);
194 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_INFO, ext1=%s (%d), ext2=%d)"
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 292 // Notify MC about a new command inside the MCP buffer
293 notify(SID_MCP);
387 LOG_I(" Write MCP CLOSE message to MCI, notify and wait");
393 // Notify MC about the availability of a new command inside the MCP buffer
394 notify(SID_MCP);
467 // Notify MC about the availability of a new command inside the MCP buffer
468 notify(SID_MCP);
510 // Notify MC about the availability of a new command inside the MCP buffer
511 notify(SID_MCP);
566 // Notify MC about a new command inside the MCP buffe
    [all...]

Completed in 694 milliseconds

<<11121314151617181920>>