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

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/radio/config/1.0/vts/functional/
radio_config_hidl_hal_test.cpp 43 * Notify that the response message is received.
45 void RadioConfigHidlTest::notify() { function in class:RadioConfigHidlTest
  /external/guice/core/src/com/google/inject/internal/
CreationListener.java 23 void notify(Errors errors); method in interface:CreationListener
ExposedKeyFactory.java 37 public void notify(Errors errors) { method in class:ExposedKeyFactory
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_test.cpp 49 void RadioHidlTest::notify(int receivedSerial) { function in class:RadioHidlTest
sap_hidl_hal_test.cpp 34 void SapHidlTest::notify(int receivedToken) { function in class:SapHidlTest
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_test.cpp 54 void RadioHidlTest_v1_1::notify(int receivedSerial) { function in class:RadioHidlTest_v1_1
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_test.cpp 55 * Notify that the response message is received.
57 void RadioHidlTest_v1_2::notify(int receivedSerial) { function in class:RadioHidlTest_v1_2
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 35 notify(); method
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.hpp 42 const notify_action &notify);
59 const notify_action notify; member in class:clover::context
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { function in class:BpDrmServiceListener
35 remote()->transact(NOTIFY, data, &reply);
45 case NOTIFY:
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
  /frameworks/av/media/libmedia/
IMediaRecorderClient.cpp 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaRecorderClient
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
57 case NOTIFY: {
62 notify(msg, ext1, ext2);
IMediaPlayerClient.cpp 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::BpMediaPlayerClient
48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
60 case NOTIFY: {
70 notify(msg, ext1, ext2, &obj);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 22 public abstract void notify(int id, NotificationWrapper notification); method in class:NotificationMgr
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatSideChannelService.java 62 public abstract void notify(String packageName, int id, String tag, Notification notification); method in class:NotificationCompatSideChannelService
79 public void notify(String packageName, int id, String tag, Notification notification) method in class:NotificationCompatSideChannelService.NotificationSideChannelStub
84 NotificationCompatSideChannelService.this.notify(packageName, id, tag, notification);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Animatable2Callback.java 70 mStartLock.notify();
79 mEndLock.notify();
  /dalvik/dx/tests/089-dex-define-object/
Object.java 34 public final native void notify(); method in class:Object
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 94 public void notify(int id, Notification.Builder notification) { method in class:NotificationHelper
95 getManager().notify(id, notification.build());
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 94 public void notify(int id, Notification.Builder notification) { method in class:NotificationHelper
95 getManager().notify(id, notification.build());
  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 48 const auto notify = (!pfn_notify ? context::notify_action() : local
54 return desc(new context(props, devs, notify));
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 75 manager.notify(notificationId, notification);
  /frameworks/av/drm/libmediadrm/
IDrmClient.cpp 32 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) function in class:android::BpDrmClient
52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
64 case NOTIFY: {
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.cpp 32 const sp<AMessage> &notify,
34 mNotify = notify;
74 sp<AMessage> notify = mNotify->dup(); local
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaWriter.h 59 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
61 mListener->notify(msg, ext1, ext2);
  /hardware/qcom/gps/msm8909w_3100/core/observer/
IOsObserver.h 65 inline virtual void notify (const std::list <IDataItemCore *> & /*dlist*/) {} function in class:loc_core::IOsObserver
  /packages/apps/Dialer/java/com/android/dialer/calllog/notifier/
RefreshAnnotatedCallLogNotifier.java 54 * Mark the annotated call log as "dirty" and notify that it needs to be refreshed.
62 notify(/* checkDirty = */ false);
74 public void notify(boolean checkDirty) { method in class:RefreshAnnotatedCallLogNotifier
75 LogUtil.i("RefreshAnnotatedCallLogNotifier.notify", "checkDirty = %s", checkDirty);

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>