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

<<31323334353637383940>>

  /external/qemu/target-i386/
hax-darwin.h 64 * QEMU notify HAXM driver of the API version currently in use, so that
  /external/smack/src/org/jivesoftware/smack/util/
ObservableReader.java 45 // Notify that a new string has been read
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 135 static void notify(void* cookie, int msg, int ext1, int ext2);
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 89 // Notify application when media server dies.
SoundPoolThread.cpp 111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 32 const sp<AMessage> &notify,
RTSPSource.h 36 const sp<AMessage> &notify,
  /frameworks/av/media/libstagefright/include/
SoftOMXComponent.h 48 void notify(
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 51 const sp<AMessage> &notify);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 44 const sp<AMessage> &notify);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 46 Converter(const sp<AMessage> &notify,
PlaybackSession.h 41 const sp<AMessage> &notify,
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 27 * recognition servers, and notify you when results are ready. In most of the cases,
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 42 HandlerThreadTest.this.notify();
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 89 mNotificationManager.notify(id, notification);
  /frameworks/base/docs/html/training/animation/
index.jd 40 Animations can add subtle visual cues that notify users about what's going on in your app and
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 119 Log.v(TAG, "notify lock.");
124 lock.notify();
136 lock.notify();
142 lock.notify();
  /frameworks/base/services/java/com/android/server/accounts/
IAccountAuthenticatorCache.java 59 * @param listener the listener to notify, or null
  /frameworks/base/tests/BiDiTests/res/values/
strings.xml 36 <string name="normal_long_text_3">Notify me when an open network is available</string>
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplHC.java 34 // NativeActionModeAwareLayout is used to notify us whena native Action Mode is started
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 284 void GenericPlayer::notify(const char* event, int data, bool async) { function in class:android::GenericPlayer
285 SL_LOGV("GenericPlayer::notify(event=%s, data=%d, async=%s)", event, data,
297 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { function in class:android::GenericPlayer
298 SL_LOGV("GenericPlayer::notify(event=%s, data1=%d, data2=%d, async=%s)", event, data1, data2,
401 notify(PLAYEREVENT_PREPARED, mStateFlags & kFlagPrepared ? PLAYER_SUCCESS : PLAYER_FAILURE,
554 notify(PLAYEREVENT_PREFETCHSTATUSCHANGE, (int32_t)mCacheStatus, true /*async*/);
561 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
629 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATMARKER, true /*async*/);
666 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATNEWPOS, true /*async*/);
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.h 87 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
FmService.java 51 * Called by the system to notify a Service that it is no longer used and is
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 203 interrupterLock.notify();
223 interrupterLock.notify();
243 interrupterLock.notify();
363 w[j].lock.notify();
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 50 notify(); method

Completed in 2111 milliseconds

<<31323334353637383940>>