Home
last modified time | relevance | path

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

12345

/aosp12/frameworks/base/proto/src/
H A Dsystem_messages.proto34 // Notify the user that a screenshot was captured.
58 // Notify the user that instant app is running.
62 // Notify the user that they should select an input method
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.
275 // Notify the user to unblock the camera global toggle
317 // Notify the user that a TV PIP is running.
332 // Notify the user about public volume state changes..
336 // Notify the user about private volume state changes.
[all …]
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DDeathNotifier.cpp29 using Notify = DeathNotifier::Notify; typedef in android::DeathNotifier::DeathRecipient
31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient()
43 Notify mNotify;
46 DeathNotifier::DeathNotifier(sp<IBinder> const& service, Notify const& notify) in DeathNotifier()
52 DeathNotifier::DeathNotifier(sp<HBase> const& service, Notify const& notify) in DeathNotifier()
H A DDeathNotifier.h31 using Notify = std::function<void()>; variable
33 DeathNotifier(sp<IBinder> const& service, Notify const& notify);
34 DeathNotifier(sp<HBase> const& service, Notify const& notify);
/aosp12/system/libhidl/transport/memory/1.0/
H A DIMemory.hal22 * Notify that you are about to use all of this memory.
27 * Notify that you are about to use the specific range.
37 * Notify that you are about to start reading all of this memory.
42 * Notify that you are about to read the specific range.
50 * Notify that you are done reading and/or writing this memory.
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponentListener.hal25 * Notify the listener that some works have been completed.
30 * Notify the listener that the component is tripped.
35 * Notify the listener of an error.
64 * Notify the listener that frames are rendered.
/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DCallback.h35 virtual Return<void> Notify(const HealthInfo&) = 0;
42 Return<void> Notify(const HealthInfo& info) override { in Notify() function
54 Return<void> Notify(const HealthInfo& info) override { in Notify() function
/aosp12/hardware/interfaces/bluetooth/1.0/default/test/
H A Dh4_protocol_unittest.cc69 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
134 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundAclData()
159 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundScoData()
183 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundEvent()
207 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundIsoData()
H A Dmct_protocol_unittest.cc62 ACTION_P2(Notify, mutex, condition) { in ACTION_P2() argument
136 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundAclData()
161 .WillOnce(Notify(&mutex, &done)); in WriteAndExpectInboundEvent()
/aosp12/art/test/923-monitors/
H A Dexpected-stdout.txt24 Notify
27 Notify
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponentListener.hal25 * Notify the listener that some `Work` items have been completed.
35 * Notify the listener that the component is tripped.
42 * Notify the listener of an error.
82 * Notify the listener that frames have been rendered.
106 * Notify the listener that some input buffers are no longer needed by the
/aosp12/art/openjdkjvmti/
H A Dti_monitor.cc152 bool Notify(art::Thread* self) { in Notify() function in openjdkjvmti::JvmtiMonitor
153 return Notify(self, [&]() { cond_.notify_one(); }); in Notify()
157 return Notify(self, [&]() { cond_.notify_all(); }); in NotifyAll()
204 bool Notify(art::Thread* self, T how_to_notify) { in Notify() function in openjdkjvmti::JvmtiMonitor
333 if (!monitor->Notify(self)) { in RawMonitorNotify()
/aosp12/hardware/google/camera/common/hal/tests/
H A Dresult_processor_tests.cc83 result_processor->Notify(shutter_message); in SendResultsAndMessages()
84 result_processor->Notify(error_message); in SendResultsAndMessages()
155 result_processor->Notify(ProcessBlockNotifyMessage{}); in TEST()
H A Dmock_result_processor.h40 MOCK_METHOD1(Notify, void(const ProcessBlockNotifyMessage& message));
/aosp12/art/runtime/
H A Dobject_lock.cc42 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock
43 obj_->Notify(self_); in Notify()
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIFilterCallback.hal21 * Notify the client that a new filter event happened.
28 * Notify the client a new status of a filter.
H A DIDvrCallback.hal21 * Notify the client a new status of the demux's record.
28 * Notify the client a new status of the demux's playback.
/aosp12/hardware/interfaces/sensors/2.0/
H A DISensorsCallback.hal23 * Notify the framework that new dynamic sensors have been connected.
34 * Notify the framework that previously connected dynamic sensors have been
/aosp12/hardware/interfaces/health/utils/libhealth2impl/
H A DBinderHealth.cpp79 auto ret = wrapped->Notify(health_info); in registerCallback()
135 auto ret = (*it)->Notify(health_info); in OnHealthInfoChanged()
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dresult_processor.h61 virtual void Notify(const ProcessBlockNotifyMessage& block_message) = 0;
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dbasic_result_processor.h43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
H A Ddual_ir_depth_result_processor.h43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
H A Drgbird_depth_result_processor.h51 void Notify(const ProcessBlockNotifyMessage& block_message) override;
H A Dsnapshot_result_processor.h48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
/aosp12/hardware/google/camera/common/hal/utils/
H A Dhdrplus_result_processor.h48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
/aosp12/build/soong/ui/build/
H A Dsignal.go43 signal.Notify(signals, os.Interrupt, syscall.SIGHUP, syscall.SIGQUIT, syscall.SIGTERM)

12345