/external/chromium_org/media/audio/ |
simple_sources_unittest.cc | 30 EXPECT_EQ(1, source.callbacks()); 60 EXPECT_EQ(1, source.callbacks()); 62 EXPECT_EQ(2, source.callbacks()); 66 EXPECT_EQ(3, source.callbacks());
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
ppapi_start.h | 13 * Start PPAPI using the given set of callbacks to invoke the application code.
|
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_reader.h | 37 // EOF or error is encountered. This method is asynchronous - the callbacks 39 // for these callbacks to be invoked right up until this object is destroyed. 47 // callbacks on the caller thread, and have them safely dropped if the reader 57 // Caller-supplied message and end-of-file callbacks.
|
/external/chromium_org/remoting/host/win/ |
wts_terminal_observer.h | 14 // Provides callbacks for monitoring events on a WTS terminal.
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
WebStorageQuotaCallbacksImpl.h | 49 OwnPtr<WebStorageQuotaCallbacksImpl> callbacks = adoptPtr(new WebStorageQuotaCallbacksImpl(success, error)); local 50 return callbacks.leakPtr(); 55 OwnPtr<WebStorageQuotaCallbacksImpl> callbacks = adoptPtr(new WebStorageQuotaCallbacksImpl(success, error)); local 56 return callbacks.leakPtr();
|
/external/chromium_org/third_party/libxml/src/ |
testSAX.c | 63 static int callbacks = 0; variable 258 callbacks++; 276 callbacks++; 294 callbacks++; 311 callbacks++; 335 callbacks++; 366 callbacks++; 401 callbacks++; 420 callbacks++; 451 callbacks++ [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
package.html | 13 callbacks for when a {@link com.jme3.scene.Spatial} is rendered or updated
|
/external/libselinux/src/ |
callbacks.h | 2 * This file describes the callbacks passed to selinux_init() and available
|
/frameworks/wilhelm/src/android/ |
CallbackProtector.h | 48 * return immediately if there are no callbacks, and will block until current callbacks exit. 53 * Similar to requestCbExitAndWait, but does not wait for current callbacks to exit. 63 /** Counts the number of callbacks actively locking the associated AudioPlayer */
|
/packages/apps/Mms/src/com/android/mms/util/ |
BackgroundLoaderManager.java | 40 * thread). Callbacks will be invoked on the thread where the ThumbnailManager 57 * these, just add new callbacks. 117 Set<ItemLoadedCallback> callbacks = mCallbacks.get(uri); local 118 if (callbacks == null) { 119 callbacks = new HashSet<ItemLoadedCallback>(4); 120 mCallbacks.put(uri, callbacks); 122 callbacks.add(callback); 131 final Set<ItemLoadedCallback> callbacks = mCallbacks.get(uri); local 132 callbacks.remove(callback);
|
/ndk/docs/text/ |
NATIVE-ACTIVITY.text | 28 activity. Because the main thread of your application handles the callbacks, your callback 36 native_activity.h interface. It spawns another thread to handle things such as callbacks or 37 input events. This prevents any callbacks from blocking your main thread and adds some 38 flexibility in how you implement the callbacks, so you might find this programming model a bit 53 callbacks in an event loop in another thread. See the native-activity sample application for more 98 ANativeActivity->callbacks to the implementations of your callbacks. 105 6. Implement the rest of the callbacks that you set in ANativeActivity->callbacks. For more 106 information on when the callbacks are called, see the SDK documentation for Activit [all...] |
/external/android-clat/ |
netlink_msg.h | 25 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks); 26 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.h | 36 // is added to the TemplateURLModel. Takes ownership of |callbacks|. 40 TemplateURLFetcherCallbacks* callbacks,
|
/external/chromium_org/base/ |
callback_helpers.h | 5 // This defines helpful methods for dealing with Callbacks. Because Callbacks
|
/external/chromium_org/content/public/app/ |
android_library_loader_hooks.h | 15 // Registers the callbacks that allows the entry point of the library to be 17 // specific callbacks. Any application specific JNI bindings should happen
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8DOMConfiguration.cpp | 77 void V8DOMConfiguration::installCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate, WrapperWorldType currentWorldType) 80 v8::FunctionCallback callback = callbacks[i].callback; 81 if (currentWorldType == MainWorld && callbacks[i].callbackForMainWorld) 82 callback = callbacks[i].callbackForMainWorld; 83 v8::Local<v8::FunctionTemplate> functionTemplate = v8::FunctionTemplate::New(isolate, callback, v8Undefined(), signature, callbacks[i].length); 85 prototype->Set(v8::String::NewFromUtf8(isolate, callbacks[i].name, v8::String::kInternalizedString), functionTemplate, attributes); 92 const MethodConfiguration* callbacks, size_t callbackCount, 113 installCallbacks(functionDescriptor->PrototypeTemplate(), defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete), callbacks, callbackCount, isolate, currentWorldType);
|
/external/chromium_org/tools/json_schema_compiler/test/ |
callbacks_unittest.cc | 5 #include "tools/json_schema_compiler/test/callbacks.h" 9 using namespace test::api::callbacks;
|
/frameworks/base/core/java/android/view/ |
CollapsibleActionView.java | 22 * When a {@link View} implements this interface it will receive callbacks 24 * app-specified callbacks to {@link OnActionExpandListener}.
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
EffectUpdateListener.java | 21 * Some effects may issue callbacks to inform the host of changes to the effect state. This is the 22 * listener interface for receiving those callbacks.
|
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
CallbackHandlerTest.java | 32 * javax.security.auth.callback.CallbackHandler#handle(Callback[] callbacks) 43 public void handle(Callback[] callbacks) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
AsyncDataSetObservable.java | 23 * A version of {@link DataSetObservable} that performs callbacks on given {@link Handler}. 42 * @param handler Handler to run callbacks on.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
JndiLoginModuleTest.java | 293 public void handle(Callback[] callbacks) throws IOException, 295 for (int i = 0; i < callbacks.length; i++) { 296 if (callbacks[i] instanceof NameCallback) { 297 NameCallback nc = (NameCallback) callbacks[i]; 299 } else if (callbacks[i] instanceof PasswordCallback) { 300 PasswordCallback pc = (PasswordCallback) callbacks[i]; 303 throw new Error(callbacks[i].getClass().toString()); 311 public void handle(Callback[] callbacks) throws IOException, 313 for (int i = 0; i < callbacks.length; i++) { 314 if (callbacks[i] instanceof NameCallback) [all...] |
LdapLoginModuleTest.java | 299 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { 300 for(int i=0;i<callbacks.length;i++){ 301 if(callbacks[i] instanceof NameCallback){ 302 NameCallback nc = (NameCallback)callbacks[i]; 305 else if(callbacks[i] instanceof PasswordCallback){ 306 PasswordCallback pc = (PasswordCallback)callbacks[i]; 311 throw new Error(callbacks[i].getClass().toString()); 319 public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException { 320 for(int i=0;i<callbacks.length;i++){ 321 if(callbacks[i] instanceof NameCallback) [all...] |
/frameworks/base/core/java/android/os/ |
RemoteCallbackList.java | 23 * typically for the use of performing callbacks from a 27 * <li> Keeps track of a set of registered {@link IInterface} callbacks, 153 * Disable this callback list. All registered callbacks are unregistered, 156 * from registering callbacks after it is stopped. 197 * Prepare to start making calls to the currently registered callbacks. 208 * int i = callbacks.beginBroadcast(); 212 * callbacks.getBroadcastItem(i).somethingHappened(); 218 * callbacks.finishBroadcast();</pre> 220 * @return Returns the number of callbacks in the broadcast, to be used 256 * callbacks to go away before you call it, so you will need to catc [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera3.h | 41 * response to hw_module_methods_t::open, and camera_device::close callbacks. 114 * Camera API callbacks as defined by camera3_device_ops structure. See 116 * of these callbacks. Implemented in this class, these callbacks simply 188 * Callbacks back to the framework
|