HomeSort by relevance Sort by last modified time
    Searched refs:notify (Results 1 - 25 of 1301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/internal/
CreationListener.java 23 void notify(Errors errors); method in interface:CreationListener
  /hardware/interfaces/neuralnetworks/1.0/
IExecutionCallback.hal 26 * notify must be invoked immediately after the asynchronous task has
27 * finished performing the execution. notify must be provided with the
29 * is not launched, notify must be invoked with the appropriate error.
43 oneway notify(ErrorStatus status);
IPreparedModelCallback.hal 28 * notify must be invoked immediately after the asynchronous task holding
30 * successfully prepared, notify must be invoked with ErrorStatus::NONE and
32 * prepared, notify must be invoked with the appropriate ErrorStatus and
35 * IDevice::prepareModel is invalid, notify must be invoked with the
52 oneway notify(ErrorStatus status, IPreparedModel preparedModel);
  /hardware/interfaces/tv/input/1.0/
ITvInputCallback.hal 26 notify(TvInputEvent event);
  /packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
StatusNotification.java 25 void notify(String status); method in interface:StatusNotification
28 notify("No OBD2 dongle paired. Go to Settings.");
32 notify("Paired to " + deviceAddress + ". Ready to capture data.");
36 notify("Unable to connect.");
40 notify("Connected to " + deviceAddress + ". Starting data capture.");
46 notify("Successfully captured data at " + now.format(dateTimeFormatter));
52 notify("Exception occurred.\n" + stringWriter.toString());
56 notify("Lost connection to remote end. Will try to reconnect.");
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp 29 const notify_action &notify) :
30 notify(notify), props(props), devs(devs) {
context.hpp 42 const notify_action &notify);
59 const notify_action notify; member in class:clover::context
  /frameworks/base/libs/hwui/
FrameMetricsObserver.h 26 virtual void notify(const int64_t* buffer);
  /external/python/cpython2/PC/bdist_wininst/
extract.c 29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify)
37 if (!CreateDirectory(pathname, NULL) && notify)
38 notify(SYSTEM_ERROR,
41 notify(DIR_CREATED, pathname);
47 if (notify)
48 notify(SYSTEM_ERROR,
63 NOTIFYPROC notify)
81 if (notify && notify(CAN_OVERWRITE, filename))
89 if (notify)
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
extract.c 28 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify)
36 if (!CreateDirectory(pathname, NULL) && notify)
37 notify(SYSTEM_ERROR,
40 notify(DIR_CREATED, pathname);
46 if (notify)
47 notify(SYSTEM_ERROR,
62 NOTIFYPROC notify)
80 if (notify && notify(CAN_OVERWRITE, filename))
88 if (notify)
    [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_response.cpp 27 parent.notify(info.serial);
34 parent.notify(info.serial);
41 parent.notify(info.serial);
48 parent.notify(info.serial);
55 parent.notify(info.serial);
62 parent.notify(info.serial);
69 parent.notify(info.serial);
76 parent.notify(info.serial);
83 parent.notify(info.serial);
89 parent.notify(info.serial)
    [all...]
sap_callback.cpp 24 parent.notify(token);
30 parent.notify(token);
43 parent.notify(token);
52 parent.notify(token);
59 parent.notify(token);
66 parent.notify(token);
78 parent.notify(token);
89 parent.notify(token);
  /hardware/qcom/gps/msm8909w_3100/core/observer/
IDataItemObserver.h 60 * @brief Notify updated values of Data Items
65 virtual void notify (const std :: list <IDataItemCore *> & dlist) = 0;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationManagerTest.java 28 notificationManager.notify(1, notification1);
32 notificationManager.notify(31, notification2);
39 notificationManager.notify(1, notification1);
41 notificationManager.notify(1, notification2);
48 notificationManager.notify("a tag", 1, notification1);
55 notificationManager.notify("a tag", 1, notification1);
62 notificationManager.notify("a tag", 1, notification1);
69 notificationManager.notify(1, notification1);
78 notificationManager.notify("a tag", 1, notification1);
88 notificationManager.notify(1, notification1)
    [all...]
  /hardware/interfaces/camera/device/3.2/
ICameraDeviceCallback.hal 26 * or failed captures, and to notify the framework of asynchronous events such
86 * their sync fences. In addition, notify() must be called with an
90 * STATUS_ERROR. In addition, notify() must be called with a ERROR_BUFFER
96 * empty buffer. In addition, notify() must be called with a ERROR_REQUEST
112 * notify:
120 * Multiple threads may call notify() simultaneously.
125 * via a SHUTTER notify() call. It is highly recommended to dispatch this
133 notify(vec<NotifyMsg> msgs);
  /external/valgrind/coregrind/m_mach/
mach_msg.c 57 mach_port_t notify);
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
67 mach_port_t notify;
85 timeout, notify);
94 timeout, notify);
101 timeout, notify);
  /frameworks/av/media/libmediaplayer2/nuplayer2/
HTTPLiveSource2.cpp 42 const sp<AMessage> &notify,
46 : Source(notify),
112 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); local
115 notify,
264 sp<AMessage> notify = dupNotify(); local
265 notify->setInt32("what", pushWhat);
266 notify->setBuffer("buffer", buffer);
274 notify->post();
281 notify->post();
338 // notify the current size here if we have it, otherwise report an initial size of (0,0
388 sp<AMessage> notify = dupNotify(); local
399 sp<AMessage> notify = dupNotify(); local
407 sp<AMessage> notify = dupNotify(); local
416 sp<AMessage> notify = dupNotify(); local
430 sp<AMessage> notify = dupNotify(); local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 42 const sp<AMessage> &notify,
46 : Source(notify),
111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); local
114 notify,
263 sp<AMessage> notify = dupNotify(); local
264 notify->setInt32("what", pushWhat);
265 notify->setBuffer("buffer", buffer);
273 notify->post();
280 notify->post();
337 // notify the current size here if we have it, otherwise report an initial size of (0,0
387 sp<AMessage> notify = dupNotify(); local
398 sp<AMessage> notify = dupNotify(); local
406 sp<AMessage> notify = dupNotify(); local
415 sp<AMessage> notify = dupNotify(); local
429 sp<AMessage> notify = dupNotify(); local
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ANetworkSession.h 41 const char *host, unsigned port, const sp<AMessage> &notify,
46 const sp<AMessage> &notify, int32_t *sessionID);
49 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID);
55 const sp<AMessage> &notify,
64 const sp<AMessage> &notify, int32_t *sessionID);
71 const sp<AMessage> &notify,
122 const sp<AMessage> &notify,
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
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...]
  /dalvik/dx/tests/089-dex-define-object/java/lang/
Object.class 
  /external/pdfium/xfa/fwl/
cfwl_combolist.h 29 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; }
  /external/wayland/tests/
signal-test.c 55 /* we just need different values of notify */
56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1};
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2};
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3};
60 struct wl_listener l4 = {.notify = signal_notify};
87 struct wl_listener l1 = {.notify = signal_notify};
104 struct wl_listener l1 = {.notify = signal_notify};
105 struct wl_listener l2 = {.notify = signal_notify};
106 struct wl_listener l3 = {.notify = signal_notify};
  /frameworks/av/drm/common/include/
IDrmServiceListener.h 36 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
43 virtual status_t notify(const DrmInfoEvent& event) = 0;
55 virtual status_t notify(const DrmInfoEvent& event);
  /frameworks/support/compat/src/main/aidl/android/support/v4/app/
INotificationSideChannel.aidl 31 void notify(String packageName, int id, String tag, in Notification notification);

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011>>