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

<<31323334353637383940>>

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 413 bdcpy(data.bda.address, p_data->notify.bda);
415 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
416 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
417 memcpy(data.value, p_data->notify.value, p_data->notify.len);
419 data.is_notify = p_data->notify.is_notify;
420 data.len = p_data->notify.len;
423 , p_data->notify.conn_id, &data);
425 if (p_data->notify.is_notify == FALSE)
427 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 784 // notify of change
    [all...]
  /art/runtime/mirror/
object-inl.h 58 inline void Object::Notify(Thread* self) {
59 Monitor::Notify(self, this);
  /art/runtime/
monitor.h 82 static void Notify(Thread* self, mirror::Object* obj)
128 void Notify(Thread* self) NO_THREAD_SAFETY_ANALYSIS;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java 162 * Notify a message to the application.
188 * This function is invoked when the test notify a message to application.
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 240 mVideoSizeChanged.notify();
656 mLock.notify();
679 Log.v(TAG, "notify the prepare callback");
680 mPrepareDone.notify();
724 Log.v(TAG, "notify the completion callback");
725 mOnCompletion.notify();
737 Log.v(TAG, "notify the completion callback");
738 mOnCompletion.notify();
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 59 mMySync.notify();
64 mMySync.notify();
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 58 mSync.notify();
66 mSync.notify();
TokenWatcherTest.java 72 mSync.notify();
79 mSync.notify();
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/
CheeseListFragment.java 116 // list and remove the checked items. Once finished we notify the adapter to update
144 // Finally, notify the adapter so that it updates the ListView
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimerTaskTest.java 42 start.notify();
52 sync.notify();
  /external/chromium/base/threading/
thread_collision_warner.h 130 // The class ThreadCollisionWarner uses an Asserter to notify the collision
236 // DCHECK but notify the collision with something else.
  /external/chromium/chrome/browser/autofill/
autofill_download.h 41 // An interface used to notify clients of AutofillDownloadManager.
69 // |observer| - observer to notify on successful completion or error.
  /external/chromium/chrome/browser/
browsing_data_database_helper.h 56 // Starts the fetching process, which will notify its completion via
88 // after we notify the callback in the UI thread.
process_singleton.h 55 // Notify another process, if available.
65 // Notify another process, if available. Otherwise sets ourselves as the
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 219 // Notify of change in tab closeable state.
220 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/extensions/
user_script_master.h 34 // into a new chunk of shared memory and notify renderers.
106 // Notify the master that new scripts are available.
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 111 NotificationService::current()->Notify(
266 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/sync/glue/
session_change_processor.cc 217 // Notify foreign session handlers that there are new sessions.
218 NotificationService::current()->Notify(
ui_model_worker.cc 46 syncapi_event_.Signal(); // Notify that the syncapi produced work for us.
123 // Notify the UIModelWorker that scheduled us that we have run
  /external/chromium/chrome/browser/sync/
signin_manager.cc 118 NotificationService::current()->Notify(
144 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ui/
browser_list.cc 174 NotificationService::current()->Notify(
219 NotificationService::current()->Notify(NotificationType::APP_TERMINATING,
250 NotificationService::current()->Notify(
282 NotificationService::current()->Notify(NotificationType::APP_TERMINATING,
394 MarkAsCleanShutdown(); // Don't notify users of crashes beyond this point.
395 NotificationService::current()->Notify(
423 NotificationService::current()->Notify(
435 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 127 // Notify the UI, automation and any other observers that a find result was
132 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.cc 89 signal_handlers_->Connect(menu, "motion-notify-event",
96 signal_handlers_->Connect(submenus_[i], "motion-notify-event",
  /external/chromium/chrome/browser/ui/views/
file_manager_dialogs.cc 85 // A callback to notify the delegate that the dialog closed.
98 // A callback to notify the delegate that the contents have gone

Completed in 694 milliseconds

<<31323334353637383940>>