Searched refs:notify (Results 26 - 50 of 310) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.h32 explicit AH263Assembler(const sp<AMessage> &notify);
H A DAMPEG2TSAssembler.h30 const sp<AMessage> &notify,
H A DARawAudioAssembler.h31 const sp<AMessage> &notify,
H A DAAVCAssembler.h32 explicit AAVCAssembler(const sp<AMessage> &notify);
H A DAMPEG4AudioAssembler.h34 const sp<AMessage> &notify, const AString &params);
H A DAMPEG4ElementaryAssembler.h37 const sp<AMessage> &notify, const AString &desc,
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentRetainInstanceSupport.java186 mThread.notify();
200 mThread.notify();
218 mThread.notify();
230 mThread.notify();
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentRetainInstanceSupport.java186 mThread.notify();
200 mThread.notify();
218 mThread.notify();
230 mThread.notify();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DCarrierNetworkNotifierTest.java167 verify(mNotificationManager).notify(anyInt(), any());
177 verify(mNotificationManager, never()).notify(anyInt(), any());
190 verify(mNotificationManager, never()).notify(anyInt(), any());
205 verify(mNotificationManager).notify(anyInt(), any());
224 verify(mNotificationManager).notify(anyInt(), any());
244 verify(mNotificationManager).notify(anyInt(), any());
264 verify(mNotificationManager).notify(anyInt(), any());
291 verify(mNotificationManager, never()).notify(anyInt(), any());
306 verify(mNotificationManager).notify(anyInt(), any());
321 verify(mNotificationManager, times(2)).notify(anyIn
[all...]
H A DOpenNetworkNotifierTest.java166 verify(mNotificationManager).notify(anyInt(), any());
176 verify(mNotificationManager, never()).notify(anyInt(), any());
189 verify(mNotificationManager, never()).notify(anyInt(), any());
204 verify(mNotificationManager).notify(anyInt(), any());
223 verify(mNotificationManager).notify(anyInt(), any());
243 verify(mNotificationManager).notify(anyInt(), any());
263 verify(mNotificationManager).notify(anyInt(), any());
290 verify(mNotificationManager, never()).notify(anyInt(), any());
305 verify(mNotificationManager).notify(anyInt(), any());
320 verify(mNotificationManager, times(2)).notify(anyIn
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderPassThrough.cpp43 const sp<AMessage> &notify,
46 : DecoderBase(notify),
245 // only notify NuPlayer2 to scan sources
367 sp<AMessage> notify = mNotify->dup(); local
368 notify->setInt32("what", kWhatResumeCompleted);
369 notify->post();
394 sp<AMessage> notify = mNotify->dup(); local
395 notify->setInt32("what", kWhatFlushCompleted);
396 notify->post();
405 sp<AMessage> notify local
42 DecoderPassThrough( const sp<AMessage> &notify, const sp<Source> &source, const sp<Renderer> &renderer) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp44 const sp<AMessage> &notify,
47 : DecoderBase(notify),
246 // only notify NuPlayer to scan sources
368 sp<AMessage> notify = mNotify->dup(); local
369 notify->setInt32("what", kWhatResumeCompleted);
370 notify->post();
395 sp<AMessage> notify = mNotify->dup(); local
396 notify->setInt32("what", kWhatFlushCompleted);
397 notify->post();
406 sp<AMessage> notify local
43 DecoderPassThrough( const sp<AMessage> &notify, const sp<Source> &source, const sp<Renderer> &renderer) argument
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { function in class:BpDrmServiceListener
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
/frameworks/av/drm/libmediadrm/
H A DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) function in class:android::BpDrmClient
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
61 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libmedia/
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::BpMediaPlayerClient
70 notify(msg, ext1, ext2, &obj);
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaRecorderClient
62 notify(msg, ext1, ext2);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
61 mListener->notify(msg, ext1, ext2);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.h35 virtual void notify(DrmPlugin::EventType eventType, int extra,
47 void notify(DrmPlugin::EventType, int extra, const Parcel *obj);
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp32 const sp<AMessage> &notify,
34 mNotify = notify;
74 sp<AMessage> notify = mNotify->dup(); local
31 init( const sp<AMessage> &notify, size_t bufferWidth, size_t bufferHeight, size_t bufferCount) argument
H A DGraphicBufferListener.h31 const sp<AMessage> &notify,
/frameworks/ml/nn/runtime/
H A DCallbacks.h52 * must immediately call "notify". If the asynchronous task has failed to launch,
54 * "notify". This "notify" call awakens any client threads waiting on the
72 * CallbackBase::wait blocks until notify has been called on the callback
78 * CallbackBase::wait_for blocks until notify has been called on the
91 * bound function will be executed when CallbackBase::notify is called,
93 * return std::cv_status::timeout before CallbackBase::notify is called for
101 * CallbackBase::notify is called.
104 * CallbackBase::notify is called. Must have a target --
130 * exception of CallbackBase::notify, whic
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp40 void start(const sp<AMessage> &notify, const sp<MetaData> &params);
130 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify, const sp<MetaData> &params) { argument
133 mNotify = notify;
245 sp<AMessage> notify = mNotify->dup(); local
246 notify->setInt32("what", kNotifyBuffer);
247 notify->setBuffer("buffer", out);
248 notify->setInt32("oob", true);
249 notify->post();
253 sp<AMessage> notify = mNotify->dup(); local
254 notify
283 sp<AMessage> notify = mNotify->dup(); local
356 sp<AMessage> notify = mNotify->dup(); local
375 sp<AMessage> notify = mNotify->dup(); local
530 sp<AMessage> notify = local
[all...]
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h39 const sp<AMessage> &notify,
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java74 HandlerTester.this.notify();

Completed in 1065 milliseconds

1234567891011>>