HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 226 - 250 of 4347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/input/
InputListener.cpp 38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyConfigurationChangedArgs
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyKeyArgs
99 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyMotionArgs
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifySwitchArgs
132 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyDeviceResetArgs
175 args->notify(mInnerListener);
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 46 * Notify the host application that a page has started loading. This method
61 * Notify the host application that a page has finished loading. This method
73 * Notify the host application that the WebView will load the resource
83 * Notify the host application of a resource request and allow the
103 * Notify the host application that there have been an excessive number of
180 * Notify the host application to update its visited links database.
191 * Notify the host application that an SSL error occurred while loading a
241 * Notify the host application that a key was not handled by the WebView.
258 * Notify the host application that the scale applied to the WebView has
269 * Notify the host application that a request to automatically log in th
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 40 mDrawingThread.notify();
51 mDrawingThread.notify();
62 mDrawingThread.notify();
70 mDrawingThread.notify();
87 mDrawingThread.notify();
192 notify(); method
205 notify(); method
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 35 const sp<AMessage> &notify,
41 : Source(notify),
87 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id()); local
93 mSDPLoader = new SDPLoader(notify,
100 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID);
202 sp<AMessage> notify = dupNotify(); local
203 notify->setInt32("what", kWhatBufferingEnd);
204 notify->post();
248 sp<AMessage> notify = dupNotify(); local
249 notify->setInt32("what", kWhatBufferingStart)
610 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id()); local
    [all...]
NuPlayer.cpp 181 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); local
186 msg->setObject("source", new MP4Source(notify, source));
188 msg->setObject("source", new StreamingSource(notify, source));
216 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); local
220 source = new HTTPLiveSource(notify, url, headers, mUIDValid, mUID);
222 source = new RTSPSource(notify, url, headers, mUIDValid, mUID);
227 source = new RTSPSource(notify, url, headers, mUIDValid, mUID, true);
229 source = new GenericSource(notify, url, headers, mUIDValid, mUID);
239 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); local
241 sp<Source> source = new GenericSource(notify, fd, offset, length)
904 sp<AMessage> notify = local
1490 sp<AMessage> notify = dupNotify(); local
1497 sp<AMessage> notify = dupNotify(); local
1505 sp<AMessage> notify = dupNotify(); local
    [all...]
  /external/chromium_org/base/
callback_list.h 44 // callback_list_.Notify(foo);
197 void Notify() {
218 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1) {
239 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
261 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
284 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
308 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
335 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
363 void Notify(typename internal::CallbackParamTraits<A1>::ForwardType a1,
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 140 bool notify = false; local
147 notify = !i->second->settings.empty();
154 if (notify)
162 bool notify = false; local
169 notify = !i->second->settings.empty();
175 if (notify)
229 bool notify = false; local
238 notify = !map->empty();
241 if (notify) {
  /system/core/adb/
usb_linux_client.c 42 adb_cond_t notify; member in struct:usb_handle
158 adb_cond_wait(&usb->notify, &usb->lock);
223 // notify usb_adb_open_thread that we are disconnected
224 adb_cond_signal(&h->notify);
241 adb_cond_init(&h->notify, 0);
324 adb_cond_wait(&usb->notify, &usb->lock);
432 // notify usb_ffs_open_thread that we are disconnected
433 adb_cond_signal(&h->notify);
454 adb_cond_init(&h->notify, 0);
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.h 29 ash::AccessibilityNotificationVisibility notify);
34 ash::AccessibilityNotificationVisibility notify);
38 ash::AccessibilityNotificationVisibility notify; member in struct:chromeos::AccessibilityStatusEventDetails
93 ash::AccessibilityNotificationVisibility notify);
99 void ToggleSpokenFeedback(ash::AccessibilityNotificationVisibility notify);
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store_unittest.cc 156 // Notify when setting the initial policy.
174 // Notify when new policies are added.
190 // Notify when policies change.
208 // Notify when policies are removed.
223 // Don't notify when there aren't any changes.
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 47 // invoked, The OnGetMoveToResult() and OnGetFaviconResult() is used to notify
58 // Notify the MoveTo task has been posted to UI thread.
60 // Notify the MoveTo result has been gotten in UI thread.
62 // Notify the GetFavicon task has been posted to UI thread.
64 // Notify the GetFavicon result has been gotten in UI thread.
  /external/chromium_org/content/browser/
host_zoom_map_impl.cc 100 // Notify renderers from this browser context.
115 zoom_level_changed_callbacks_.Notify(change);
127 // Notify renderers from this browser context.
144 zoom_level_changed_callbacks_.Notify(change);
206 zoom_level_changed_callbacks_.Notify(change);
  /external/chromium_org/net/base/
network_change_notifier_win_unittest.cc 90 // If a task to notify observers of the IP address change event was
113 // If a task to notify observers of the IP address change event was
134 // Run the task to notify observers of the IP address change event.
156 // Run the task to notify observers of the IP address change event.
204 // If a task to notify observers of the IP address change event was
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.h 72 // A callback to notify the delegate that |source|'s loading state has
76 // A callback to notify the delegate that a web dialog has been shown.
82 // A callback to notify the delegate that the dialog closed.
88 // A callback to notify the delegate that the dialog is being closed in
92 // A callback to notify the delegate that the contents have gone
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.h 24 // given PageAction and notify the extension when the icon is clicked.
62 // Called to notify the PageAction that it should determine whether to be
67 // Either notify listeners or show a popup depending on the page action.
  /external/chromium/chrome/browser/web_resource/
web_resource_service.h 48 // If delay_ms is 0, notify immediately by calling WebResourceStateChange().
70 // Notify listeners that the state of a web resource has changed.
78 // notification. This allows the WebResourceService to notify the New Tab
  /external/chromium_org/chrome/browser/common/
cancelable_request.cc 79 // Notify the consumer that the request is gone
135 // Notify the provider that the request is complete. The provider will
136 // notify the consumer for us. Note that it is possible for the callback to
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 49 IdleCallback notify) = 0;
50 virtual void CalculateIdleTime(IdleTimeCallback notify) = 0;
87 void QueryState(int threshold, QueryStateCallback notify);
  /external/chromium_org/chrome/browser/extensions/api/test/
test_api.cc 55 content::NotificationService::current()->Notify(
67 content::NotificationService::current()->Notify(
109 content::NotificationService::current()->Notify(
  /external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.h 91 // Called to notify observers when a refresh token is available.
94 // Called to notify observers when a refresh token has been revoked.
96 // Called to notify observers when refresh tokans have been loaded.
android_profile_oauth2_token_service.cc 203 // Notify native observers.
205 // Notify Java observers.
223 // Notify native observers.
225 // Notify Java observers.
240 // Notify native observers.
242 // Notify Java observers.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_autolaunch_screen_handler.cc 126 content::NotificationService::current()->Notify(
138 content::NotificationService::current()->Notify(
150 content::NotificationService::current()->Notify(
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryMatcher.cpp 46 bool notify; local
47 m_query->evaluate(evaluator, notify);
48 if (notify)
  /external/chromium_org/webkit/browser/fileapi/
task_runner_bound_observer_list.h 24 // An observer list helper to notify on a given task runner.
63 // Notify on the task runner that is given to AddObserver.
66 void Notify(Method method, const Params& params) const {
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 331 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
333 struct isakmp_pl_n *notify;
343 type = ntohs(notify->type);
363 (struct isakmp_pl_ru *)notify, msgid);
368 (struct isakmp_pl_ru *)notify, msgid);
384 "fatal %s notify messsage, "
389 "fatal %s notify messsage, "
396 "unhandled notify message %s, "
405 if(notify->spi_size > 0) {
406 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size)
1484 struct isakmp_pl_n *notify = (struct isakmp_pl_n *)gen; local
    [all...]

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>