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

  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 81 NetworkStateNotifier* notifier = static_cast<NetworkStateNotifier*>(info); local
85 notifier->m_networkStateChangeTimer.startOneShot(StateChangeTimerInterval);
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
  /external/webkit/WebCore/page/
Geolocation.cpp 144 // This will cause this notifier to be deleted.
166 RefPtr<GeoNotifier> notifier = prpNotifier; local
168 m_idToNotifierMap.set(id, notifier.get());
169 m_notifierToIdMap.set(notifier.release(), id);
181 void Geolocation::Watchers::remove(GeoNotifier* notifier)
183 NotifierToIdMap::iterator iter = m_notifierToIdMap.find(notifier);
190 bool Geolocation::Watchers::contains(GeoNotifier* notifier) const
192 return m_notifierToIdMap.contains(notifier);
277 RefPtr<GeoNotifier> notifier = startRequest(successCallback, errorCallback, options);
278 ASSERT(notifier);
301 RefPtr<GeoNotifier> notifier = GeoNotifier::create(this, successCallback, errorCallback, options); local
359 GeoNotifier* notifier = iter->get(); local
473 RefPtr<GeoNotifier> notifier = *it; local
484 RefPtr<GeoNotifier> notifier = *it; local
495 RefPtr<GeoNotifier> notifier = *it; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 146 CallNotifier notifier; field in class:PhoneApp
470 notifier = new CallNotifier(this, phone, ringer, mBtHandsfree, new CallLogAsync());
    [all...]
PhoneUtils.java 253 final CallNotifier notifier = app.notifier; local
254 notifier.stopSignalInfoTone();
363 final CallNotifier notifier = PhoneApp.getInstance().notifier; local
364 notifier.sendCdmaCallWaitingReject();
    [all...]
PhoneInterfaceManager.java 366 && mApp.notifier.isRinging()) {
369 mApp.notifier.silenceRinger();
InCallScreen.java 1544 final CallNotifier notifier = PhoneApp.getInstance().notifier; local
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.h 100 ResourceLoadNotifier* notifier() const { return &m_notifer; } function in class:WebCore::FrameLoader
  /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 143 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
144 this(context,ci,notifier, false);
147 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
149 super(notifier, context, ci, unitTestMode);
208 notifier.notifyMessageWaitingChanged(this);
    [all...]
  /external/kernel-headers/original/linux/
sched.h 895 int (*notifier)(void *priv); member in struct:task_struct
    [all...]

Completed in 289 milliseconds