/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
native_activity.h | 44 * You can set the functions here to your own callbacks. The callbacks 48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity 104 * These are the callbacks the framework makes into a native application. 105 * All of these callbacks happen on the main thread of the application. 106 * By default, all callbacks are NULL; set to a pointer to your own function
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ListenerTest.java | 72 * Check the callbacks with the expected argument are all invoked successfully 77 * @return if true, the all appropriate callbacks are invoked successfully.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarTabs.java | 77 * A TabListener receives event callbacks from the action bar as tabs 79 * is provided to each of these callbacks; if any operations are added
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarTabs.java | 76 * A TabListener receives event callbacks from the action bar as tabs 78 * is provided to each of these callbacks; if any operations are added
|
/external/chromium/chrome/browser/accessibility/ |
accessibility_mac_uitest.mm | 38 // CFRunLoop necessary to receive AX callbacks. 80 // Setup our callbacks.
|
/external/chromium/chrome/browser/cocoa/ |
keystone_glue_unittest.mm | 123 // Confirm we look like callbacks with nil NSNotifications 177 // Brief exercise of callbacks
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.h | 29 // changes to the model as the tests are run. For all the callbacks |id| 65 // Runs all the available tests, the |observer| callbacks will be called as
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
MemoryPressureListener.java | 98 // The Application and the Activity each have a list of callbacks they notify when this 106 // The Application and the Activity each have a list of callbacks they notify when this
|
/external/chromium_org/base/win/ |
object_watcher.cc | 65 // Blocking call to cancel the wait. Any callbacks already in progress will 88 // The destructor blocks on any callbacks that are in flight, so we know that
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_data.h | 100 // Callbacks for IconLoader. 105 // Callbacks for WebstoreDataParser
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
cloud_external_data_manager_base.cc | 97 // List of callbacks to invoke when the attempt to retrieve external data 101 // Map from policy names to the lists of callbacks defined above. 124 // has been requested. Each policy is mapped to a list of callbacks to invoke 127 // FetchAll()), a map entry will still exist but the list of callbacks it maps 205 // Invoke all callbacks for |policy|, indicating permanent failure. 253 // been requested, add |callback| to the list of callbacks for |policy| and 270 // initialize the list of callbacks by adding |callback|. 291 // initialize the list of callbacks to an empty list.
|
/external/chromium_org/chrome/browser/signin/ |
signin_tracker.h | 23 // callbacks so various pieces of the UI (OneClickSyncStarter) can track the 28 // callbacks from the UI when the user wishes to initiate a login, and
|
/external/chromium_org/chrome/browser/ui/android/ |
chrome_http_auth_handler.h | 27 // Registers an observer to receive callbacks when SetAuth() and CancelAuth() 28 // are called. |observer| may be NULL in which case the callbacks are skipped.
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
mouse_drag_controller.h | 50 // dragStarted/dragProgress/dragEnded callbacks on the client. 75 // That's it. When user starts a drag, the client's callbacks will be invoked.
|
/external/chromium_org/components/policy/core/common/ |
policy_service_impl.h | 71 // Invokes all the refresh callbacks if there are no more refreshes pending. 90 // List of callbacks to invoke once all providers refresh after a
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_callbacks.h | 115 // IndexedDBCursor callbacks ------------------------ 118 // IndexedDBDatabase callbacks ------------------------
|
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_ui_controller_unittest.cc | 130 // We should get callbacks from the rest of the requests. 158 // We should get callbacks from the rest of the requests.
|
/external/chromium_org/content/browser/speech/ |
speech_recognition_engine.h | 27 // No delegate callbacks are allowed before StartRecognition or after 32 // Interface for receiving callbacks from this object.
|
/external/chromium_org/content/child/ |
quota_dispatcher.cc | 138 blink::WebStorageQuotaCallbacks* callbacks) { 139 return new WebStorageQuotaDispatcherCallback(callbacks);
|