/aosp12/frameworks/base/proto/src/ |
H A D | system_messages.proto | 34 // 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 D | DeathNotifier.cpp | 29 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 D | DeathNotifier.h | 31 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 D | IMemory.hal | 22 * 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 D | IComponentListener.hal | 25 * 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 D | Callback.h | 35 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 D | h4_protocol_unittest.cc | 69 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 D | mct_protocol_unittest.cc | 62 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 D | expected-stdout.txt | 24 Notify 27 Notify
|
/aosp12/hardware/interfaces/media/c2/1.0/ |
H A D | IComponentListener.hal | 25 * 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 D | ti_monitor.cc | 152 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 D | result_processor_tests.cc | 83 result_processor->Notify(shutter_message); in SendResultsAndMessages() 84 result_processor->Notify(error_message); in SendResultsAndMessages() 155 result_processor->Notify(ProcessBlockNotifyMessage{}); in TEST()
|
H A D | mock_result_processor.h | 40 MOCK_METHOD1(Notify, void(const ProcessBlockNotifyMessage& message));
|
/aosp12/art/runtime/ |
H A D | object_lock.cc | 42 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 D | IFilterCallback.hal | 21 * Notify the client that a new filter event happened. 28 * Notify the client a new status of a filter.
|
H A D | IDvrCallback.hal | 21 * 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 D | ISensorsCallback.hal | 23 * 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 D | BinderHealth.cpp | 79 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 D | result_processor.h | 61 virtual void Notify(const ProcessBlockNotifyMessage& block_message) = 0;
|
/aosp12/hardware/google/camera/common/hal/google_camera_hal/ |
H A D | basic_result_processor.h | 43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
H A D | dual_ir_depth_result_processor.h | 43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
H A D | rgbird_depth_result_processor.h | 51 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
H A D | snapshot_result_processor.h | 48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | hdrplus_result_processor.h | 48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
/aosp12/build/soong/ui/build/ |
H A D | signal.go | 43 signal.Notify(signals, os.Interrupt, syscall.SIGHUP, syscall.SIGQUIT, syscall.SIGTERM)
|