/frameworks/av/media/libstagefright/wifi-display/source/ |
PlaybackSession.cpp | 56 Track(const sp<AMessage> ¬ify, 62 Track(const sp<AMessage> ¬ify, const sp<AMessage> &format); 127 const sp<AMessage> ¬ify, 132 : mNotify(notify), 143 const sp<AMessage> ¬ify, const sp<AMessage> &format) 144 : mNotify(notify), 248 sp<AMessage> notify = mNotify->dup(); local 249 notify->setInt32("what", kWhatStopped); 250 notify->post(); 348 const sp<AMessage> ¬ify, 384 sp<AMessage> notify = new AMessage(kWhatMediaSenderNotify, id()); local 452 sp<AMessage> notify = mNotify->dup(); local 598 sp<AMessage> notify = mNotify->dup(); local 787 sp<AMessage> notify = new AMessage(kWhatTrackNotify, id()); local 931 sp<AMessage> notify; local 1093 sp<AMessage> notify = mNotify->dup(); local [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 34 const sp<AMessage> ¬ify, 37 mNotify(notify), 236 sp<AMessage> notify = mNotify->dup(); local 237 notify->setInt32("what", kWhatMediaRenderingStart); 238 notify->post(); 435 sp<AMessage> notify = mNotify->dup(); local 436 notify->setInt32("what", kWhatVideoRenderingStart); 437 notify->post(); 441 sp<AMessage> notify = mNotify->dup(); local 442 notify->setInt32("what", kWhatEOS) 618 sp<AMessage> notify = mNotify->dup(); local 673 sp<AMessage> notify = mNotify->dup(); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.c | 24 #include "notify.h" 75 /* notify the old DBus API */ 79 /* notify the new DBus API */ 159 /* notify the old DBus API */ 162 /* notify the new DBus API */ 175 /* notify the old DBus API */ 186 /* notify the old DBus API */ 188 /* notify the new DBus API */ 424 /* Notify a new peer has been detected*/ 497 * This can be used to notify [all...] |
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_act.c | 103 /* Notify conn cback of NFA_DATA_EVT */ 117 ** Description Handle failure - signal command complete and notify app 218 /* Command complete - perform cleanup, notify app */ 230 /* Command complete - perform cleanup, notify app */ 237 /* current op was stand-alone NFA_DetectNDef. Command complete - perform cleanup and notify app */ 248 /* Command complete - perform cleanup, notify app */ 254 /* if ndef detection was done as part of ndef-read operation, then notify NDEF handlers of failure */ 257 /* Notify app of read status */ 263 /* if ndef detection was done as part of ndef-write operation, then notify app of failure */ 270 /* current op was stand-alone NFA_DetectNDef. Notify app of failure * [all...] |
/cts/tests/res/xml/ |
layout.xml | 28 android:text="@string/notify"> 37 android:text="@string/notify"/>
|
merge.xml | 28 android:text="@string/notify"/> 35 android:text="@string/notify"/>
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneStateListenerTest.java | 82 mLock.notify(); 121 mLock.notify(); 155 mLock.notify(); 190 mLock.notify(); 225 mLock.notify(); 259 mLock.notify(); 293 mLock.notify(); 328 mLock.notify();
|
/external/chromium/chrome/browser/ |
mock_browsing_data_database_helper.h | 18 // Notify(). 35 void Notify();
|
mock_browsing_data_indexed_db_helper.h | 18 // call Notify(). 28 void Notify();
|
mock_browsing_data_local_storage_helper.h | 17 // call Notify(). 34 void Notify();
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_mock.h | 17 NotificationService::current()->Notify( 25 NotificationService::current()->Notify(type,
|
/external/chromium/chrome/browser/translate/ |
translate_tab_helper.cc | 44 NotificationService::current()->Notify( 57 NotificationService::current()->Notify(
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_view_gtk.h | 41 // Method for the ExtensionHost to notify us about the correct size for 45 // Method for the ExtensionHost to notify us when the RenderViewHost has a
|
/external/chromium/chrome/common/ |
nacl_messages.h | 30 // Notify the browser process that the loader was launched successfully. 35 // Notify the broker that all loader processes have been terminated and it
|
/external/chromium/net/base/ |
cert_database.cc | 50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify( 56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
|
/external/chromium_org/base/ |
callback_list_unittest.nc | 37 // CallbackList does not support move-only typed parameters. Notify() is 46 c1.Notify(scoped_ptr<Foo>(new Foo()));
|
/external/chromium_org/base/prefs/ |
default_pref_store.cc | 39 bool notify = !old_value->Equals(value.get()); local 41 if (notify)
|
/external/chromium_org/chrome/browser/browsing_data/ |
mock_browsing_data_database_helper.h | 16 // Notify(). 32 void Notify();
|
mock_browsing_data_file_system_helper.h | 17 // Notify(). 37 void Notify();
|
mock_browsing_data_indexed_db_helper.h | 17 // call Notify(). 27 void Notify();
|
mock_browsing_data_local_storage_helper.h | 17 // call Notify(). 33 void Notify();
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager.cc | 80 IdleCallback notify) OVERRIDE; 81 virtual void CalculateIdleTime(IdleTimeCallback notify) OVERRIDE; 92 IdleCallback notify) { 93 ::CalculateIdleState(idle_threshold, notify); 96 void DefaultIdleProvider::CalculateIdleTime(IdleTimeCallback notify) { 97 ::CalculateIdleTime(notify); 180 void IdleManager::QueryState(int threshold, QueryStateCallback notify) { 182 idle_time_provider_->CalculateIdleState(threshold, notify);
|
/external/chromium_org/chrome/browser/ |
idle_win.cc | 48 void CalculateIdleTime(IdleTimeCallback notify) { 49 notify.Run(static_cast<int>(CalculateIdleTimeInternal()));
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_view_gtk.h | 45 // Method for the ExtensionHost to notify us about the correct size for 49 // Method for the ExtensionHost to notify us when the RenderViewHost has a
|
/external/chromium_org/components/nacl/browser/ |
nacl_broker_service_win.h | 32 // Called by NaClBrokerHost to notify the service that a loader was launched. 44 // Called by NaClBrokerHost to notify the service that a debug
|