/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 155 * Implementations should return 1 to continue receiving callbacks, or 0 162 * Invokes callbacks for all file descriptors on which an event occurred. 168 * the timeout expired and no callbacks were invoked and no other file 171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 183 * This method does not return until it has finished invoking the appropriate callbacks 189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 155 * Implementations should return 1 to continue receiving callbacks, or 0 162 * Invokes callbacks for all file descriptors on which an event occurred. 168 * the timeout expired and no callbacks were invoked and no other file 171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 183 * This method does not return until it has finished invoking the appropriate callbacks 189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 155 * Implementations should return 1 to continue receiving callbacks, or 0 162 * Invokes callbacks for all file descriptors on which an event occurred. 168 * the timeout expired and no callbacks were invoked and no other file 171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 183 * This method does not return until it has finished invoking the appropriate callbacks 189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 155 * Implementations should return 1 to continue receiving callbacks, or 0 162 * Invokes callbacks for all file descriptors on which an event occurred. 168 * the timeout expired and no callbacks were invoked and no other file 171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 183 * This method does not return until it has finished invoking the appropriate callbacks 189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 546 SurfaceHolder.Callback callbacks[] = null; local 554 callbacks = getSurfaceCallbacks(); 555 for (SurfaceHolder.Callback c : callbacks) { 568 if (callbacks == null) { 569 callbacks = getSurfaceCallbacks(); 571 for (SurfaceHolder.Callback c : callbacks) { 579 if (callbacks == null) { 580 callbacks = getSurfaceCallbacks(); 582 for (SurfaceHolder.Callback c : callbacks) { 588 if (callbacks == null) 617 SurfaceHolder.Callback callbacks[]; local [all...] |
/external/chromium_org/content/browser/download/ |
download_browsertest.cc | 369 std::vector<DownloadOpenDelayedCallback>* callbacks) { 370 callbacks->swap(delayed_callbacks_); 825 std::vector<base::Closure> callbacks; local 826 file_factory->GetAllRenameCallbacks(&callbacks); 827 ASSERT_EQ(1u, callbacks.size()); 828 callbacks[0].Run(); 829 callbacks.clear(); 833 file_factory->GetAllRenameCallbacks(&callbacks); 834 ASSERT_EQ(1u, callbacks.size()); 847 callbacks[0].Run() 874 std::vector<base::Closure> callbacks; local 971 std::vector<base::Closure> callbacks; local [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera2.h | 42 * response to hw_module_methods_t::open, and camera_device::close callbacks. 150 * Camera API callbacks as defined by camera2_device_ops structure. See 152 * of these callbacks. Implemented in this class, these callbacks simply
|
EmulatedCamera3.cpp | 184 * Protected API. Callbacks to the framework. 200 * Camera API callbacks as defined by camera3_device_ops structure. See 202 * of these callbacks. Implemented in this class, these callbacks simply
|
/external/bluetooth/bluedroid/stack/include/ |
btu.h | 38 /* callbacks 182 #define BTU_MAX_REG_TIMER (2) /* max # timer callbacks which may register */ 183 #define BTU_MAX_REG_EVENT (6) /* max # event callbacks which may register */ 197 /* structure to hold registered event callbacks */
|
/external/chromium/chrome/browser/chromeos/login/ |
online_attempt.h | 44 // Callbacks from GaiaAuthFetcher
|
/external/chromium/chrome/browser/resources/options/ |
certificate_import_error_overlay.js | 40 * callbacks.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
system_options.js | 55 // Chrome callbacks
|
/external/chromium/chrome/browser/service/ |
service_process_control.h | 165 // Helper method to invoke all the callbacks based on success on failure. 184 // Callbacks that get invoked when the channel is successfully connected or 187 // Callbacks that get invoked ONLY when the channel is successfully connected. 189 // Callbacks that get invoked ONLY when there was a connection failure.
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.h | 17 // Callbacks which display UI for the TemplateURLFetcher.
|
/external/chromium/chrome/browser/ui/views/ |
keyboard_overlay_dialog_view.h | 26 // Initializes the contents of the dialog (the DOMView and the callbacks).
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
core_chromeos_options_handler.h | 33 // Notifies registered JS callbacks on ChromeOS setting change.
|
/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.h | 40 // Callbacks from the page.
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_consumer.h | 13 // An interface that defines the callbacks for objects that
|
/external/chromium/net/base/ |
test_completion_callback.h | 14 // A helper class for completion callbacks, designed to make it easy to run
|
/external/chromium/net/url_request/ |
url_request_about_job.cc | 29 // callbacks happen as they would for network requests.
|
url_request_simple_job.cc | 22 // callbacks happen as they would for network requests.
|
/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.h | 40 // Pointers to the client and associated loader so we can make callbacks as
|
/external/chromium_org/base/android/ |
java_handler_thread.h | 23 // This is useful for callbacks where the receiver expects a thread
|
/external/chromium_org/base/ |
callback_list.h.pump | 29 // A container for a list of callbacks. Unlike a normal STL vector or list, 32 // or another callback from the list while callbacks are being run. 120 // An iterator class that can be used to access the list of callbacks. 166 // to run callbacks.
|
callback_list_unittest.nc | 35 // Callbacks run with a move-only typed parameter.
|