Searched refs:notify (Results 51 - 75 of 310) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DFrameMetricsReporter.h51 mObservers[i]->notify(stats);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java30 mBundle.notify();
/frameworks/av/include/media/stagefright/
H A DMediaClock.h67 void addTimer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs = 0);
84 Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp165 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
172 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
211 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
237 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
246 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
260 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
274 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
369 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaClock.h67 void addTimer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs = 0);
84 Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify,
40 : mNotifyMsg(notify),
36 AMPEG2TSAssembler( const sp<AMessage> &notify, const char * , const AString & ) argument
H A DARawAudioAssembler.cpp37 const sp<AMessage> &notify,
40 : mNotifyMsg(notify),
36 ARawAudioAssembler( const sp<AMessage> &notify, const char * , const AString & ) argument
/frameworks/base/core/java/com/android/server/net/
H A DNetworkPinner.java99 sLock.notify();
112 sLock.notify();
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
H A DNotificationsActivity.java64 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification());
79 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
/frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/media/
H A DMediaRouterTest.java111 mWaitLock.notify();
119 mWaitLock.notify();
/frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
H A DNotificationsActivity.java64 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification());
79 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
/frameworks/native/services/inputflinger/
H A DInputListener.cpp38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyConfigurationChangedArgs
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyKeyArgs
102 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyMotionArgs
120 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifySwitchArgs
135 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyDeviceResetArgs
178 args->notify(mInnerListener);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp255 explicit BufferCallback(const sp<AMessage> &notify);
266 BufferCallback::BufferCallback(const sp<AMessage> &notify) argument
267 : mNotify(notify) {}
271 sp<AMessage> notify(mNotify->dup());
272 notify->setInt32("what", kWhatFillThisBuffer);
273 notify->setSize("index", index);
274 notify->setObject("buffer", buffer);
275 notify->post();
280 sp<AMessage> notify(mNotify->dup());
281 notify
317 CodecCallback(const sp<AMessage> &notify) argument
991 setOnFrameRenderedNotification(const sp<AMessage> &notify) argument
1642 requestActivityNotification(const sp<AMessage> &notify) argument
2084 sp<AMessage> notify = mOnFrameRenderedNotification->dup(); local
2335 sp<AMessage> notify; local
3310 sp<AMessage> notify = mOnFrameRenderedNotification->dup(); local
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWakeupOnboardingTest.java90 verify(mNotificationManager).notify(eq(WakeupNotificationFactory.ONBOARD_ID), any());
102 .notify(eq(WakeupNotificationFactory.ONBOARD_ID), any());
116 .notify(eq(WakeupNotificationFactory.ONBOARD_ID), any());
238 .notify(eq(WakeupNotificationFactory.ONBOARD_ID), any());
258 .notify(eq(WakeupNotificationFactory.ONBOARD_ID), any());
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.cpp60 const sp<AMessage> &notify,
67 : DecoderBase(notify),
531 sp<AMessage> notify = mNotify->dup(); local
532 notify->setInt32("what", kWhatFlushCompleted);
533 notify->post();
539 // if there is a pending resume request, notify complete now
567 sp<AMessage> notify = mNotify->dup(); local
568 notify->setInt32("what", kWhatShutdownCompleted);
569 notify->post();
611 sp<AMessage> notify local
59 Decoder( const sp<AMessage> &notify, const sp<Source> &source, pid_t pid, uid_t uid, const sp<Renderer> &renderer, const sp<ANativeWindowWrapper> &nww, const sp<CCDecoder> &ccDecoder) argument
826 sp<AMessage> notify = mNotify->dup(); local
1292 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DNuPlayer2Renderer.cpp92 const sp<AMessage> &notify,
96 mNotify(notify),
438 const sp<AMessage> &notify) {
448 msg->setMessage("notify", notify);
508 sp<AMessage> notify; local
509 CHECK(msg->findMessage("notify", &notify));
513 notify->setInt32("err", INVALID_OPERATION);
514 notify
89 Renderer( const sp<MediaPlayer2Interface::AudioSink> &sink, const sp<MediaClock> &mediaClock, const sp<AMessage> &notify, uint32_t flags) argument
432 changeAudioFormat( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool isStreaming, const sp<AMessage> &notify) argument
800 sp<AMessage> notify = mNotify->dup(); local
1388 sp<AMessage> notify = mNotify->dup(); local
1406 sp<AMessage> notify = mNotify->dup(); local
1670 sp<AMessage> notify = mNotify->dup(); local
1817 sp<AMessage> notify = mNotify->dup(); local
2048 onChangeAudioFormat( const sp<AMessage> &meta, const sp<AMessage> &notify) argument
[all...]
H A DGenericSource2.cpp57 const sp<AMessage> &notify,
60 : Source(notify),
536 sp<AMessage> notify = dupNotify(); local
537 notify->setInt32("what", kWhatCacheStats);
538 notify->setInt32("bandwidth", kbps);
539 notify->post();
718 sp<AMessage> notify = dupNotify(); local
719 notify->setInt32("what", what);
720 notify->setBuffer("buffer", buffer);
721 notify
56 GenericSource2( const sp<AMessage> &notify, uid_t uid, const sp<MediaClock> &mediaClock) argument
752 sp<AMessage> notify = dupNotify(); local
841 sp<AMessage> notify = dupNotify(); local
1397 sp<AMessage> notify = dupNotify(); local
1440 sp<AMessage> notify = dupNotify(); local
[all...]
H A DNuPlayer2Source.h62 // The provides message is used to notify the player about various
64 explicit Source(const sp<AMessage> &notify) argument
65 : mNotify(notify) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp60 const sp<AMessage> &notify,
67 : DecoderBase(notify),
511 sp<AMessage> notify = mNotify->dup(); local
512 notify->setInt32("what", kWhatFlushCompleted);
513 notify->post();
519 // if there is a pending resume request, notify complete now
546 sp<AMessage> notify = mNotify->dup(); local
547 notify->setInt32("what", kWhatShutdownCompleted);
548 notify->post();
590 sp<AMessage> notify local
59 Decoder( const sp<AMessage> &notify, const sp<Source> &source, pid_t pid, uid_t uid, const sp<Renderer> &renderer, const sp<Surface> &surface, const sp<CCDecoder> &ccDecoder) argument
799 sp<AMessage> notify = mNotify->dup(); local
1284 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DNuPlayerRenderer.cpp93 const sp<AMessage> &notify,
97 mNotify(notify),
439 const sp<AMessage> &notify) {
449 msg->setMessage("notify", notify);
509 sp<AMessage> notify; local
510 CHECK(msg->findMessage("notify", &notify));
514 notify->setInt32("err", INVALID_OPERATION);
515 notify
90 Renderer( const sp<MediaPlayerBase::AudioSink> &sink, const sp<MediaClock> &mediaClock, const sp<AMessage> &notify, uint32_t flags) argument
433 changeAudioFormat( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool isStreaming, const sp<AMessage> &notify) argument
801 sp<AMessage> notify = mNotify->dup(); local
1389 sp<AMessage> notify = mNotify->dup(); local
1407 sp<AMessage> notify = mNotify->dup(); local
1664 sp<AMessage> notify = mNotify->dup(); local
1819 sp<AMessage> notify = mNotify->dup(); local
2050 onChangeAudioFormat( const sp<AMessage> &meta, const sp<AMessage> &notify) argument
[all...]
H A DNuPlayerSource.h63 // The provides message is used to notify the player about various
65 explicit Source(const sp<AMessage> &notify) argument
66 : mNotify(notify) {
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuClusterTimeReader.java104 boolean notify = false;
111 notify |= mDeltaTime[i] > 0;
113 if (notify && valid) {
/frameworks/base/tests/testables/src/android/testing/
H A DTestableInstrumentation.java89 notify();
112 notify();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DMultiArgTestAdapter.java101 public void setValue(String value, boolean notify) { argument
103 if (notify) {
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.h36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL);
111 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access

Completed in 371 milliseconds

1234567891011>>