HomeSort by relevance Sort by last modified time
    Searched defs:Notification (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/perf_data_converter/src/quipper/compat/cros/detail/
thread.h 31 class Notification : public quipper::compat::NotificationInterface {
33 Notification()
  /external/tensorflow/tensorflow/core/platform/default/
notification.h 29 class Notification {
31 Notification() : notified_(0) {}
32 ~Notification() {
33 // In case the notification is being used to synchronize its own deletion,
60 friend bool WaitForNotificationWithTimeout(Notification* n,
80 inline bool WaitForNotificationWithTimeout(Notification* n,
  /external/perf_data_converter/src/quipper/compat/non_cros/detail/
thread.h 30 class Notification : public quipper::compat::NotificationInterface {
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
VoicemailStatusCorruptionHandler.java 43 Notification
100 case Notification:
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationTest.java 17 package com.android.server.notification;
32 import android.app.Notification;
78 Notification.Builder nb = new Notification.Builder(mContext, "channel");
79 nb.extend(new Notification.CarExtender().setColor(Color.RED));
80 nb.extend(new Notification.TvExtender().setChannelId("different channel"));
81 nb.extend(new Notification.WearableExtender().setDismissalId("dismiss"));
82 Notification before = nb.build();
89 Notification after = Notification.Builder.maybeCloneStrippedForDelivery(before, true
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 32 // Notification is the callback function.
37 EFI_ACPI_NOTIFICATION_FN Notification;
191 @param[in] Notification Points to the callback function to be registered or unregistered.
194 @retval EFI_INVALID_PARAMETER Notification is NULL
195 @retval EFI_INVALID_PARAMETER Register is FALSE and Notification does not match a known registration function.
201 IN EFI_ACPI_NOTIFICATION_FN Notification
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 66 // Notification is an object that allows a user to to wait for another
67 // thread to signal a notification that an event has occurred.
69 // Multiple threads can wait on the same Notification object,
71 struct Notification : Barrier {
72 Notification() : Barrier(1) {};
77 // Notification.
80 static void run(Notification* n, Function f, Args... args) {
152 EIGEN_STRONG_INLINE Notification* enqueue(Function&& f, Args&&... args) const {
153 Notification* n = new Notification();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 35 CLFS_MGMT_NOTIFICATION_TYPE Notification;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
Notification.java 41 public class Notification extends Asn1Sequence {
47 public Notification() {
71 * Creates a new Notification from encoded stream.
73 public static Notification fromPerUnaligned(byte[] encodedBytes) {
74 Notification result = new Notification();
80 * Creates a new Notification from encoded stream.
82 public static Notification fromPerAligned(byte[] encodedBytes) {
83 Notification result = new Notification();
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc 221 Notification::Notification()
229 void Notification::Notify() {
233 void Notification::WaitForNotification() {
328 Notification* thread_can_start) {
349 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
355 Notification* thread_can_start_;
376 Notification* thread_can_start)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 221 Notification::Notification()
229 void Notification::Notify() {
233 void Notification::WaitForNotification() {
328 Notification* thread_can_start) {
349 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
355 Notification* thread_can_start_;
376 Notification* thread_can_start)
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 203 Notification::Notification()
211 void Notification::Notify() {
215 void Notification::WaitForNotification() {
310 Notification* thread_can_start) {
331 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
337 Notification* thread_can_start_;
358 Notification* thread_can_start)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 180 Notification::Notification()
188 void Notification::Notify() {
192 void Notification::WaitForNotification() {
287 Notification* thread_can_start) {
308 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
314 Notification* thread_can_start_;
335 Notification* thread_can_start)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
287 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 180 Notification::Notification()
188 void Notification::Notify() {
192 void Notification::WaitForNotification() {
287 Notification* thread_can_start) {
308 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
314 Notification* thread_can_start_;
335 Notification* thread_can_start)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]

Completed in 1521 milliseconds

1 2 3 4 5