/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | HTTPLiveSource.cpp | 42 const sp<AMessage> ¬ify, in HTTPLiveSource() argument 46 : Source(notify), in HTTPLiveSource() 111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); in prepareAsync() local 114 notify, in prepareAsync() 263 sp<AMessage> notify = dupNotify(); in pollForRawData() local 264 notify->setInt32("what", pushWhat); in pollForRawData() 265 notify->setBuffer("buffer", buffer); in pollForRawData() 273 notify->post(); in pollForRawData() 280 notify->post(); in pollForRawData() 387 sp<AMessage> notify = dupNotify(); in onSessionNotify() local [all …]
|
D | NuPlayerDecoderPassThrough.cpp | 44 const sp<AMessage> ¬ify, in DecoderPassThrough() argument 47 : DecoderBase(notify), in DecoderPassThrough() 368 sp<AMessage> notify = mNotify->dup(); in onResume() local 369 notify->setInt32("what", kWhatResumeCompleted); in onResume() 370 notify->post(); in onResume() 395 sp<AMessage> notify = mNotify->dup(); in onFlush() local 396 notify->setInt32("what", kWhatFlushCompleted); in onFlush() 397 notify->post(); in onFlush() 406 sp<AMessage> notify = mNotify->dup(); in onShutdown() local 407 notify->setInt32("what", kWhatShutdownCompleted); in onShutdown() [all …]
|
D | NuPlayerDecoderBase.cpp | 32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) in DecoderBase() argument 33 : mNotify(notify), in DecoderBase() 207 sp<AMessage> notify = mNotify->dup(); in handleError() local 208 notify->setInt32("what", kWhatError); in handleError() 209 notify->setInt32("err", err); in handleError() 210 notify->post(); in handleError()
|
D | NuPlayerRenderer.cpp | 113 const sp<AMessage> ¬ify, in Renderer() argument 117 mNotify(notify), in Renderer() 463 const sp<AMessage> ¬ify) { in changeAudioFormat() argument 473 msg->setMessage("notify", notify); in changeAudioFormat() 533 sp<AMessage> notify; in onMessageReceived() local 534 CHECK(msg->findMessage("notify", ¬ify)); in onMessageReceived() 538 notify->setInt32("err", INVALID_OPERATION); in onMessageReceived() 539 notify->post(); in onMessageReceived() 548 onChangeAudioFormat(meta, notify); in onMessageReceived() 553 entry.mNotifyConsumed = notify; in onMessageReceived() [all …]
|
D | NuPlayer.cpp | 226 sp<AMessage> notify = new AMessage(kWhatMediaClockNotify, this); in init() local 227 mMediaClock->setNotificationMessage(notify); in init() 233 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 235 msg->setObject("source", new StreamingSource(notify, source)); in setDataSourceAsync() 265 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 269 source = new HTTPLiveSource(notify, httpService, url, headers); in setDataSourceAsync() 274 notify, httpService, url, headers, mUIDValid, mUID); in setDataSourceAsync() 282 notify, httpService, url, headers, mUIDValid, mUID, true); in setDataSourceAsync() 289 new GenericSource(notify, mUIDValid, mUID, mMediaClock); in setDataSourceAsync() 309 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local [all …]
|
D | GenericSource.cpp | 55 const sp<AMessage> ¬ify, in GenericSource() argument 59 : Source(notify), in GenericSource() 606 sp<AMessage> notify = dupNotify(); in sendCacheStats() local 607 notify->setInt32("what", kWhatCacheStats); in sendCacheStats() 608 notify->setInt32("bandwidth", kbps); in sendCacheStats() 609 notify->post(); in sendCacheStats() 791 sp<AMessage> notify = dupNotify(); in sendTextData() local 792 notify->setInt32("what", what); in sendTextData() 793 notify->setBuffer("buffer", buffer); in sendTextData() 794 notify->post(); in sendTextData() [all …]
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | HTTPLiveSource2.cpp | 42 const sp<AMessage> ¬ify, in HTTPLiveSource2() argument 46 : Source(notify), in HTTPLiveSource2() 113 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); in prepareAsync() local 116 notify, in prepareAsync() 265 sp<AMessage> notify = dupNotify(); in pollForRawData() local 266 notify->setInt32("what", pushWhat); in pollForRawData() 267 notify->setBuffer("buffer", buffer); in pollForRawData() 275 notify->post(); in pollForRawData() 282 notify->post(); in pollForRawData() 389 sp<AMessage> notify = dupNotify(); in onSessionNotify() local [all …]
|
D | NuPlayer2DecoderPassThrough.cpp | 43 const sp<AMessage> ¬ify, in DecoderPassThrough() argument 46 : DecoderBase(notify), in DecoderPassThrough() 367 sp<AMessage> notify = mNotify->dup(); in onResume() local 368 notify->setInt32("what", kWhatResumeCompleted); in onResume() 369 notify->post(); in onResume() 394 sp<AMessage> notify = mNotify->dup(); in onFlush() local 395 notify->setInt32("what", kWhatFlushCompleted); in onFlush() 396 notify->post(); in onFlush() 405 sp<AMessage> notify = mNotify->dup(); in onShutdown() local 406 notify->setInt32("what", kWhatShutdownCompleted); in onShutdown() [all …]
|
D | NuPlayer2DecoderBase.cpp | 32 NuPlayer2::DecoderBase::DecoderBase(const sp<AMessage> ¬ify) in DecoderBase() argument 33 : mNotify(notify), in DecoderBase() 209 sp<AMessage> notify = mNotify->dup(); in handleError() local 210 notify->setInt32("what", kWhatError); in handleError() 211 notify->setInt32("err", err); in handleError() 212 notify->post(); in handleError()
|
D | NuPlayer2Renderer.cpp | 112 const sp<AMessage> ¬ify, in Renderer() argument 117 mNotify(notify), in Renderer() 450 const sp<AMessage> ¬ify) { in changeAudioFormat() argument 460 msg->setMessage("notify", notify); in changeAudioFormat() 520 sp<AMessage> notify; in onMessageReceived() local 521 CHECK(msg->findMessage("notify", ¬ify)); in onMessageReceived() 525 notify->setInt32("err", INVALID_OPERATION); in onMessageReceived() 526 notify->post(); in onMessageReceived() 535 onChangeAudioFormat(meta, notify); in onMessageReceived() 540 entry.mNotifyConsumed = notify; in onMessageReceived() [all …]
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 129 mNM.notify(7001, n); 141 mNM.notify("default", 7004, n); 159 mNM.notify("default", 7004, n); 176 mNM.notify(6000, n); 182 mNM.notify(6001, n); 190 mNM.notify(6002, n); 197 mNM.notify(6003, n); 208 mNM.notify(6100, n); 214 mNM.notify(6101, n); 220 mNM.notify(6102, n); [all …]
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPSource.cpp | 43 const sp<AMessage> ¬ify) in ARTPSource() argument 55 mNotify(notify) { in ARTPSource() 62 mAssembler = new AAVCAssembler(notify); in ARTPSource() 65 mAssembler = new AMPEG4AudioAssembler(notify, params); in ARTPSource() 68 mAssembler = new AH263Assembler(notify); in ARTPSource() 71 mAssembler = new AAMRAssembler(notify, false /* isWide */, params); in ARTPSource() 73 mAssembler = new AAMRAssembler(notify, true /* isWide */, params); in ARTPSource() 76 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params); in ARTPSource() 79 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params); in ARTPSource() 81 mAssembler = new AMPEG2TSAssembler(notify, desc.c_str(), params); in ARTPSource() [all …]
|
D | SDPLoader.cpp | 37 const sp<AMessage> ¬ify, in SDPLoader() argument 40 : mNotify(notify), in SDPLoader() 139 sp<AMessage> notify = mNotify->dup(); in onLoad() local 140 notify->setInt32("what", kWhatSDPLoaded); in onLoad() 141 notify->setInt32("result", err); in onLoad() 142 notify->setObject("description", desc); in onLoad() 143 notify->post(); in onLoad()
|
/frameworks/av/media/libmediaplayerservice/ |
D | DeathNotifier.cpp | 31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() argument 46 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier() argument 48 mDeathRecipient{new DeathRecipient(notify)} { 52 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier() argument 54 mDeathRecipient{new DeathRecipient(notify)} {
|
D | DeathNotifier.h | 33 DeathNotifier(sp<IBinder> const& service, Notify const& notify); 34 DeathNotifier(sp<HBase> const& service, Notify const& notify);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | OpenNetworkNotifierTest.java | 168 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_hasOpenNetworks_notificationDisplayed() 178 verify(mNotificationManager, never()).notify(anyInt(), any()); in handleScanResults_emptyList_notificationNotDisplayed() 191 verify(mNotificationManager, never()).notify(anyInt(), any()); in handleScanResults_featureDisabled_notificationNotDisplayed() 206 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_notificationShown_emptyList_notificationCleared() 225 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_notificationShown_noRecommendation_notificationCleared() 245 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared() 265 verify(mNotificationManager).notify(anyInt(), any()); in clearPendingNotification_clearsNotificationIfOneIsShowing() 292 verify(mNotificationManager, never()).notify(anyInt(), any()); in screenOff_notificationNotShowing_handleScanResults_notificationNotDisplayed() 307 verify(mNotificationManager).notify(anyInt(), any()); in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated() 322 verify(mNotificationManager, times(2)).notify(anyInt(), any()); in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated() [all …]
|
D | CarrierNetworkNotifierTest.java | 169 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_hasCarrierNetworks_notificationDisplayed() 179 verify(mNotificationManager, never()).notify(anyInt(), any()); in handleScanResults_emptyList_notificationNotDisplayed() 192 verify(mNotificationManager, never()).notify(anyInt(), any()); in handleScanResults_featureDisabled_notificationNotDisplayed() 207 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_notificationShown_emptyList_notificationCleared() 226 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_notificationShown_noRecommendation_notificationCleared() 246 verify(mNotificationManager).notify(anyInt(), any()); in handleScanResults_notificationShown_screenOff_emptyList_notificationCleared() 266 verify(mNotificationManager).notify(anyInt(), any()); in clearPendingNotification_clearsNotificationIfOneIsShowing() 293 verify(mNotificationManager, never()).notify(anyInt(), any()); in screenOff_notificationNotShowing_handleScanResults_notificationNotDisplayed() 308 verify(mNotificationManager).notify(anyInt(), any()); in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated() 323 verify(mNotificationManager, times(2)).notify(anyInt(), any()); in screenOff_notificationShowing_handleScanResults_recommendationCanBeUpdated() [all …]
|
/frameworks/av/media/libstagefright/ |
D | MPEG2TSWriter.cpp | 40 void start(const sp<AMessage> ¬ify, const sp<MetaData> ¶ms); 130 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> ¬ify, const sp<MetaData> ¶ms) { in start() argument 133 mNotify = notify; in start() 245 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData() local 246 notify->setInt32("what", kNotifyBuffer); in extractCodecSpecificData() 247 notify->setBuffer("buffer", out); in extractCodecSpecificData() 248 notify->setInt32("oob", true); in extractCodecSpecificData() 249 notify->post(); in extractCodecSpecificData() 253 sp<AMessage> notify = mNotify->dup(); in appendAVCFrame() local 254 notify->setInt32("what", kNotifyBuffer); in appendAVCFrame() [all …]
|
D | MediaCodec.cpp | 255 explicit BufferCallback(const sp<AMessage> ¬ify); 266 BufferCallback::BufferCallback(const sp<AMessage> ¬ify) in BufferCallback() argument 267 : mNotify(notify) {} in BufferCallback() 271 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() local 272 notify->setInt32("what", kWhatFillThisBuffer); in onInputBufferAvailable() 273 notify->setSize("index", index); in onInputBufferAvailable() 274 notify->setObject("buffer", buffer); in onInputBufferAvailable() 275 notify->post(); in onInputBufferAvailable() 280 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() local 281 notify->setInt32("what", kWhatDrainThisBuffer); in onOutputBufferAvailable() [all …]
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 44 virtual void notify(const sp<InputListenerInterface>& listener) const = 0; 61 virtual void notify(const sp<InputListenerInterface>& listener) const; 90 virtual void notify(const sp<InputListenerInterface>& listener) const; 142 virtual void notify(const sp<InputListenerInterface>& listener) const; 163 virtual void notify(const sp<InputListenerInterface>& listener) const; 182 virtual void notify(const sp<InputListenerInterface>& listener) const;
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 125 static void notify(const sp<V1_0::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function 127 callback->notify(status, preparedModel); in notify() 130 static void notify(const sp<V1_2::IPreparedModelCallback>& callback, const ErrorStatus& status, in notify() function 148 notify(callback, ErrorStatus::INVALID_ARGUMENT, nullptr); in prepareModelBase() 155 notify(callback, ErrorStatus::INVALID_ARGUMENT, nullptr); in prepareModelBase() 158 notify(callback, ErrorStatus::NONE, preparedModel); in prepareModelBase() 214 static Return<void> notify(const sp<V1_0::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function 216 return callback->notify(status); in notify() 219 static Return<void> notify(const sp<V1_2::IExecutionCallback>& callback, const ErrorStatus& status, in notify() function 235 notify(callback, ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in asyncExecute() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 169 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 176 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 215 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 241 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 250 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 264 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 278 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled() 373 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in handlePortSettingsChange()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 276 const sp<AMessage> ¬ify, uint32_t flags, in LiveSession() argument 278 : mNotify(notify), in LiveSession() 907 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 908 notify->setInt32("what", kWhatMetadataDetected); in onMessageReceived() 909 notify->post(); in onMessageReceived() 1171 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, this); in addFetcher() local 1172 notify->setString("uri", uri); in addFetcher() 1173 notify->setInt32("switchGeneration", mSwitchGeneration); in addFetcher() 1177 notify, this, uri, mCurBandwidthIndex, mSubtitleGeneration); in addFetcher() 1763 sp<AMessage> notify = mNotify->dup(); in onChangeConfiguration2() local [all …]
|
/frameworks/av/drm/common/include/ |
D | IDrmServiceListener.h | 43 virtual status_t notify(const DrmInfoEvent& event) = 0; 55 virtual status_t notify(const DrmInfoEvent& event);
|
/frameworks/ml/nn/runtime/ |
D | Callbacks.h | 93 Return<void> notify(ErrorStatus status, const sp<V1_0::IPreparedModel>& preparedModel) override; 204 Return<void> notify(ErrorStatus status) override; 243 Return<void> notify(ErrorStatus status, const hidl_vec<OutputShape>& outputShapes, in notify() function
|