/frameworks/av/media/libstagefright/rtsp/ |
AH263Assembler.cpp | 32 AH263Assembler::AH263Assembler(const sp<AMessage> ¬ify) 33 : mNotifyMsg(notify),
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 178 * Called to notify the client when the proxy object has been 188 * Called to notify the client that this proxy object has been
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 30 * Called by menu implementation to notify another component of open/close events. 99 * of the menu indicated as necessary and notify a registered callback.
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
ConnectionUtil.java | 309 Log.v(LOG_TAG, "notify network connectivity changed"); 319 Log.v(LOG_TAG, "notify that scan results are available"); 320 this.notify(); 329 Log.v(LOG_TAG, "notify wifi state changed."); 330 mWifiMonitor.notify(); 340 mDownloadMonitor.notify(); 349 Log.v(LOG_TAG, "notify wifi AP state changed."); 350 this.notify();
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 112 * @return true to notify terminal to activate emergency user alert; false otherwise 120 * @return true to notify terminal to activate display popup; false otherwise
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
MenuPresenter.java | 32 * Called by menu implementation to notify another component of open/close events. 100 * implementations should close the representation of the menu indicated as necessary and notify
|
/frameworks/wilhelm/src/android/ |
BufferQueueSource.cpp | 132 // we will notify the client if applicable 148 // notify client
|
android_StreamPlayer.cpp | 212 // 3/ notify shared mem listener that new data is available 237 // 3/ notify StreamPlayer that new data is available 243 // we will notify the client if applicable 278 // notify client of buffer processed 367 * Asynchronously notify the player that the queue is ready to be pulled from.
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_if.c | 191 /* Notify the trustlet */ 305 /* Notify the trustlet */ 436 /* Notify the trustlet */ 534 /* Notify the trustlet */ 646 /* Notify the trustlet */ 775 /* Notify the trustlet */ 898 /* Notify the trustlet */ 1012 /* Notify the trustlet */
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/ |
mcinq.h | 4 * The Trustlet Connector (TLC) and the corresponding trustlet also utilize this buffer to notify 12 * So if, e.g., the TLC in the normal world wants to notify his trustlet about new data in the TLC buffer
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXZoom.cpp | 180 CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d, targetIdx = %d", 204 CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
|
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTaskTest.java | 44 start.notify(); 54 sync.notify();
|
/packages/apps/Email/src/com/android/email/preferences/ |
EmailPreferenceMigrator.java | 152 final boolean notify = (ecAccount.getFlags() 154 folderPreferences.setNotificationsEnabled(notify);
|
/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 137 // Find out which drafts were removed and added and notify 183 // Notify listeners if there was a change.
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_processor.cc | 198 // Note that we want to notify the change in both old and new paths (suppose 199 // /a/b/c is moved to /x/y/c. We want to notify both "/a/b" and "/x/y".) 426 // Notify parent. 430 // Notify self if entry is a directory. 433 // Notify all descendants if it is a directory deletion.
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime.cc | 101 content::NotificationService::current()->Notify( 221 // don't notify users of crashes beyond this point. 269 content::NotificationService::current()->Notify( 281 content::NotificationService::current()->Notify( 333 content::NotificationService::current()->Notify(
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_custom_dictionary.cc | 241 Notify(dictionary_change); 253 Notify(dictionary_change); 321 Notify(to_change_locally); 389 Notify(dictionary_change); 528 void SpellcheckCustomDictionary::Notify(
|
/external/chromium_org/chrome/browser/ui/ |
gesture_prefs_observer_factory_aura.cc | 82 void Notify(); 153 base::Closure notify_callback = base::Bind(&GesturePrefsObserver::Notify, 270 void GesturePrefsObserver::Notify() { 271 // Must do a notify to distribute the changes to all renderers. 274 service->Notify(chrome::NOTIFICATION_BROWSER_FLING_CURVE_PARAMETERS_CHANGED,
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_thread.c | 403 ** pointer when registering for an unlock-notify callback. 413 ** This function is an unlock-notify callback registered with SQLite. 432 ** unlock-notify callback, then blocks until that callback is delivered 449 /* Register for an unlock-notify callback. */ 459 ** until the unlock-notify callback is invoked, then return SQLITE_OK.
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
MediaSource.java | 539 MediaSource.this.notify(); 550 MediaSource.this.notify(); 570 if (mLogVerbose) Log.v(TAG, "New frame: notify"); 572 MediaSource.this.notify(); 573 if (mLogVerbose) Log.v(TAG, "New frame: notify done");
|
/art/runtime/ |
monitor.cc | 529 void Monitor::Notify(Thread* self) { 533 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); 573 thread->Notify(); 637 // The lock is owned by another thread. Notify the runtime that we are about to wait. 783 void Monitor::Notify(Thread* self, mirror::Object *obj) { 791 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()"); 794 // no-op; there are no waiters to notify. 795 // We inflate here in case the Notify is in a tight loop. Without inflation here the waiter 800 LW_MONITOR(thin)->Notify(self); 815 // no-op; there are no waiters to notify [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 221 PseudoTcp::PseudoTcp(IPseudoTcpNotify* notify, uint32 conv) 222 : m_notify(notify), m_shutdown(SD_NONE), m_error(0) { 646 //notify(evOpen); 745 //notify(evOpen); 748 // If we make room in the send queue, notify the user 750 // window. We'd like to notify the app when we are halfway to that point. 757 //notify(evWrite); 885 // If we have new data, notify the user 891 //notify(evRead); 1064 //notify(evClose, err) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.c | 409 /* Reject message with Notify payload of type 412 data->state = NOTIFY; 609 data->state = NOTIFY; 748 case NOTIFY: 833 if (data->state == NOTIFY) 844 if (data->state == NOTIFY) 1076 wpa_printf(MSG_INFO, "IKEV2: No Notify Message Type " 1081 /* Notify - RFC 4306, Sect. 3.10 */ 1108 wpa_printf(MSG_INFO, "IKEV2: Unsupported Notify Message Type " 1291 case NOTIFY [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
obfuscated_file_util.cc | 90 context->update_observers()->Notify( 334 context->change_observers()->Notify( 393 context->change_observers()->Notify( 494 context->change_observers()->Notify( 621 context->change_observers()->Notify( 625 context->change_observers()->Notify( 631 context->change_observers()->Notify( 710 context->change_observers()->Notify( 713 context->change_observers()->Notify( 753 context->change_observers()->Notify( [all...] |
/external/libnfc-nci/src/nfc/llcp/ |
llcp_link.c | 273 ** Set state to LLCP_LINK_STATE_ACTIVATED and notify activation before set data callback 402 /* Notify all of data link */ 550 ** Description Notify all of service layer client link status change 565 /* notify all SAP so they can create connection while link is activated */ 584 ** Notify to all of upper layer if congested 612 /* notify logical data link congestion status */ 624 /* if already congested then no need to notify again */ 638 /* notify data link connection congestion status */ 668 ** Notify to each upper layer if uncongested 702 /* check and notify logical data link congestion status * [all...] |