/aosp_15_r20/external/libcxxabi/test/ |
H A D | guard_threaded_test.pass.cpp | 162 struct Notification { struct 163 Notification() { reset(); } in Notification() argument 166 int num_waiting() const { in num_waiting() 170 void wait() { in wait() 180 void notify() { in notify() 185 void notify_when(Cond &&c) { in notify_when() 194 void reset() { in reset() 199 std::atomic<bool> m_cond; 200 std::atomic<int> m_waiting;
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/ |
H A D | PromotedNotificationContentExtractor.kt | 87 private fun Notification.title(): CharSequence? = extras?.getCharSequence(EXTRA_TITLE) in title() method 89 private fun Notification.text(): CharSequence? = extras?.getCharSequence(EXTRA_TEXT) in title() method 91 private fun Notification.subText(): String? = extras?.getString(EXTRA_SUB_TEXT) in title() method 93 private fun Notification.chronometerCountDown(): Boolean = in title() method 96 private fun Notification.extractWhen(): When? { in title() method 109 private fun Notification.Style.extractContent( in extractContent() method
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | notification_test.cc | 26 TEST(Notification, Works) { in TEST() argument 35 TEST(Notification, Waits) { in TEST() argument 48 TEST(Notification, WaitsWithTimeout) { in TEST() argument 62 TEST(Notification, WaitWithTimeoutCanFinishEarly) { in TEST() argument
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
H A D | InputBufferManager.cpp | 322 struct Notification { in processNotifications() struct 323 sp<IComponentListener> listener; in processNotifications() 324 hidl_vec<IComponentListener::InputBuffer> inputBuffers; in processNotifications() 325 Notification(const sp<IComponentListener>& l, size_t s) in processNotifications() argument
|
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/ |
H A D | InputBufferManager.cpp | 305 struct Notification { in processNotifications() struct 306 std::shared_ptr<IComponentListener> listener; in processNotifications() 307 std::vector<IComponentListener::InputBuffer> inputBuffers; in processNotifications() 308 Notification(const std::shared_ptr<IComponentListener>& l, size_t s) in processNotifications() argument
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
H A D | Barrier.h | 61 struct Notification : Barrier { struct 62 Notification() : Barrier(1){}; in Notification() argument
|
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/ |
H A D | Notification.kt | 44 object Notification { object 72 internal fun SceneScope.Notification( in Notification() method
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | notification.h | 69 Notification() : notified_yet_(false) {} in Notification() function 70 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/ |
H A D | Notification.kt | 7 class Notification internal constructor(val statusBarNotification: StatusBarNotification) { class
|
/aosp_15_r20/external/aws-sdk-java-v2/services/snowball/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 59 "Notification": { object 95 "Notification": { object 190 "Notification": { object 230 "Notification": { object
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | notify.rs | 282 fn store_release(&self, notification: Notification) { in store_release() 291 fn load(&self, ordering: Ordering) -> Option<Notification> { in load() 320 enum Notification { enum
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/ |
D | DispatchResponse.java | 93 public static class Notification { class in DispatchResponse 97 protected Notification(@NotificationEventId int notificationEventId) { in Notification() method in DispatchResponse.Notification
|
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_init/ |
H A D | Notification.java | 41 public class Notification extends Asn1Sequence { class 47 public Notification() { in Notification() method in Notification
|
/aosp_15_r20/external/google-cloud-java/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/ |
H A D | Notification.java | 31 public final class Notification extends com.google.protobuf.GeneratedMessageV3 class 37 private Notification(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Notification() method in Notification 41 private Notification() { in Notification() method in Notification
|
/aosp_15_r20/system/nfc/src/rust/nci/ |
H A D | nci.rs | 302 pub async fn register(&mut self, code: Opcode, sender: oneshot::Sender<Notification>) { in register() 311 pub async fn unregister(&mut self, code: Opcode) -> Option<oneshot::Sender<Notification>> { in unregister()
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdaterTest.kt | 187 private fun Notification.title() = this.extras.getString(Notification.EXTRA_TITLE) in title() method 188 private fun Notification.text() = this.extras.getString(Notification.EXTRA_TEXT) in title() method
|
/aosp_15_r20/external/googleapis/google/cloud/batch/v1alpha/ |
H A D | notification.proto | 31 message Notification { message
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/config/notification/ |
H A D | Notification.kt | 19 internal object Notification { object
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/shared/model/ |
D | EducationUiType.java | 8 /*public static final*/ Notification /* = new Notification() */; enumConstant
|