/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_notify.rs | 17 let notify = Notify::new(); in notify_notified_one() localVariable 26 let notify = Notify::new(); in notify_multi_notified_one() localVariable 42 let notify = Notify::new(); in notify_multi_notified_last() localVariable 58 let notify = Notify::new(); in notified_one_notify() localVariable 70 let notify = Notify::new(); in notified_multi_notify() localVariable 87 let notify = Notify::new(); in notify_notified_multi() localVariable 105 let notify = Notify::new(); in notified_drop_notified_notify() localVariable 122 let notify = Notify::new(); in notified_multi_notify_drop_one() localVariable 142 let notify = Notify::new(); in notified_multi_notify_one_drop() localVariable 164 let notify = Notify::new(); in notified_multi_notify_last_drop() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/ |
D | loom_notify.rs | 32 let notify = Arc::new(Notify::new()); in notify_waiters() localVariable 53 let notify = Arc::new(Notify::new()); in notify_waiters_and_one() localVariable 82 let notify = Arc::new(Notify::new()); in notify_multi() localVariable 87 let notify = notify.clone(); in notify_multi() localVariable 115 let notify = Arc::new(Notify::new()); in notify_drop() localVariable 152 let notify = Arc::new(Notify::new()); in notify_waiters_poll_consistency() localVariable 194 let notify = Arc::new(Notify::new()); in notify_waiters_poll_consistency_many() localVariable 230 let notify = Arc::new(Notify::new()); in notify_waiters_is_atomic() localVariable 281 let notify = Arc::new(Notify::new()); in notify_waiters_sequential_notified_await() localVariable 287 let notify = notify.clone(); in notify_waiters_sequential_notified_await() localVariable
|
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/gcp/ |
H A D | environment_autodetect_test.cc | 45 grpc_core::Notification* notify) { in GetNotifiedOnEnvironmentDetection() 57 grpc_core::Notification notify; in TEST_F() local 70 grpc_core::Notification notify; in TEST_F() local 83 grpc_core::Notification notify; in TEST_F() local 96 grpc_core::Notification notify; in TEST_F() local 109 grpc_core::Notification notify; in TEST_F() local 121 grpc_core::Notification notify[10]; in TEST_F() local
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | HTTPLiveSource.cpp | 41 const sp<AMessage> ¬ify, in HTTPLiveSource() 110 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); in prepareAsync() local 262 sp<AMessage> notify = dupNotify(); in pollForRawData() local 386 sp<AMessage> notify = dupNotify(); in onSessionNotify() local 397 sp<AMessage> notify = dupNotify(); in onSessionNotify() local 405 sp<AMessage> notify = dupNotify(); in onSessionNotify() local 414 sp<AMessage> notify = dupNotify(); in onSessionNotify() local 428 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
|
H A D | NuPlayer.cpp | 227 sp<AMessage> notify = new AMessage(kWhatMediaClockNotify, this); in init() local 234 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 266 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 310 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 332 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 376 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local 495 sp<AMessage> notify = new AMessage(kWhatNotifyTime, this); in notifyAt() local 1612 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); in onStart() local 1987 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder() local 2009 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); in instantiateDecoder() local [all …]
|
H A D | GenericSource.cpp | 56 const sp<AMessage> ¬ify, in GenericSource() 596 sp<AMessage> notify = dupNotify(); in sendCacheStats() local 781 sp<AMessage> notify = dupNotify(); in sendTextData() local 816 sp<AMessage> notify = dupNotify(); in sendGlobalTextData() local 888 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit() local 1489 sp<AMessage> notify = dupNotify(); in readBuffer() local 1532 sp<AMessage> notify = dupNotify(); in notifyBufferingUpdate() local 1581 sp<AMessage> notify = dupNotify(); in onPollBuffering() local
|
H A D | NuPlayerDecoderPassThrough.cpp | 43 const sp<AMessage> ¬ify, in DecoderPassThrough() 367 sp<AMessage> notify = mNotify->dup(); in onResume() local 394 sp<AMessage> notify = mNotify->dup(); in onFlush() local 405 sp<AMessage> notify = mNotify->dup(); in onShutdown() local
|
H A D | NuPlayerRenderer.cpp | 108 const sp<AMessage> ¬ify, in Renderer() 500 const sp<AMessage> ¬ify) { in changeAudioFormat() 570 sp<AMessage> notify; in onMessageReceived() local 889 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted_l() local 1490 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart() local 1508 sp<AMessage> notify = mNotify->dup(); in notifyEOS_l() local 1787 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete() local 1943 sp<AMessage> notify = mNotify->dup(); in onAudioTearDown() local 2205 const sp<AMessage> &meta, const sp<AMessage> ¬ify) { in onChangeAudioFormat()
|
H A D | NuPlayerDecoder.cpp | 65 const sp<AMessage> ¬ify, in Decoder() 545 sp<AMessage> notify = mNotify->dup(); in onFlush() local 580 sp<AMessage> notify = mNotify->dup(); in onShutdown() local 624 sp<AMessage> notify = mNotify->dup(); in handleError() local 840 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange() local 1349 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary() local
|
H A D | RTSPSource.cpp | 41 const sp<AMessage> ¬ify, in RTSPSource() 117 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync() local 801 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded() local 877 sp<AMessage> notify = dupNotify(); in startBufferingIfNecessary() local 893 sp<AMessage> notify = dupNotify(); in stopBufferingIfNecessary() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverUtils.cpp | 46 void notify(const sp<V1_0::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 54 void notify(const sp<V1_2::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 63 void notify(const sp<V1_3::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 72 void notify(const sp<V1_0::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 80 void notify(const sp<V1_2::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 88 void notify(const sp<V1_3::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | MPEG2TSWriter.cpp | 130 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> ¬ify, const sp<MetaData> ¶ms) { in start() 245 sp<AMessage> notify = mNotify->dup(); in extractCodecSpecificData() local 253 sp<AMessage> notify = mNotify->dup(); in appendAVCFrame() local 283 sp<AMessage> notify = mNotify->dup(); in appendAACFrames() local 356 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 375 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 530 sp<AMessage> notify = in start() local
|
H A D | MediaCodec.cpp | 811 explicit CryptoAsyncCallback(const sp<AMessage> & notify):mNotify(notify) { in CryptoAsyncCallback() 824 sp<AMessage> notify(mNotify->dup()); in onDecryptError() local 904 BufferCallback::BufferCallback(const sp<AMessage> ¬ify) in BufferCallback() 909 sp<AMessage> notify(mNotify->dup()); in onInputBufferAvailable() local 918 sp<AMessage> notify(mNotify->dup()); in onOutputBufferAvailable() local 957 CodecCallback::CodecCallback(const sp<AMessage> ¬ify) : mNotify(notify) {} in CodecCallback() 960 sp<AMessage> notify(mNotify->dup()); in onEos() local 967 sp<AMessage> notify(mNotify->dup()); in onStartCompleted() local 973 sp<AMessage> notify(mNotify->dup()); in onStopCompleted() local 979 sp<AMessage> notify(mNotify->dup()); in onReleaseCompleted() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 1171 private void setInitialCharacteristicValues(boolean notify) { in setInitialCharacteristicValues() 1546 private void updateObjectID(int objectIdField, long objectIdValue, boolean notify) { in updateObjectID() 1559 mCharacteristics.get(CharId.FromFeature(feature)), objectIdValue, null, notify); in updateObjectID() local 1802 void updatePlayingOrderChar(PlayingOrder order, boolean notify) { in updatePlayingOrderChar() 1891 void updateSeekingSpeedChar(float speed, boolean notify) { in updateSeekingSpeedChar() 1925 void updatePlaybackSpeedChar(float speed, boolean notify) { in updatePlaybackSpeedChar() 1985 void updateTrackDurationChar(long durationMs, boolean notify) { in updateTrackDurationChar() 2020 void updateTrackTitleChar(String title, boolean notify) { in updateTrackTitleChar() 2033 void updateSupportedOpcodesChar(int opcodes, boolean notify) { in updateSupportedOpcodesChar() 2110 boolean notify) { in updateObjectIdChar() [all …]
|
/aosp_15_r20/hardware/google/camera/common/hal/tests/ |
D | result_processor_tests.cc | 55 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() local 92 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() local 110 NotifyFunc notify = NotifyFunc([](const NotifyMessage& /*message*/) {}); in TEST() local 139 NotifyFunc notify = NotifyFunc( in TEST() local 171 NotifyFunc notify = NotifyFunc([&](const NotifyMessage& /*message*/) {}); in TEST() local
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/ |
H A D | DeathNotifier.cpp | 38 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() 86 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier() 92 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier() 98 DeathNotifier::DeathNotifier(::ndk::SpAIBinder const& service, Notify const& notify) in DeathNotifier()
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | extract.c | 29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory() 63 NOTIFYPROC notify) in map_new_file() 153 int uncomp_size, NOTIFYPROC notify) in extract_file() 204 NOTIFYPROC notify) in unzip_archive()
|
/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/ |
D | zsl_snapshot_capture_session.cc | 276 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in Create() 363 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in ConfigureStreams() 561 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in SetupSnapshotProcessChain() 623 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify) { in SetupRealtimeProcessChain() 717 ProcessCaptureResultFunc process_capture_result, NotifyFunc notify, in Initialize()
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPConnection.cpp | 108 const sp<AMessage> ¬ify, in addStream() 504 sp<AMessage> notify = it->mNotifyMsg->dup(); in onPollStreams() local 721 sp<AMessage> notify = s->mNotifyMsg->dup(); in notifyCongestionToUpperLayerIfNeeded() local 851 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseRTP() local 917 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseRTCP() local 1176 sp<AMessage> notify = s->mNotifyMsg->dup(); in parseTSFB() local 1218 sp<AMessage> notify = s->mNotifyMsg->dup(); in parsePSFB() local 1234 sp<AMessage> notify = s->mNotifyMsg->dup(); in parsePSFB() local
|
H A D | ARTPSource.cpp | 46 const sp<AMessage> ¬ify) in ARTPSource() 140 sp<AMessage> notify = mNotify->dup(); in timeUpdate() local 154 sp<AMessage> notify = mNotify->dup(); in processReceptionReportBlock() local 718 sp<AMessage> notify = mJbTimer->dup(); in setJbAlarmTime() local 737 sp<AMessage> notify = mNotify->dup(); in notifyPktInfo() local
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_formfield.cpp | 350 NotificationOption notify) { in SetValue() 413 NotificationOption notify) { in SetValue() 479 bool CPDF_FormField::ClearSelection(NotificationOption notify) { in ClearSelection() 505 bool CPDF_FormField::SetItemSelection(int index, NotificationOption notify) { in SetItemSelection() 610 NotificationOption notify) { in CheckControl() 680 NotificationOption notify) { in SetCheckValue()
|
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | DriverTestHelpers.cpp | 34 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) in notify() function in driverTestHelpers::ExecutionCallback 56 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify() function in driverTestHelpers::PreparedModelCallback 66 Return<void> PreparedModelCallback_1_2::notify(V1_0::ErrorStatus status, in notify() function in driverTestHelpers::PreparedModelCallback_1_2 86 Return<void> PreparedModelCallback_1_3::notify(V1_0::ErrorStatus status, in notify() function in driverTestHelpers::PreparedModelCallback_1_3
|
/aosp_15_r20/frameworks/av/media/libstagefright/httplive/ |
H A D | LiveSession.cpp | 277 const sp<AMessage> ¬ify, uint32_t flags, in LiveSession() 908 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 1172 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, this); in addFetcher() local 1764 sp<AMessage> notify = mNotify->dup(); in onChangeConfiguration2() local 2251 sp<AMessage> notify = mNotify->dup(); in startBufferingIfNecessary() local 2264 sp<AMessage> notify = mNotify->dup(); in stopBufferingIfNecessary() local 2281 sp<AMessage> notify = mNotify->dup(); in notifyBufferingUpdate() local 2391 sp<AMessage> notify = mNotify->dup(); in postError() local 2400 sp<AMessage> notify = mNotify->dup(); in postPrepared() local
|
H A D | PlaylistFetcher.cpp | 146 const sp<AMessage> ¬ify, in PlaylistFetcher() 630 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 641 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 655 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 667 sp<AMessage> notify = mNotify->dup(); in onMessageReceived() local 829 sp<AMessage> notify = mNotify->dup(); in notifyStopReached() local 835 sp<AMessage> notify = mNotify->dup(); in notifyError() local 1923 sp<AMessage> notify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/ |
D | AidlCameraStream.cpp | 50 ScopedAStatus AidlCameraStream::notify(const EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::AidlCameraStream 89 ScopedAStatus AidlCameraStream::ImplV0::notify(const EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::AidlCameraStream::ImplV0 133 ScopedAStatus AidlCameraStream::ImplV1::notify(const EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::AidlCameraStream::ImplV1
|