/frameworks/av/media/libmedia/ |
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);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ItemsExtension.java | 35 protected Boolean notify;
field in class:ItemsExtension 43 /** A retract element, which has an optional <b>notify</b> attribute when publishing deletions */
44 retract(PubSubElementType.RETRACT, "notify");
73 * only id's and an optional value for the <b>notify</b> attribute.
98 * only id's and an optional value for the <b>notify</b> attribute.
109 public ItemsExtension(String nodeId, List<? extends PacketExtension> items, boolean notify)
114 this.notify = notify;
149 return notify;
166 if (notify != null) [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
SDPLoader.cpp | 33 SDPLoader::SDPLoader(const sp<AMessage> ¬ify, uint32_t flags, bool uidValid, uid_t uid) 34 : mNotify(notify), 147 sp<AMessage> notify = mNotify->dup(); local 148 notify->setInt32("what", kWhatSDPLoaded); 149 notify->setInt32("result", err); 150 notify->setObject("description", desc); 151 notify->post();
|
/frameworks/base/services/input/ |
InputListener.h | 33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0; 49 virtual void notify(const sp<InputListenerInterface>& listener) const; 76 virtual void notify(const sp<InputListenerInterface>& listener) const; 111 virtual void notify(const sp<InputListenerInterface>& listener) const; 131 virtual void notify(const sp<InputListenerInterface>& listener) const; 149 virtual void notify(const sp<InputListenerInterface>& listener) const; 154 * The interface used by the InputReader to notify the InputListener about input events.
|
/external/chromium_org/base/ |
observer_list_threadsafe.h | 34 // * Any thread may trigger a notification via Notify(). 51 // will notify its regular ObserverList. 109 // If there is not a current MessageLoop, it is impossible to notify on it, 165 // Notify methods. 168 // that at the completion of the Notify call that all Observers have 171 void Notify(Method m) { 173 Notify<Method, Tuple0>(method); 177 void Notify(Method m, const A& a) { 179 Notify<Method, Tuple1<A> >(method); 183 void Notify(Method m, const A& a, const B& b) [all...] |
/frameworks/av/media/libstagefright/foundation/ |
ANetworkSession.cpp | 87 const sp<AMessage> ¬ify); 137 void notify(NotificationReason reason); 164 const sp<AMessage> ¬ify) 169 mNotify(notify), 297 sp<AMessage> notify = mNotify->dup(); local 298 notify->setInt32("sessionID", mSessionID); 299 notify->setInt32("reason", kWhatDatagram); 302 notify->setString( 311 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port)); 313 notify->setBuffer("data", buf) 376 sp<AMessage> notify = mNotify->dup(); local 399 sp<AMessage> notify = mNotify->dup(); local 425 sp<AMessage> notify = mNotify->dup(); local 505 sp<AMessage> notify = mNotify->dup(); local 791 void ANetworkSession::Session::notify(NotificationReason reason) { function in class:android::ANetworkSession::Session [all...] |
/external/valgrind/main/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);
|
/external/chromium/net/tools/flip_server/ |
acceptor_thread.h | 32 void Notify() { 68 // Notify the Accept thread that it is time to terminate. 69 void Quit() { quitting_.Notify(); }
|
/external/chromium_org/cc/input/ |
layer_scroll_offset_delegate.h | 20 // This is called by the compositor to notify the delegate what is the upper 41 // This is called by the compositor to notify the delegate what is the current 45 // This is called by the compositor to notify the delegate what is the layer's
|
/external/chromium_org/chrome/browser/web_resource/ |
promo_resource_service.h | 51 // If delay_ms is 0, notify immediately by calling WebResourceStateChange(). 55 // Notify listeners that the state of a web resource has changed. 62 // This allows the PromoResourceService to notify the New Tab Page immediately
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNotificationManager.java | 21 public void notify(int id, Notification notification) method in class:ShadowNotificationManager 23 notify(null, id, notification); method 27 public void notify(String tag, int id, Notification notification) { method in class:ShadowNotificationManager
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerSource.h | 49 // The provides message is used to notify the player about various 51 Source(const sp<AMessage> ¬ify) 52 : mNotify(notify) {
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
gpio-switch.h | 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_util_mac.h | 19 // Notify the system that a download completed. This will cause the download
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_task_helper.h | 58 // on the IO thread to notify the caller about the file details. 61 // notify the caller about the file error. 72 // |success_callback| is invoked on the IO thread to notify the caller about 76 // notify the caller about the file error. 109 // |success_callback| is invoked on the IO thread to notify the caller. 112 // set to true. |error_callback| is invoked on the IO thread to notify the 123 // to notify the caller. 126 // and |error_callback| is invoked on the IO thread to notify the caller. 135 // Runs |error_callback| on the IO thread to notify the caller about the
|
/external/chromium_org/chrome/browser/printing/ |
print_view_manager_observer.h | 10 // An interface the PrintViewManager uses to notify an observer when the print
|
/external/chromium_org/chrome/browser/ui/android/tab_model/ |
tab_model_unittest.cc | 60 // Notify profile is being destroyed and verify pointer is cleared. 61 content::NotificationService::current()->Notify( 81 // Notify profile is being destroyed and verify pointer is cleared. 82 content::NotificationService::current()->Notify(
|
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager_observer.h | 10 // An interface the PersonalDataManager uses to notify its clients (observers)
|
/external/chromium_org/mojo/common/ |
message_pump_mojo_handler.h | 14 // Used by MessagePumpMojo to notify when a handle is either ready or has become
|
/external/chromium_org/mojo/public/utility/ |
run_loop_handler.h | 13 // Used by RunLoop to notify when a handle is either ready or has become
|
/external/qemu/ |
notify.h | 23 void (*notify)(Notifier *notifier); member in struct:Notifier
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareCallback.java | 42 * The callback called to notify the success or failure of the add call. 55 * The callback called to notify the success or failure of the remove call. 66 * The callback called to notify the success or failure of the pause call. 77 * The callback called to notify the success or failure of the resume call.
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
Test.java | 30 mBundle.notify();
|
/packages/apps/Bluetooth/res/values/ |
test_strings.xml | 12 <string name="notify_server">Notify TCP server</string>
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexSession.java | 43 * Message to notify when a transfer is completed For outbound share, it 50 * Message to notify when a session is completed For outbound share, it 56 /** Message to notify when a BluetoothOppObexSession get any error condition */ 60 * Message to notify when a BluetoothOppObexSession is interrupted when
|