Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/proto/src/
Dsystem_messages.proto34 // Notify the user that a screenshot was captured.
54 // Notify the user of a problem with a plugin (dev devices only).
58 // Notify the user that instant app is running.
62 // Notify the user that they should select an input method
66 // Notify the user about limited functionality before decryption
86 // Notify the user that tethering is active.
92 // Notify the user that always-on VPN has disconnected.
96 // Notify the user about a sync error.
199 // Notify the user that carrier wifi networks are available.
215 // Notify the user that their softap config preference has changed.
[all …]
/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp36 using Notify = DeathNotifier::Notify; typedef in android::DeathNotifier::DeathRecipient
38 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient()
82 Notify mNotify;
86 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier()
92 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier()
98 DeathNotifier::DeathNotifier(::ndk::SpAIBinder const& service, Notify const& notify) in DeathNotifier()
DDeathNotifier.h32 using Notify = std::function<void()>; variable
34 DeathNotifier(sp<IBinder> const& service, Notify const& notify);
35 DeathNotifier(sp<HBase> const& service, Notify const& notify);
36 DeathNotifier(::ndk::SpAIBinder const& service, Notify const& notify);
/frameworks/native/libs/tracing_perfetto/tests/
Dutils.cpp116 static_cast<WaitableEvent*>(arg)->Notify(); in Adopt()
145 notification.Notify(); in FlushBlocking()
Dutils.h51 void Notify() { in Notify() function
/frameworks/base/media/java/android/media/flags/
Dmedia_better_together.aconfig84 description: "Notify ActivityManager with the changes in playback state of the media session."
/frameworks/base/services/core/java/com/android/server/wm/
DEventLogTags.logtags72 # Notify keyguard occlude statuc change to SysUI.