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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/
IMediaRecorderClient.cpp 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaRecorderClient
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
57 case NOTIFY: {
62 notify(msg, ext1, ext2);
IDrmClient.cpp 32 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) function in class:android::BpDrmClient
52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
64 case NOTIFY: {
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 36 const sp<AMessage> &notify,
40 : Source(notify),
77 sp<AMessage> notify = new AMessage(kWhatSessionNotify, id()); local
80 notify,
171 sp<AMessage> notify = dupNotify(); local
172 notify->setInt32("what", kWhatSubtitleData);
173 notify->setBuffer("buffer", buffer);
174 notify->post();
204 // notify the current size here if we have it, otherwise report an initial size of (0,0)
253 sp<AMessage> notify = dupNotify() local
    [all...]
  /device/asus/flo/conn_init/
wfc_util_fctrl.h 42 * pEndOfCfg : tag string to notify the end of configuration file
43 * pSTagString : tag string to notify purpose of the value
44 * pETagString : tag string to notify the end of the value
58 * pEndOfCfg : tag string to notify the end of configuration file
59 * pSTagString : tag string to notify purpose of the value
60 * pETagString : tag string to notify the end of the value
  /device/lge/mako/conn_init/
wfc_util_fctrl.h 42 * pEndOfCfg : tag string to notify the end of configuration file
43 * pSTagString : tag string to notify purpose of the value
44 * pETagString : tag string to notify the end of the value
58 * pEndOfCfg : tag string to notify the end of configuration file
59 * pSTagString : tag string to notify purpose of the value
60 * pETagString : tag string to notify the end of the value
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/base/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium_org/chrome/browser/
idle_linux.cc 17 void CalculateIdleTime(IdleTimeCallback notify) {
20 notify.Run(idle_query.IdleTime());
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 52 void ThreadNotifier::Notify(NotificationType type,
54 Notify(type, NotificationService::AllSources(), details);
57 void ThreadNotifier::Notify(NotificationType type,
76 NotificationService::current()->Notify(type, source, details);
profile_sync_test_util.h 26 ACTION_P(Notify, type) {
27 NotificationService::current()->Notify(type,
70 void Notify(NotificationType type, const NotificationDetails& details);
72 void Notify(NotificationType type,
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js 10 // The regular expression produced a match, so notify the background page.
  /external/chromium_org/ash/system/ime/
ime_observer.h 14 // Notify the observer that the IME state has changed, and should be
  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.h 24 ACTION_P(Notify, type) {
25 content::NotificationService::current()->Notify(
49 void Notify(int type, const content::NotificationDetails& details);
51 void Notify(int type,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js 10 // The regular expression produced a match, so notify the background page.
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { function in class:BpDrmServiceListener
35 remote()->transact(NOTIFY, data, &reply);
45 case NOTIFY:
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
  /external/chromium_org/base/android/
activity_status.cc 25 void ActivityStatus::Listener::Notify(ActivityState state) {
62 observers_->Notify(&ActivityStatus::Listener::Notify, new_state);
  /external/chromium_org/base/memory/
memory_pressure_listener.cc 46 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) {
53 g_observers.Get().Notify(&MemoryPressureListener::Notify,
  /external/chromium_org/base/power_monitor/
power_monitor.cc 48 observers_->Notify(&PowerObserver::OnPowerStateChange, battery_in_use);
53 observers_->Notify(&PowerObserver::OnSuspend);
58 observers_->Notify(&PowerObserver::OnResume);
  /external/chromium_org/ui/base/x/
active_window_watcher_x.h 47 // Notify observers that the active window has changed.
48 static void Notify();
50 // Instance method that implements Notify().
work_area_watcher_x.h 42 // Notify observers that the work area has changed.
43 static void Notify();
45 // Instance method that implements Notify().
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 29 * Notify [RFC1996]
31 Notify("Notify", 4),
  /external/smack/src/org/xbill/DNS/
Opcode.java 25 public static final int NOTIFY = 4;
41 opcodes.add(NOTIFY, "NOTIFY");
  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 36 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
43 virtual status_t notify(const DrmInfoEvent& event) = 0;
55 virtual status_t notify(const DrmInfoEvent& event);
  /external/chromium_org/base/
callback_list_unittest.cc 109 c1.Notify(1);
116 c2.Notify(1, 2);
123 c3.Notify(1, 2, 3);
130 c4.Notify(1, 2, 3, 4);
137 c5.Notify(1, 2, 3, 4, 5);
144 c6.Notify(1, 2, 3, 4, 5, 6);
162 cb_reg.Notify();
172 cb_reg.Notify();
197 cb_reg.Notify(10);
207 cb_reg.Notify(10)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 43 const sp<AMessage> &notify)
52 mNotify(notify) {
59 mAssembler = new AAVCAssembler(notify);
62 mAssembler = new AMPEG4AudioAssembler(notify, params);
65 mAssembler = new AH263Assembler(notify);
68 mAssembler = new AAMRAssembler(notify, false /* isWide */, params);
70 mAssembler = new AAMRAssembler(notify, true /* isWide */, params);
73 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params);
76 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params);
78 mAssembler = new AMPEG2TSAssembler(notify, desc.c_str(), params)
98 sp<AMessage> notify = mNotify->dup(); local
    [all...]

Completed in 475 milliseconds

12 3 4 5 6 7 8 91011>>