HomeSort by relevance Sort by last modified time
    Searched defs:notifier (Results 1 - 22 of 22) sorted by null

  /external/qemu/
notify.c 2 * Notifier lists
22 void notifier_list_add(NotifierList *list, Notifier *notifier)
24 QTAILQ_INSERT_HEAD(&list->notifiers, notifier, node);
27 void notifier_list_remove(NotifierList *list, Notifier *notifier)
29 QTAILQ_REMOVE(&list->notifiers, notifier, node);
34 Notifier *notifier, *next; local
36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next)
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
NotifierService.java 16 package com.example.android.samplesync.notifier;
  /external/chromium/chrome/browser/chromeos/
network_state_notifier_browsertest.cc 31 // Initialize network state notifier.
72 NetworkStateNotifier* notifier = NetworkStateNotifier::GetInstance(); local
73 notifier->OnNetworkManagerChanged(mock_network_library_);
90 NetworkStateNotifier* notifier = NetworkStateNotifier::GetInstance(); local
91 notifier->OnNetworkManagerChanged(mock_network_library_);
108 NetworkStateNotifier* notifier = NetworkStateNotifier::GetInstance(); local
109 notifier->OnNetworkManagerChanged(mock_network_library_);
  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.h 5 // A notifier that uses p2p notifications based on XMPP push
16 #include "chrome/browser/sync/notifier/sync_notifier.h"
18 #include "jingle/notifier/listener/talk_mediator.h"
25 namespace notifier { namespace
33 public notifier::TalkMediator::Delegate {
35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
51 const notifier::Notification& notification);
63 scoped_ptr<notifier::TalkMediator> talk_mediator_;
  /external/webkit/Source/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 81 NetworkStateNotifier* notifier = static_cast<NetworkStateNotifier*>(info); local
85 notifier->m_networkStateChangeTimer.startOneShot(StateChangeTimerInterval);
  /external/webkit/Source/WebKit2/Platform/qt/
WorkQueueQt.cpp 84 QSocketNotifier* notifier = new QSocketNotifier(socketDescriptor, type, 0); local
85 notifier->setEnabled(false);
86 notifier->moveToThread(m_workThread);
87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
89 notifier->setEnabled(true);
90 return notifier;
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.h 109 PolicyNotifier* notifier() { function in class:policy::CloudPolicySubsystem
  /external/chromium/chrome/browser/extensions/
extension_menu_manager_unittest.cc 311 NotificationService* notifier = NotificationService::current(); local
312 ASSERT_TRUE(notifier != NULL);
333 notifier->Notify(NotificationType::EXTENSION_UNLOADED,
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 103 ResourceLoadNotifier* notifier() const { return &m_notifer; } function in class:WebCore::FrameLoader
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 147 CallNotifier notifier; field in class:PhoneApp
503 notifier = CallNotifier.init(this, phone, ringer, mBtHandsfree, new CallLogAsync());
    [all...]
PhoneUtils.java 253 final CallNotifier notifier = app.notifier; local
254 notifier.stopSignalInfoTone();
370 // the notifier.sendCdmaCallWaitingReject() hack for CDMA phones.
376 final CallNotifier notifier = PhoneApp.getInstance().notifier; local
377 notifier.sendCdmaCallWaitingReject();
    [all...]
PhoneInterfaceManager.java 400 && mApp.notifier.isRinging()) {
403 mApp.notifier.silenceRinger();
InCallScreen.java 3426 final CallNotifier notifier = mApp.notifier; local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 649 DownloadNotification notifier = new DownloadNotification(context, mSystemFacade); local
650 notifier.notificationForCompletedDownload(rowID,
    [all...]
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 150 // This will cause this notifier to be deleted.
173 RefPtr<GeoNotifier> notifier = prpNotifier; local
175 m_idToNotifierMap.set(id, notifier.get());
176 m_notifierToIdMap.set(notifier.release(), id);
189 void Geolocation::Watchers::remove(GeoNotifier* notifier)
191 NotifierToIdMap::iterator iter = m_notifierToIdMap.find(notifier);
198 bool Geolocation::Watchers::contains(GeoNotifier* notifier) const
200 return m_notifierToIdMap.contains(notifier);
288 RefPtr<GeoNotifier> notifier = startRequest(successCallback, errorCallback, options);
289 ASSERT(notifier);
312 RefPtr<GeoNotifier> notifier = GeoNotifier::create(this, successCallback, errorCallback, options); local
375 GeoNotifier* notifier = iter->get(); local
480 RefPtr<GeoNotifier> notifier = *it; local
491 RefPtr<GeoNotifier> notifier = *it; local
502 RefPtr<GeoNotifier> notifier = *it; local
550 GeoNotifier* notifier = it->get(); local
564 GeoNotifier* notifier = it->get(); local
748 GeoNotifier* notifier = iter->get(); local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 1230 NotificationController notifier = NotificationController.getInstance(mActivity); local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/ppp/pppd/
pppd.h 203 struct notifier { struct
204 struct notifier *next;
256 extern struct notifier *pidchange; /* for notifications of pid changing */
257 extern struct notifier *phasechange; /* for notifications of phase changes */
258 extern struct notifier *exitnotify; /* for notification that we're exiting */
259 extern struct notifier *sigreceived; /* notification of received signal */
260 extern struct notifier *ip_up_notifier; /* IPCP has come up */
261 extern struct notifier *ip_down_notifier; /* IPCP has gone down */
262 extern struct notifier *auth_up_notifier; /* peer has authenticated */
263 extern struct notifier *link_down_notifier; /* link has gone down *
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 138 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
139 super(notifier, context, ci, false);
141 init(context, notifier);
144 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
146 super(notifier, context, ci, unitTestMode);
148 init(context, notifier);
158 protected void init(Context context, PhoneNotifier notifier) {
214 notifier.notifyMessageWaitingChanged(this);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 435 * Add Notifier.
445 * Remove Notifier.
459 for (EditStyledTextNotifier notifier : mESTNotifiers) {
460 notifier.sendOnTouchEvent(event);
468 for (EditStyledTextNotifier notifier : mESTNotifiers) {
469 retval |= notifier.isButtonsFocused();
477 for (EditStyledTextNotifier notifier : mESTNotifiers) {
478 if (notifier.showPreview()) {
487 for (EditStyledTextNotifier notifier : mESTNotifiers) {
488 notifier.cancelViewManager()
    [all...]
  /external/kernel-headers/original/linux/
sched.h 895 int (*notifier)(void *priv); member in struct:task_struct
    [all...]

Completed in 626 milliseconds