Searched
full:notify (Results
351 -
375 of
4347) sorted by null
<<11121314151617181920>>
/external/chromium_org/remoting/base/ |
auto_thread_task_runner.h | 41 // Task posted to |task_runner_| to notify the caller that it may be stopped.
|
/external/chromium_org/remoting/host/ |
host_window.h | 29 // notify the caller about the local user's actions.
|
local_input_monitor.h | 20 // Monitors the local input to notify about mouse movements. On Mac and Linux
|
/external/chromium_org/remoting/protocol/ |
host_event_dispatcher.h | 31 // Set callback to notify of each message's sequence number. The
|
/external/chromium_org/sync/internal_api/public/ |
data_type_debug_info_listener.h | 43 // Notify the listener that configuration of data types has completed.
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
clear-localstorage.html | 14 // notify to clear the local storage and refresh the page.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
post-multi-file-upload.html | 28 <form method="post" enctype="multipart/form-data" action="resources/multiFileResources/post-echo-and-notify-done.cgi" id="myForm" target="targetFrame">
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
DirectiveHandlerBase.h | 18 // Preprocessor uses this class to notify the clients about certain
|
/external/chromium_org/third_party/mesa/src/docs/ |
debugging.html | 13 Normally Mesa (and OpenGL) records but does not notify the user of
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
preemption.c | 32 * A callback to notify the client application that a device's display has
|
/external/chromium_org/tools/android/forwarder2/ |
device_controller.h | 53 // Used to notify the controller to exit.
|
/external/chromium_org/ui/base/x/ |
work_area_watcher_x.cc | 34 void WorkAreaWatcherX::Notify() {
|
/external/chromium_org/ui/events/ozone/ |
event_converter_ozone.h | 18 // notify its subclasses. Device-specific event converters turn bytes read from
|
/external/chromium_org/ui/views/controls/ |
resize_area.h | 42 // The delegate to notify when we have updates.
|
/external/kernel-headers/original/linux/ |
notifier.h | 134 #define NETDEV_CHANGE 0x0004 /* Notify device state change */ 143 #define SYS_DOWN 0x0001 /* Notify of system down */ 145 #define SYS_HALT 0x0002 /* Notify of system halt */ 146 #define SYS_POWER_OFF 0x0003 /* Notify of system power off */
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_api.c | 99 ** HAL_OPEN_CPLT_EVT will notify when operation is complete. 225 ** HAL_PRE_DISCOVER_DONE_EVENT will notify when actions are 268 ** HAL_RELEASE_CONTROL_EVENT will notify when HAL no longer 294 ** HAL_OPEN_CPLT_EVT will notify when operation is complete.
|
/external/libnfc-nci/src/hal/include/ |
nfc_hal_api.h | 168 ** HAL_OPEN_CPLT_EVT will notify when operation is complete. 221 ** HAL_PRE_DISCOVER_CPLT_EVT will notify when actions are 240 ** HAL_RELEASE_CONTROL_EVT will notify when HAL no longer 255 ** HAL_OPEN_CPLT_EVT will notify when operation is complete.
|
/external/mesa3d/docs/ |
debugging.html | 13 Normally Mesa (and OpenGL) records but does not notify the user of
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
preemption.c | 32 * A callback to notify the client application that a device's display has
|
/external/qemu/ |
input.c | 308 void qemu_add_mouse_mode_change_notifier(Notifier *notify) 310 notifier_list_add(&mouse_mode_notifiers, notify); 313 void qemu_remove_mouse_mode_change_notifier(Notifier *notify) 315 notifier_list_remove(&mouse_mode_notifiers, notify);
|
/frameworks/av/include/media/ |
IDrmClient.h | 32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
|
IMediaPlayerClient.h | 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
|
IMediaRecorderClient.h | 31 virtual void notify(int msg, int ext1, int ext2) = 0;
|
mediarecorder.h | 116 // The "msg" code passed to the listener in notify. 131 * The (part of) "what" code passed to the listener in notify. 197 virtual void notify(int msg, int ext1, int ext2) = 0; 231 void notify(int msg, int ext1, int ext2);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | 35 const sp<AMessage> ¬ify, 40 : Source(notify), 53 const sp<AMessage> ¬ify, 55 : Source(notify),
|
Completed in 1705 milliseconds
<<11121314151617181920>>