HomeSort by relevance Sort by last modified time
    Searched defs:notify (Results 226 - 250 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java     [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 240 mVideoSizeChanged.notify();
656 mLock.notify();
679 Log.v(TAG, "notify the prepare callback");
680 mPrepareDone.notify();
724 Log.v(TAG, "notify the completion callback");
725 mOnCompletion.notify();
737 Log.v(TAG, "notify the completion callback");
738 mOnCompletion.notify();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 170 // we want the media player to notify us when it's ready preparing, and when it's done
520 mNotificationManager.notify(NOTIFICATION_ID, mNotification);
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 294 this)); // Ask to notify us in the end.
578 NotificationService::current()->Notify(
681 NotificationService::current()->Notify(
870 NotificationService::current()->Notify(
1257 bool notify = false; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageChannel.java 597 tlsMessageProcessor.notify();
623 tlsMessageProcessor.notify();
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 516 * @param packetInterceptor the packet interceptor to notify of packets about to be sent.
543 * @param packetListener the packet listener to notify of sent packets.
661 // Notify listeners that a new connection has been established
    [all...]
  /frameworks/av/camera/tests/
ProCameraTests.cpp 260 dout << "Trigger notify: " << ext1 << " " << ext2
296 virtual void notify(int32_t msg, int32_t ext1, int32_t ext2) { function in class:android::camera2::tests::client::ProCameraTestListener
297 dout << "Notify received: msg " << std::hex << msg
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 516 mAntagonizer = new Antagonizer(notify, this);
569 p = MediaPlayerFactory::createPlayer(playerType, this, notify);
1079 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
1856 void MediaPlayerService::AudioCache::notify( function in class:android::MediaPlayerService::AudioCache
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 160 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id()); local
163 mInterfaceAddr, port, notify, &mSessionID);
517 // HDCPObserver::notify is completely handled before
1222 sp<AMessage> notify = new AMessage(kWhatPlaybackSessionNotify, id()); local
1662 void WifiDisplaySource::HDCPObserver::notify( function in class:android::WifiDisplaySource::HDCPObserver
1664 sp<AMessage> notify = mNotify->dup(); local
1686 sp<AMessage> notify = new AMessage(kWhatHDCPNotify, id()); local
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera3Device.cpp 60 camera3_callback_ops::notify = &sNotify; member in class:android::camera3_callback_ops
1306 void Camera3Device::notify(const camera3_notify_msg *msg) { function in class:android::Camera3Device
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 182 public static void notify( method in class:DrmManagerClient
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 123 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
156 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra, function in class:android::JNIDrmListener
334 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:android::JDrm
342 listener->notify(eventType, extra, obj);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 253 videoSizeChanged.notify();
681 lock.notify();
704 Log.v(TAG, "notify the prepare callback");
705 prepareDone.notify();
749 Log.v(TAG, "notify the completion callback");
750 onCompletion.notify();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 169 mNotificationManager.notify(nId, n);
289 mNotificationManager.notify(mNotificationId, n);
517 // Play the shutter sound to notify that we've taken a screenshot
674 nManager.notify(SCREENSHOT_NOTIFICATION_ID, n);
  /frameworks/base/services/java/com/android/server/
VibratorService.java 320 mThread.notify();
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 367 notify(); method
376 notify(); method
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 379 public void notify(int id, NotificationWrapper nw) { method in class:AlertServiceTest.NotificationTestManager
388 // Catch updates of new state, notify time, and received time
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 79 /** Selection to retrieve accounts that should we notify user for changes */
217 mNotificationManager.notify(notificationId, builder.getNotification());
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 272 mNotificationManager.notify(null, mTransferId, notBuilder.build());
290 // Notify that we're done with this transfer
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 574 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, notification);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 789 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what); member in struct:__anon26080
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what); member in struct:__anon27670
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what); member in struct:snd_iwffff_ops

Completed in 1968 milliseconds

1 2 3 4 5 6 7 8 91011>>