Searched refs:notify (Results 151 - 175 of 231) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp53 status_t start(const sp<MetaData> &meta, const sp<AMessage> &notify);
165 status_t MediaCodecSource::Puller::start(const sp<MetaData> &meta, const sp<AMessage> &notify) { argument
172 mNotify = notify;
744 sp<AMessage> notify = new AMessage(kWhatPullerNotify, mReflector); local
745 err = mPuller->start(meta.get(), notify);
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp140 listener->notify(eventType, extra, &obj);
157 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
183 listener->notify(DrmPlugin::kDrmPluginEventKeysChange, 0, &obj);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java233 this.notify();
470 this.notify();
486 this.notify();
/frameworks/base/core/java/android/app/
H A DNotificationManager.java53 * Class to notify the user of events that happen. This is how you tell
67 * Each of the notify methods takes an int id parameter and optionally a
72 * of the notify methods with a (tag, id) pair that is currently active and
266 public void notify(int id, Notification notification) method in class:NotificationManager
268 notify(null, id, notification);
282 public void notify(String tag, int id, Notification notification) method in class:NotificationManager
310 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
316 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
940 * {@link #notify(String, int, Notification) notify()}
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaVisualizerTest.java589 lock.notify();
601 lock.notify();
614 lock.notify();
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h90 status_t setOnFrameRenderedNotification(const sp<AMessage> &notify);
168 void requestActivityNotification(const sp<AMessage> &notify);
H A DACodec.h521 // Checks to see if any frames have rendered up until |until|, and to notify client
535 void addKeyFormatChangesToRenderBufferNotification(sp<AMessage> &notify);
538 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp327 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
366 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp206 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, 0, NULL);
224 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
H A DSoftOMXComponent.cpp88 void SoftOMXComponent::notify( function in class:android::SoftOMXComponent
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp437 const sp<AMessage> &notify, const AString &params)
438 : mNotifyMsg(notify),
436 AMPEG4AudioAssembler( const sp<AMessage> &notify, const AString &params) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java218 mNotificationManager.notify(printJob.getId().flattenToString(), 0, builder.build());
275 mNotificationManager.notify(PRINT_JOB_NOTIFICATION_SUMMARY, 0, builder.build());
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModePackages.java258 public void setPackageNotifyUnsupportedZoomLocked(String packageName, boolean notify) { argument
260 final int newFlags = notify ? (curFlags&~UNSUPPORTED_ZOOM_FLAG_DONT_NOTIFY) :
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java367 notify();
376 notify();
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp340 // doesn't need prefetching, notify good to go
532 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
605 // Do not call the superclass onPrepare to notify, because it uses a default error
608 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/);
777 // there's no need to do a notify of PLAYEREVENT_CHANNEL_COUNT,
/frameworks/av/camera/
H A DCameraBase.cpp201 listener->notify(msgType, ext1, ext2);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.h39 const sp<AMessage> &notify,
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h71 const sp<AMessage> &notify,
H A DPlaylistFetcher.h57 const sp<AMessage> &notify,
/frameworks/base/media/java/android/media/
H A DMediaSync.java118 * MediaSync callback interface. Used to notify the user asynchronously
622 mAudioLock.notify();
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h200 void notify(SoundPoolEvent event);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java254 videoSizeChanged.notify();
682 lock.notify();
705 Log.v(TAG, "notify the prepare callback");
706 prepareDone.notify();
750 Log.v(TAG, "notify the completion callback");
751 onCompletion.notify();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java126 this.notify();
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp278 static void notify(
297 mCallback.notify = &JTvInputHal::notify;
445 void JTvInputHal::notify( function in class:android::JTvInputHal
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java2021 void notify(int msgType) { method in class:Tethering.TetherMasterSM.ErrorState
2034 notify(TetherInterfaceSM.CMD_IP_FORWARDING_ENABLE_ERROR);
2042 notify(TetherInterfaceSM.CMD_IP_FORWARDING_DISABLE_ERROR);
2050 notify(TetherInterfaceSM.CMD_START_TETHERING_ERROR);
2061 notify(TetherInterfaceSM.CMD_STOP_TETHERING_ERROR);
2072 notify(TetherInterfaceSM.CMD_SET_DNS_FORWARDERS_ERROR);

Completed in 2027 milliseconds

12345678910