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

<<31323334353637383940>>

  /ndk/sources/android/libthread_db/gdb-7.3.x/
thread_db.h 138 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
  /ndk/sources/android/libthread_db/gdb-7.6/
thread_db.h 150 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 39 // Notify the service that the push configuration has changed for an account.
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSettings.java 31 * notify the server of our device information after a Provision command, and only for certain
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupAgentHelper.java 38 * Notify the backup manager that out database is dirty.
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 61 nm.notify(ManageSimMessages.SIM_FULL_NOTIFICATION_ID, notification);
SmsRejectedReceiver.java 84 nm.notify(SMS_REJECTED_NOTIFICATION_ID, notification);
  /packages/apps/Nfc/nci/jni/
SecureElement.h 166 ** Description: Notify the NFC service about whether the SE was activated
179 ** Description: Notify the NFC service about RF field events from the stack.
244 ** Description: Notify the NFC service about a transaction event from secure element.
258 ** Description: Notify the NFC service about a transaction event from secure element.
SyncEvent.h 93 ** Description: Notify a blocked thread that the event has occured. Unblocks it.
  /packages/apps/Nfc/tests/src/com/android/nfc/
MockLlcpSocket.java 50 mPairedSocket.mReceivedPackets.notify();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QueryTask.java 48 * @param consumer Consumer to notify when the suggestions have been returned.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SuperCollapsedBlock.java 30 * A header block that expands to a list of collapsed message headers. Will notify a listener on tap
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 59 noMa.notify(NotificationService.NOTIFICATION_ID + mId,
UpdateService.java 56 noMa.notify(NotificationService.NOTIFICATION_ID + id,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
connector.h 72 * Notify structure - requests notification about
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
connector.h 72 * Notify structure - requests notification about
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 85 void (*notify)(void *private_data, struct snd_seq_kinstr *kinstr, int what); member in struct:snd_seq_kinstr_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
connector.h 72 * Notify structure - requests notification about
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 85 void (*notify)(void *private_data, struct snd_seq_kinstr *kinstr, int what); member in struct:snd_seq_kinstr_ops
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 92 * Interface that the service uses to notify binded activities.
264 * Resets the error string and notify listeners.
273 * An internal utility method to add a line to the error string and notify listeners.
312 nm.notify(NOTIF_ID, n);
  /system/core/fastbootd/
usb_linux_client.c 61 pthread_cond_t notify; member in struct:usb_transport
311 pthread_cond_signal(&usb_transport->notify);
323 pthread_cond_wait(&usb_transport->notify, &usb_transport->lock);
348 pthread_cond_init(&usb_transport->notify, NULL);
  /system/core/toolbox/
Android.mk 27 notify \
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 128 * Notify listeners about event related with interface
174 * Notify listeners about creating new interface
186 * Notify listeners about removing interface
200 * Notify listeners about finishing a scan
237 * Notify listeners about event related with BSS
286 * Notify listeners about adding new BSS
300 * Notify listeners about removing BSS
315 * Notify listeners about event related with blob
349 * Notify listeners about adding a new blob
363 * Notify listeners about removing blo
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java     [all...]
  /external/valgrind/main/helgrind/
helgrind.h 74 /* Notify the tool what this thread's pthread_t is. */
213 /* Notify here immediately after mutex creation. _mbRec == 0 for a
219 /* Notify here immediately before mutex acquisition. _isTryLock == 0
225 /* Notify here immediately after a successful mutex acquisition. */
230 /* Notify here immediately before a mutex release. */
235 /* Notify here immediately after a mutex release. */
240 /* Notify here immediately before mutex destruction. */
249 /* Notify here immediately after semaphore creation. */
254 /* Notify here immediately after a semaphore wait (an acquire-style
260 /* Notify here immediately before semaphore post (a release-styl
    [all...]

Completed in 3377 milliseconds

<<31323334353637383940>>